-
Configure Your Own Mail Server with Odoo
Nicolas Seinlet, Software Developer - OdooConcluído
-
Visualizing Data in Odoo: How to Create a New View
Mathieu Duckerts-Antoine, Developer - OdooConcluído
-
How to Develop Your Own In-App Purchase ServiceAntony Lesuisse, Chief Technical Officer - OdooConcluído
-
The IoT Box & the Cloud
Josse Colpaert, Developer - OdooConcluído
-
How to Break Odoo's Security (Or How to Prevent It)
Olivier Dony - Software & SaaS Engineer, Security team, OdooConcluído
-
Odoo Documents: The Making of a New Application
Pierre Paridans, Developer - OdooConcluído
-
The Odoo Javascript Framework
Gery Debongnie, Lead Developer - OdooConcluído
-
Empower Your App by Inheriting from 8 Mixins
Yannick Tivisse, Developer - OdooConcluído
-
Ask Me Anything for DevelopersAntony Lesuisse, Chief Technical Officer & Olivier Dony, Platform & Security - OdooConcluído
-
Navigate in Odoo Code for Dummies
Thibault François, Technical Consultant Team Leader - OdooConcluído
Let's Create Records Faster!
Developer
Local: Aula Magna / Foyer du Lac
-
03/10/2018 12:30
-
03/10/2018 12:50
(Europe/Brussels)
(20 minutos)
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.