优化工艺设计显示
This commit is contained in:
@@ -57,6 +57,7 @@ class ProductionTechnologyWizard(models.TransientModel):
|
||||
# # if special:
|
||||
productions._create_workorder(False)
|
||||
productions.get_subcontract_pick_purchase()
|
||||
productions.is_adjust = False
|
||||
for item in productions:
|
||||
workorder = item.workorder_ids.filtered(lambda wo: wo.state not in ('cancel')).sorted(
|
||||
key=lambda a: a.sequence)
|
||||
|
||||
Reference in New Issue
Block a user