forked from erp-dev/erp
feat: batch update for plate order
This commit is contained in:
@@ -43,10 +43,18 @@ from .mingdaoyun import (
|
||||
pick_fabric,
|
||||
pick_product,
|
||||
plate_order_field_definitions,
|
||||
plate_order_related_field_definitions,
|
||||
plate_order_related_worksheet_map,
|
||||
plate_order_related_worksheet_map_cn,
|
||||
plate_order_relation_control_map,
|
||||
plate_order_type_map,
|
||||
product_type_map,
|
||||
# relations / flatten utils
|
||||
normalize_mdy_value,
|
||||
extract_relation_rowids,
|
||||
extract_plate_order_related_rowids,
|
||||
flatten_row_by_field_definitions,
|
||||
flatten_plate_order_related_row,
|
||||
sync_fabric_from_mingdaoyun,
|
||||
)
|
||||
|
||||
@@ -75,9 +83,17 @@ __all__ = [
|
||||
"customer_type_map",
|
||||
"fabric_type_map",
|
||||
"plate_order_field_definitions",
|
||||
"plate_order_related_field_definitions",
|
||||
"plate_order_related_worksheet_map",
|
||||
"plate_order_related_worksheet_map_cn",
|
||||
"plate_order_relation_control_map",
|
||||
"plate_order_type_map",
|
||||
# relations / flatten utils
|
||||
"normalize_mdy_value",
|
||||
"extract_relation_rowids",
|
||||
"extract_plate_order_related_rowids",
|
||||
"flatten_row_by_field_definitions",
|
||||
"flatten_plate_order_related_row",
|
||||
# models
|
||||
"Product",
|
||||
"ProductListResponse",
|
||||
|
||||
Reference in New Issue
Block a user