Skip to content

Commit

Permalink
product_configurator : Fixed warning product_configurator module.
Browse files Browse the repository at this point in the history
  • Loading branch information
bizzappdev committed Nov 28, 2024
1 parent 45c16f3 commit 2821dd1
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 2821dd1

Please sign in to comment.