Merge PR #634 into 14.0

Signed-off-by LoisRForgeFlow
This commit is contained in:
OCA-git-bot
2021-03-24 16:46:20 +00:00

View File

@@ -71,7 +71,7 @@ class MultiLevelMrp(models.TransientModel):
parent_product_id = (
move_dest_id.production_id.product_id or move_dest_id.product_id
).id
else:
if not order_number:
order_number = (move.picking_id or move).name
origin = "mv"
mrp_date = date.today()