Skip to content

Commit f42f205

Browse files
rousseldenisJulyChacko1601
authored andcommitted
[14.0][IMP] product_category_code: Add code in list view
1 parent 1cb3533 commit f42f205

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

product_category_code/views/product_category.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,15 @@
2626
</field>
2727
</record>
2828

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+
</field>
38+
</record>
2939

3040
</odoo>

0 commit comments

Comments
 (0)