Skip to content

Commit

Permalink
[14.0][IMP] product_category_code: Add code in list view
Browse files Browse the repository at this point in the history
  • Loading branch information
rousseldenis authored and JulyChacko1601 committed Oct 17, 2022
1 parent 1cb3533 commit f42f205
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions product_category_code/views/product_category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,15 @@
</field>
</record>

<record id="product_category_list_view" model="ir.ui.view">
<field name="name">product.category.list (in product_category_code)</field>
<field name="model">product.category</field>
<field name="inherit_id" ref="product.product_category_list_view" />
<field name="arch" type="xml">
<field name="display_name" position="after">
<field name="code" />
</field>
</field>
</record>

</odoo>

0 comments on commit f42f205

Please sign in to comment.