-
Master Class - Advanced Manufacturing
9월. 16
-
Master Class - Advanced Accounting
9월. 16
-
Master Class - Odoo Web Framework
9월. 16
-
Master Class - Advanced Dashboards & Spreadsheets
9월. 16
-
Master Class - Scaling Odoo
9월. 16
-
Master Class - Introduction to Development
9월. 16
-
Master Class - Odoo & AI
9월. 16
-
Master Class - Odoo & AI
9월. 17
-
Master Class - Introduction to Development
9월. 17
-
Master Class - Scaling Odoo
9월. 17
행사 Odoo Experience 2025
에 시작
2025. 9. 18. AM 9:00:00
(Europe/Brussels)
How to write your website's custom JavaScript with Interactions
Developer
위치: Hall 11.A
-
25. 9. 18. PM 3:30
-
25. 9. 18. PM 4:00
(Europe/Brussels)
(30분)
Robin Lejeune
Software Developer
at Odoo
Robin Lejeune
Software Developer
at 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.