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>