Odoo Features and Architecture — a practical guide to Odoo features architecture with clear examples you can reuse in real projects.
Odoo Tutorial Series (3/112). Prefer one article? Read the complete Odoo tutorial.
Short description
Requests hit the web layer; business logic lives in models; data sits in PostgreSQL.
Architecture layers
Web / RPC (JSON-RPC, XML-RPC)
ORM + models
PostgreSQL
Addons modules
Assets (JS/CSS/OWL)
QWeb templates & reports