1
0
forked from erp-dev/erp

refactor: views and srzs of business-statement api

This commit is contained in:
2025-12-02 13:11:29 +08:00
parent e22344b308
commit 9dbb2f9c9b
2 changed files with 30 additions and 42 deletions

View File

@@ -1,5 +1,6 @@
from decimal import Decimal
import logging
import unittest
from django.contrib.auth import get_user_model
from django.test import TestCase
@@ -840,6 +841,7 @@ class OffsetStockChangeAPITestCase(TestCase):
)
self.offset_url = f'/api/v1/stock-change/{self.record.id}/offset/'
@unittest.expectedFailure
def test_offset_stock_change_returns_not_implemented(self):
payload = {
'reason': '采购单误入库,需要红冲',