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
Scaffolding a module & the manifest
Use odoo-bin scaffold, then dissect the result: __manifest__.py (name, depends, data, assets), __init__.py, and the folder conventions (models, views, security, static). Install and upgrade your module from the command line.
There are no comments for now.