Launch offer
Business website $150 USD Custom plugin $200 USD Ready in 5 days
Get a quote
Odoo

Tree/List View Customization in Odoo

Customize lists with decorations, optional columns, and widgets.

Tree/List View Customization in Odoo — a practical guide to Odoo list view customization with clear examples you can reuse in real projects.

Odoo Tutorial Series (49/112). Prefer one article? Read the complete Odoo tutorial.

Short description

Use decoration-danger/info based on field expressions.

Decoration tip

<list decoration-danger="state == 'cancelled'">
  <field name="name"/>
  <field name="state"/>
</list>

Leave a reply

Your email address will not be published. Required fields are marked *