-
Empower Your App by Inheriting from Odoo Mixins
Thibault Delavallee, Developer - OdooEfectuat
-
Concepts Behind the New Odoo Framework (New ORM)Fabien Pinckaers, Founder & CEO - OdooEfectuat
-
Why is the Browser's Debugger a Backend Developer's Best Friend?
Thibault François, Technical Consultant Team Leader - OdooEfectuat
-
Impact of the New ORM on Your ModulesRaphael Collet, Developer - OdooEfectuat
-
Ask Me Anything for DevelopersAntony Lesuisse, Chief Technical Officer & Olivier Dony, Platform & Security - OdooEfectuat
-
The New Tax Engine and How to Use It in Localizations
Olivier Colson, Developer - OdooEfectuat
-
How to Handle Your Email Environment with Odoo
Jean Adam, Client Solution Developer - OdooEfectuat
-
Tutorial: Develop an App with the Odoo Framework
Yannick Tivisse, Developer - OdooEfectuat
-
Record Automated Integration Tests Through the UI
Stanislas Sobieski, Developer - OdooEfectuat
-
The Odoo Javascript Framework
Gery Debongnie, Lead Developer - OdooEfectuat
Understand Asynchronous Javascript in Odoo
Developer
Locație: Aula Magna / Foyer du Lac
-
04.10.2019, 10:10
-
04.10.2019, 11:00
(Europe/Brussels)
(50 de minute)
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.