Commit fd4e9820 by Yvon

rename html ids so that they are unique

parent 132e09b4
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<odoo> <odoo>
<record id="product_custom_search_view" model="ir.ui.view"> <record id="product_custom_search_view_1" model="ir.ui.view">
<field name="model">product.product</field> <field name="model">product.product</field>
<field name="inherit_id" ref="product.product_search_form_view"/> <field name="inherit_id" ref="product.product_search_form_view"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
</field> </field>
</record> </record>
<record id="product_custom_search_view" model="ir.ui.view"> <record id="product_custom_search_view_2" model="ir.ui.view">
<field name="model">product.template</field> <field name="model">product.template</field>
<field name="inherit_id" ref="product.product_template_search_view"/> <field name="inherit_id" ref="product.product_template_search_view"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment