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
Compute, onchange, constraints & CRUD
Add behaviour with @api.depends computed fields, @api.onchange, @api.constrains and SQL constraints, and override create/write/unlink safely (in batch, calling super). This is where your module gets its intelligence.
There are no comments for now.