Migrate product_search_supplier_code to v9
This commit is contained in:
@@ -16,6 +16,6 @@
|
|||||||
'views/product_view.xml',
|
'views/product_view.xml',
|
||||||
'views/picking_view.xml',
|
'views/picking_view.xml',
|
||||||
],
|
],
|
||||||
'installable': False,
|
'installable': True,
|
||||||
'active': False,
|
'active': False,
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,9 +2,9 @@
|
|||||||
<openerp>
|
<openerp>
|
||||||
<data>
|
<data>
|
||||||
|
|
||||||
<record id="product_custom_search_view" model="ir.ui.view">
|
<record id="product_supplier_code_search_view" model="ir.ui.view">
|
||||||
<field name="model">product.product</field>
|
<field name="model">product.template</field>
|
||||||
<field name="inherit_id" ref="product.product_search_form_view"/>
|
<field name="inherit_id" ref="product.product_template_search_view"/>
|
||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<field name="name" position="after">
|
<field name="name" position="after">
|
||||||
<field name="seller_ids" string="Supplier Default Code"
|
<field name="seller_ids" string="Supplier Default Code"
|
||||||
|
|||||||
Reference in New Issue
Block a user