[FIX] fix inherit
This commit is contained in:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user