-
Keynote - Industries
Fabien PinckaersHecho
-
Opening Keynote - Unveiling Odoo 19
Fabien PinckaersHecho
-
Turning Web pages into beautiful print: The architecture of Paper-Muncher
Clémence Van BossuytHecho
-
How to integrate hardware with Odoo IoT Box?
Louis Travaux (lotr)Hecho
-
Practices for implementing e-Invoicing in your favorite country
Josse Colpaert (jco)Hecho
-
Tips & tricks for performant spreadsheets/dashboards
Vincent SchippefiltHecho
-
Database autopsy: A performance post-mortem
Victor PirynsHecho
-
Odoo upgrades: Core concepts and tools
Alvaro Fuentes Suarez (afu)Hecho
-
Point of sale: Replicating Python to JavaScript models for a resilient frontend
Loukas WetsHecho
-
Best practices to design Odoo crons
Thibault FrancoisHecho
Although developers tend to prefer to leverage the full power of Python to write new modules, it is sometimes not possible to do so; typically on managed hosting solutions which do not allow the deployment of custom Python code like the odoo.com platform.
However, the flexible nature of Odoo is meant to allow customizations out of the box. Whilst a lot is possible with Studio, it is also possible to define models, fields and logic in XML files. This makes it easier to develop, maintain and deploy these customizations.
In this talk, we will learn how to define models, fields and logic in XML data files and bundle them into a module. These are sometimes called importable modules, or data modules. We will also see the limitations of this approach to module development.