Skip to content

Commit

Permalink
[MIG] mrp_lot_number_propagation: review
Browse files Browse the repository at this point in the history
  • Loading branch information
astirpe committed Aug 19, 2024
1 parent c02c060 commit c62f997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrp_lot_number_propagation/models/mrp_production.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def write(self, vals):
for order in self:
if (
order.is_lot_number_propagated
and "lot_producing_id" in vals
and vals.get("lot_producing_id")
and not self.env.context.get("lot_propagation")
):
raise UserError(
Expand Down

0 comments on commit c62f997

Please sign in to comment.