-
Opening Keynote - Unveiling Odoo 19
Fabien Pinckaers完成
-
Keynote - Industries
Fabien Pinckaers完成
-
Integrate Odoo Inventory and Manufacturing with external systems
Arnold Moyaux完成
-
Odoo Security 101
Bram完成
-
Website import tool: How AI can rebuild your website
Ivan Klapka完成
-
Unveiling Paper-Muncher: The secret of web engines and understanding large document generation
Lou Habert完成
-
Introducing Odoo Language Server: Your coding companion
Florian Daloze & Mohamed Mahrous完成
-
Practices for implementing e-Invoicing in your favorite country
Josse Colpaert (jco)完成
-
Leveraging Mixins in Odoo: Best practices for developersMichael Vannerom完成
-
Odoo Shell: The DevOps ally
Arnaud Baes完成
正在載入影片⋯
How to write your website's custom JavaScript with Interactions
Developer
位置: Hall 11.A
-
2025/9/18 下午3:30
-
2025/9/18 下午4:00
(Europe/Brussels)
(30 分鐘)
Robin Lejeune
Software Developer
在 Odoo
Robin Lejeune
Software Developer
在 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.