-
Concepts Behind the New Odoo Framework (New ORM)Fabien Pinckaers, Founder & CEO - Odoo완료
-
Why is the Browser's Debugger a Backend Developer's Best Friend?
Thibault François, Technical Consultant Team Leader - Odoo완료
-
Impact of the New ORM on Your ModulesRaphael Collet, Developer - Odoo완료
-
Empower Your App by Inheriting from Odoo Mixins
Thibault Delavallee, Developer - Odoo완료
-
Ask Me Anything for DevelopersAntony Lesuisse, Chief Technical Officer & Olivier Dony, Platform & Security - Odoo완료
-
Odoo.sh for Developers
Denis Vermylen, Developer - Odoo완료
-
How to Deal with Custom Code for an Upgrade
Patricia Daloze, Developer - Odoo완료
-
Tutorial: Develop an App with the Odoo Framework
Yannick Tivisse, Developer - Odoo완료
-
How to Handle a Performance Issue?
Nicolas Seinlet, Developer - Odoo완료
-
Odoo.sh for Project Managers & Developers
Benjamin Akboka Apengu, Developer - Odoo완료
Understand Asynchronous Javascript in Odoo
Developer
위치: Aula Magna / Foyer du Lac
-
19. 10. 4. AM 10:10
-
19. 10. 4. AM 11:00
(Europe/Brussels)
(50분)
Vincent Schippefilt, Developer - Odoo
Python & Javascript Developer
Vincent Schippefilt, Developer - Odoo
Python & Javascript Developer
Some of the complexity with the webclient comes from the fact that every widget, every controller, every RPC, etc. needs to be somehow synchronized: things should happen just after something, or not before something else.
In this talk, I will dive into the depth of Odoo's javascript I will explain the synchronization primitives we use and the ways to simplify the life of a javascript developer using asynchronous code. Bonus if we have time, I'll show you a few subtle ways async javascript is wrong and how to fix it.