1
This commit is contained in:
@@ -382,7 +382,7 @@ class MrpProduction(models.Model):
|
|||||||
if production.tool_state == '2':
|
if production.tool_state == '2':
|
||||||
production.state = 'rework'
|
production.state = 'rework'
|
||||||
if production.workorder_ids and all(wo_state in ('done', 'rework', 'cancel') for wo_state in production.workorder_ids.mapped('state')):
|
if production.workorder_ids and all(wo_state in ('done', 'rework', 'cancel') for wo_state in production.workorder_ids.mapped('state')):
|
||||||
if production.state not in ['scrap', 'rework']:
|
if production.state not in ['scrap', 'rework', 'cancel']:
|
||||||
production.state = 'done'
|
production.state = 'done'
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user