Graph Views in Odoo — a practical guide to Odoo graph view with clear examples you can reuse in real projects.
Odoo Tutorial Series (47/112). Prefer one article? Read the complete Odoo tutorial.
Short description
Combine with search group_by for analytics.
Graph tip
<graph type="bar">
<field name="partner_id" type="row"/>
<field name="amount" type="measure"/>
</graph>