forked from erp-dev/erp
feat: human_id for all objects in business module
This commit is contained in:
@@ -7,6 +7,7 @@ from .users import QuickCreateEmployeeUserView, RoleListView
|
||||
from .printing import (
|
||||
PrintingJobByCustomerView,
|
||||
PrintingJobV2Serializer,
|
||||
PrintingOrderWithoutSalesOrderView,
|
||||
PrintingJobBatchAdvancePreviewView,
|
||||
PrintingJobBatchAdvanceSubmitView,
|
||||
PrintingJobBatchAddParametersView,
|
||||
@@ -62,6 +63,7 @@ __all__ = [
|
||||
'RoleListView',
|
||||
'PrintingJobByCustomerView',
|
||||
'PrintingJobV2Serializer',
|
||||
'PrintingOrderWithoutSalesOrderView',
|
||||
'PrintingJobBatchAdvancePreviewView',
|
||||
'PrintingJobBatchAdvanceSubmitView',
|
||||
'PrintingJobBatchAddParametersView',
|
||||
|
||||
Reference in New Issue
Block a user