mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[IMP] mrp_multi_level: use area from component in the explosion vals
This commit is contained in:
@@ -131,7 +131,7 @@ class MultiLevelMrp(models.TransientModel):
|
||||
)
|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user