cambiado el modelo a product.product
This commit is contained in:
parent
c3049046df
commit
b48b7df70a
3 changed files with 3 additions and 28 deletions
|
@ -3,7 +3,7 @@
|
|||
<data>
|
||||
<record model="ir.ui.view" id="product_library_form_config">
|
||||
<field name="name">product.product.library.form</field>
|
||||
<field name="model">product.template</field>
|
||||
<field name="model">product.product</field>
|
||||
<field name="inherit_id" ref="product.product_template_only_form_view"/>
|
||||
<field name="arch" type="xml">
|
||||
<field name="barcode" position="after">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue