Accept Merge Request #1126: (feature/sf物流方面缺陷与优化 -> develop)

Merge Request: 状态补充条件

Created By: @马广威
Accepted By: @马广威
URL: https://jikimo-hn.coding.net/p/jikimo_sfs/d/jikimo_sf/git/merge/1126?initial=true
This commit is contained in:
马广威
2024-07-01 18:18:19 +08:00
committed by Coding

View File

@@ -116,6 +116,11 @@ class MrpProduction(models.Model):
elif production.state == 'to_close' and production.schedule_state == '已排': elif production.state == 'to_close' and production.schedule_state == '已排':
production.state = 'pending_cam' production.state = 'pending_cam'
if production.state == 'progress':
if all(wo_state not in ('progress', 'done') for wo_state in production.workorder_ids.mapped('state')):
production.state = 'pending_cam'
def action_check(self): def action_check(self):
""" """
审核启用 审核启用