Tutorials¶
Getting started
Develop your own module with the Odoo framework. This step-by-step tutorial is crafted for newcomers and any other individual curious about Odoo development.
Discover the JavaScript Framework
Learn the basics of the JavaScript framework of Odoo. This tutorial will teach you how to work with Owl components and introduce the basic principles underlying the Odoo JavaScript codebase.
Master the Odoo Web Framework
Become an expert in the Odoo Web Framework. A large variety of features are covered such as fields, views, and even the kitten mode.
Define module data
Define master and demo data for an Odoo module, leveraging the strengths of the CSV and XML file formats to accommodate specific data requirements.
Restrict access to data
Implement security measures to restrict access to sensitive data with the help of groups, access rights, and record rules.
Safeguard your code with unit tests
Write effective unit tests in Python to ensure the resilience of your code and safeguard it against unexpected behaviors and regressions.
Reuse code with mixins
Create mixins to code features once and reuse them in multiple models.
Build PDF reports
Use QWeb, Odoo’s powerful templating engine, to create custom PDF reports for your documents.