We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cb3533 commit f42f205Copy full SHA for f42f205
product_category_code/views/product_category.xml
@@ -26,5 +26,15 @@
26
</field>
27
</record>
28
29
+ <record id="product_category_list_view" model="ir.ui.view">
30
+ <field name="name">product.category.list (in product_category_code)</field>
31
+ <field name="model">product.category</field>
32
+ <field name="inherit_id" ref="product.product_category_list_view" />
33
+ <field name="arch" type="xml">
34
+ <field name="display_name" position="after">
35
+ <field name="code" />
36
+ </field>
37
38
+ </record>
39
40
</odoo>
0 commit comments