forked from erp-dev/erp
feat: new api for plate order (get_plate_order_by_state_status)
This commit is contained in:
@@ -10,6 +10,7 @@ from .printing import (
|
||||
PrintingJobBatchAdvanceSubmitView,
|
||||
PlateOrderByProcessNodeView,
|
||||
PlateOrderByProcessView,
|
||||
PlateOrderByStateStatusView,
|
||||
PlateOrderBatchUpdateView,
|
||||
)
|
||||
from .stateflow import BusinessObjectCloneView
|
||||
@@ -22,6 +23,7 @@ __all__ = [
|
||||
'PrintingJobBatchAdvanceSubmitView',
|
||||
'PlateOrderByProcessNodeView',
|
||||
'PlateOrderByProcessView',
|
||||
'PlateOrderByStateStatusView',
|
||||
'PlateOrderBatchUpdateView',
|
||||
'BusinessObjectCloneView',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user