ORM in Odoo — a practical guide to Odoo ORM with clear examples you can reuse in real projects.
Odoo Tutorial Series (28/112). Prefer one article? Read the complete Odoo tutorial.
Short description
Prefer ORM over raw SQL except for justified performance cases.
ORM idea
env['model.name']
create / search / browse
write / unlink
mapped / filtered / sorted