กำลังโหลดวิดีโอ...
An In-depth Journey into Odoo's ORM
Developer
ที่ตั้ง: Studio 5 - 30/9/20 15:30 - 30/9/20 16:30 (Europe/Brussels) (1 ชั่วโมง)
An In-depth Journey into Odoo's ORM
Raphael Collet
Framework Developer at Odoo
Raphael Collet
Framework Developer at Odoo

Raphael, an Odooer since 2011, leads the team responsible for the server-side framework (ORM, HTTP/RPC controllers, tests), and Odoo-related tools (tests and runbot), being personally involved in the evolution of the ORM.


This talk proposes an advanced view of Odoo's Object Relational Mapping (ORM), aiming to help developers improve how they code using it. You will be shown and explained the choices made in the ORM's implementation, and how they can be used to optimize businesses' code in terms of readability, maintenance, and performance. You will learn about the improvements made in the framework for Odoo 14.0.

Join us!

ควิซ

Assume a model is defined by class A, and extended by classes B and C (in that order). In which order do those classes appear in the parent classes of the model's class?
What kind of field can appear in the data structure "tocompute"?
When flush() is invoked, how many updates are expected per record?