Skip to content

Commit

Permalink
Merge PR #1315 into 15.0
Browse files Browse the repository at this point in the history
Signed-off-by LoisRForgeFlow
  • Loading branch information
OCA-git-bot committed Jul 18, 2024
2 parents 7e5c220 + 9220ca9 commit 36492e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrp_multi_level/wizards/mrp_multi_level.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def _prepare_mrp_move_data_bom_explosion(
)
line_quantity = factor * bomline.product_qty
return {
"mrp_area_id": product.mrp_area_id.id,
"mrp_area_id": product_mrp_area.mrp_area_id.id,
"product_id": bomline.product_id.id,
"product_mrp_area_id": product_mrp_area.id,
"production_id": None,
Expand Down

0 comments on commit 36492e7

Please sign in to comment.