Skip to content

Commit

Permalink
Fix auto create bom components (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofelix03 authored Nov 4, 2024
1 parent 048738e commit ff40606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bom_auto_create_components/models/bom_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def _onchange_set_apply_variant(self):
)
)
product_tmpl_att_lines = (
self.bom_id.product_tmpl_id.valid_product_template_attribute_line_id
self.bom_id.product_tmpl_id.valid_product_template_attribute_line_ids
)
product_tmpl_att_values = product_tmpl_att_lines.mapped(
"product_template_value_ids"
Expand Down

0 comments on commit ff40606

Please sign in to comment.