diff --git a/mrp_project/models/mrp_production.py b/mrp_project/models/mrp_production.py index 52dabe3159..81bc6fa28f 100644 --- a/mrp_project/models/mrp_production.py +++ b/mrp_project/models/mrp_production.py @@ -103,5 +103,5 @@ class MrpProductionWorkcenterLine(models.Model): def write(self, vals, update=True): for rec in self: super(MrpProductionWorkcenterLine, rec.with_context( - production=rec.production_id)).write(vals) + production=rec.production_id)).write(vals, update=update) return True