Skip to content

Commit

Permalink
Merge PR #144 into 17.0
Browse files Browse the repository at this point in the history
Signed-off-by simahawk
  • Loading branch information
OCA-git-bot committed Nov 28, 2024
2 parents 45c16f3 + 2821dd1 commit c1277fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion product_configurator/views/product_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
/>
<field
name="domain_id"
context="{'product_tmpl_id': product_tmpl_id or active_id or parent.id, 'product_attribute_ids': template_attribute_ids, 'form_view_ref': 'product_configurator.product_config_domain_form_view_template'}"
context="{'product_tmpl_id': product_tmpl_id or id or parent.id, 'product_attribute_ids': template_attribute_ids, 'form_view_ref': 'product_configurator.product_config_domain_form_view_template'}"
/>
<field name="product_tmpl_id" column_invisible="1" />
<field name="template_attribute_ids" column_invisible="1" />
Expand Down

0 comments on commit c1277fe

Please sign in to comment.