-
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Виконано
-
Empower Your App by Inheriting from Odoo Mixins
Thibault Delavallee, Developer - OdooВиконано
-
Ask Me Anything for Developers
Antony Lesuisse, Chief Technical Officer & Olivier Dony, Platform & Security - OdooВиконано
-
Impact of the New ORM on Your Modules
Raphael Collet, Developer - OdooВиконано
-
How to Develop Your Own In-App Purchase Service
Damien Bouvy , Developer - OdooВиконано
-
Load Testing: How to Stress Your Odoo with Locust
Michael Vannerom, Developer - OdooВиконано
-
How to Deal with Custom Code for an Upgrade
Patricia Daloze, Developer - OdooВиконано
-
Best Tools for First-Time Odoo Development
Thibaut Richard, Developer - OdooВиконано
-
How to Handle a Performance Issue?
Nicolas Seinlet, Developer - OdooВиконано
Understand Asynchronous Javascript in Odoo
Developer
Розташування: Aula Magna / Foyer du Lac
-
04.10.19, 10:10
-
04.10.19, 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.