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

Search Views in Odoo

Define filters, group_by, and search fields for the control panel.

Search Views in Odoo — a practical guide to Odoo search view with clear examples you can reuse in real projects.

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

Short description

Search views power saved filters and facets.

Search sketch

<search>
  <field name="name"/>
  <filter string="Draft" name="draft" domain="[('state','=','draft')]"/>
  <group expand="0" string="Group By">
    <filter string="Status" name="groupby_state" context="{'group_by': 'state'}"/>
  </group>
</search>

Leave a reply

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