[FIX] fix inherit

This commit is contained in:
Sébastien BEAU
2021-01-21 22:32:28 +01:00
parent c3da933e62
commit bd25fe4866

View File

@@ -3,7 +3,7 @@
<record id="product_template_view_form" model="ir.ui.view">
<field name="model">product.template</field>
<field name="inherit_id" ref="sale.product_template_form_view"/>
<field name="inherit_id" ref="sale_product_configurator.product_template_view_form"/>
<field name="arch" type="xml">
<group name="options" position="attributes">
<attribute name="invisible"/>