-
How to Break Odoo's Security (Or How to Prevent It)
Olivier Dony - Software & SaaS Engineer, Security team, OdooWykonano
-
Visualizing Data in Odoo: How to Create a New View
Mathieu Duckerts-Antoine, Developer - OdooWykonano
-
Ask Me Anything for DevelopersAntony Lesuisse, Chief Technical Officer & Olivier Dony, Platform & Security - OdooWykonano
-
How to Develop Your Own In-App Purchase ServiceAntony Lesuisse, Chief Technical Officer - OdooWykonano
-
Empower Your App by Inheriting from 8 Mixins
Yannick Tivisse, Developer - OdooWykonano
-
The Odoo Javascript Framework
Gery Debongnie, Lead Developer - OdooWykonano
-
The IoT Box & the Cloud
Josse Colpaert, Developer - OdooWykonano
-
Odoo Documents: The Making of a New Application
Pierre Paridans, Developer - OdooWykonano
-
Configure Your Own Mail Server with Odoo
Nicolas Seinlet, Software Developer - OdooWykonano
-
Looking for Culprits in Performance Issues
Moisés Augusto López CalderónWykonano
Let's Create Records Faster!
Developer
Lokacja: Aula Magna / Foyer du Lac
-
3.10.2018, 12:30
-
3.10.2018, 12:50
(Europe/Brussels)
(20 minut)
Raphael Collet - Odoo Developer
Framework Developer
Raphael Collet - Odoo Developer
Framework Developer
The create() method of the ORM has been changed to create several records in batch, which improves the performance of creation.
This talk explains the motivation behind the change: the queries to trigger the recomputations are performed once for the batch instead of once for each record. Several examples show how to use it, and how to override the create() method.