mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
15 lines
583 B
XML
15 lines
583 B
XML
<odoo>
|
|
<data>
|
|
<!-- Product -->
|
|
<record id="pos_app_product_template_search_view" model="ir.ui.view">
|
|
<field name="name">product.template.search.ztree</field>
|
|
<field name="model">product.template</field>
|
|
<field name="inherit_id" ref="app_product_superbar.app_product_template_search_view"/>
|
|
<field name="arch" type="xml">
|
|
<xpath expr="//searchpanel/field[@name='categ_id']" position="before">
|
|
<field name="pos_categ_id" enable_counters="1"/>
|
|
</xpath>
|
|
</field>
|
|
</record>
|
|
</data>
|
|
</odoo> |