-
Keynote - Industries
Fabien Pinckaers已完成
-
Opening Keynote - Unveiling Odoo 19
Fabien Pinckaers已完成
-
Odoo upgrades: Core concepts and tools
Alvaro Fuentes Suarez (afu)已完成
-
Developing Odoo modules using AI: a practical guideJoseph Caburnay已完成
-
Testing your code in Odoo: Why and how should you do it?
Julien Mougenot已完成
-
What's new in the Python framework?
Raphael Collet已完成
-
Database Whodunit: Root Cause Analysis of Performance Issues
Mohamed Kasem (kasm)已完成
-
Fundamentals of JavaScript framework: Everything you need to know
Géry Debongnie已完成
-
Discover how we made Odoo blazing fastCédric Thiry已完成
-
Transcription across Odoo apps: Exploring speech-to-text features
Andrzej Pietrusiak & Dylan Provoost已完成
加载视频……
How to write your website's custom JavaScript with Interactions
Developer
位置。 Hall 11.A
-
2025/9/18 15:30
-
2025/9/18 16: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.