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