-
Keynote - Industries
Fabien PinckaersFet
-
Opening Keynote - Unveiling Odoo 19
Fabien PinckaersFet
-
Simplifying the CLI, one command at a time
Paolo GattiFet
-
Turning Web pages into beautiful print: The architecture of Paper-Muncher
Clémence Van BossuytFet
-
Making Odoo work for your business: When and how to change standard logic?
Ana ZurabashviliFet
-
NLP search and AI tools: How does it work and what are the benefits?Joseph CaburnayFet
-
Point of sale: Replicating Python to JavaScript models for a resilient frontend
Loukas WetsFet
-
Runbot knows what you broke: Behind testing infrastructure
Christophe Monniez (moc)Fet
-
Developing Odoo modules using AI: a practical guideJoseph CaburnayFet
-
Transcription across Odoo apps: Exploring speech-to-text features
Andrzej Pietrusiak & Dylan ProvoostFet
S'està carregant el vídeo...
How to write your website's custom JavaScript with Interactions
Developer
Ubicació: Hall 11.A
-
18/9/25 15:30
-
18/9/25 16:00
(Europe/Brussels)
(30 minuts)
Robin Lejeune
Software Developer
a Odoo
Robin Lejeune
Software Developer
a Odoo
Robin has been working in the R&D Website Builder team since 2023. Between Odoo 18 and Odoo 19, he took part in developing Interactions as well as in refactoring the website builder.
As a developer, when you need to add functionalities to the frontend of your website, you might be tempted to include some global script running everywhere. What if I told you there is a better solution?
Interactions
are the Odoo integrated way to inject dynamic code into your pages. They are a modernized and a more developer-friendly replacement of publicWidgets
, which experienced developers in Odoo already know. With Interactions
, you benefit from an actual lifecycle, with methods and a syntax closer to OWL. They start when needed and you do not have to worry about when to stop or restart them: the internals do it for you.
In this talk, I will present the code of a simple Interaction, step by step, to highlight the features and the expected way of thinking about it.