Odoo Technical Training: Develop & Extend Odoo
This developer track takes you from a working Python background to shipping clean, upgrade-safe Odoo modules. You'll learn Odoo's architecture — the ORM, the module system, the view layer — and the inheritance patterns that let you extend standard apps without forking them.
By the end you can scaffold a module, define models and business logic, build back-end and website views, secure your data, expose controllers and APIs, and follow the conventions that keep modules maintainable across versions.
- 12 lessons
- Updated 09/05/2026
Controllers, routes & the ORM API
Expose HTTP routes with the http.Controller and @http.route (public, user, json), read and write through the ORM, and understand the request object. Build a small JSON endpoint.
There are no comments for now.