mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
18 lines
559 B
XML
18 lines
559 B
XML
<odoo>
|
|
<data>
|
|
<!-- Product -->
|
|
<record id="app_product_template_kanban_view" model="ir.ui.view">
|
|
<field name="name">product.template.search.ztree</field>
|
|
<field name="model">product.template</field>
|
|
<field name="inherit_id" ref="product.product_template_kanban_view"/>
|
|
<field name="arch" type="xml">
|
|
<xpath expr="//templates">
|
|
<searchpanel>
|
|
<field name="categ_id"/>
|
|
</searchpanel>
|
|
</xpath>
|
|
</field>
|
|
</record>
|
|
|
|
</data>
|
|
</odoo> |