-
Keynote - Industries
Fabien Pinckaers완료
-
Opening Keynote - Unveiling Odoo 19
Fabien Pinckaers완료
-
Discover how we made Odoo blazing fastCédric Thiry완료
-
Website import tool: How AI can rebuild your website
Ivan Klapka완료
-
Database Whodunit: Root Cause Analysis of Performance Issues
Mohamed Kasem (kasm)완료
-
Odoo upgrades: Core concepts and tools
Alvaro Fuentes Suarez (afu)완료
-
Runbot knows what you broke: Behind testing infrastructure
Christophe Monniez (moc)완료
-
How to integrate hardware with Odoo IoT Box?
Louis Travaux (lotr)완료
-
What's new in the JavaScript framework?
Géry Debongnie완료
-
Fundamentals of JavaScript framework: Everything you need to know
Géry Debongnie완료
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.