-
Odoo Documents: The Making of a New Application
Pierre Paridans, Developer - OdooFet
-
How to Break Odoo's Security (Or How to Prevent It)
Olivier Dony - Software & SaaS Engineer, Security team, OdooFet
-
Configure Your Own Mail Server with Odoo
Nicolas Seinlet, Software Developer - OdooFet
-
Visualizing Data in Odoo: How to Create a New View
Mathieu Duckerts-Antoine, Developer - OdooFet
-
The IoT Box & the Cloud
Josse Colpaert, Developer - OdooFet
-
How to Develop Your Own In-App Purchase ServiceAntony Lesuisse, Chief Technical Officer - OdooFet
-
The Odoo Javascript Framework
Gery Debongnie, Lead Developer - OdooFet
-
Empower Your App by Inheriting from 8 Mixins
Yannick Tivisse, Developer - OdooFet
-
Ask Me Anything for DevelopersAntony Lesuisse, Chief Technical Officer & Olivier Dony, Platform & Security - OdooFet
-
Tutorial - From a Web Controller to a Full CMSMartin Geubelle, Developer - OdooFet
Let's Create Records Faster!
Developer
Ubicació: Aula Magna / Foyer du Lac
-
3/10/18 12:30
-
3/10/18 12:50
(Europe/Brussels)
(20 minuts)
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.