forked from erp-dev/erp
feat: added new api for query batch_advance_records
This commit is contained in:
@@ -13,6 +13,7 @@ from .printing import (
|
||||
PlateOrderByProcessView,
|
||||
PlateOrderByStateStatusView,
|
||||
PlateOrderBatchUpdateView,
|
||||
PrintingOrderBatchAdvanceRecordsView,
|
||||
)
|
||||
from .stateflow import BusinessObjectCloneView
|
||||
|
||||
@@ -28,6 +29,7 @@ __all__ = [
|
||||
'PlateOrderByProcessView',
|
||||
'PlateOrderByStateStatusView',
|
||||
'PlateOrderBatchUpdateView',
|
||||
'PrintingOrderBatchAdvanceRecordsView',
|
||||
'BusinessObjectCloneView',
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user