mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
@@ -200,7 +200,8 @@ class MrpBom(models.Model):
|
|||||||
)
|
)
|
||||||
if component_template_product:
|
if component_template_product:
|
||||||
# need to set product_id temporary
|
# need to set product_id temporary
|
||||||
current_line.product_id = component_template_product
|
if current_line.product_id != component_template_product:
|
||||||
|
current_line.product_id = component_template_product
|
||||||
else:
|
else:
|
||||||
# component_template_id is set, but no attribute value match.
|
# component_template_id is set, but no attribute value match.
|
||||||
continue
|
continue
|
||||||
|
|||||||
Reference in New Issue
Block a user