-
Keynote - Vision & Strategy
Fabien Pinckaersเสร็จสิ้น
-
Opening Keynote - Unveiling Odoo 17
Fabien Pinckaersเสร็จสิ้น
-
Unlock the Full Potential of Website Building: Create Custom Building Blocks and Dynamic Content
Arthur Detroux (ard)เสร็จสิ้น
-
.odoorc - All the Options of the Odoo CLI Demystified
Damien Bouvy (dbo)เสร็จสิ้น
-
Odoo Accounting a technical tour
William André (wan)เสร็จสิ้น
-
Performance Python
Nicolas Seinletเสร็จสิ้น
-
Javascript Performance Crash Course
Samuel Degueldreเสร็จสิ้น
-
Mastering Payroll Localization in Odoo: A Deep Dive into the United States of America
Yannick Tivisse (yti)เสร็จสิ้น
-
Odoo Editor: A Technical Tour / How to Extend
Nicolas Bayet (nby)เสร็จสิ้น
-
Odoo Logistics (Inventory / Manufacturing) a technical tour
Arnold Moyauxเสร็จสิ้น
กำลังโหลดวิดีโอ...
What changed in the ORM for Odoo 17
Developer
ที่ตั้ง: Hall 7.C
-
8/11/23 16:30
-
8/11/23 17:00
(Europe/Brussels)
(30 นาที)
Raphael Collet
Framework Developer at Odoo
Raphael Collet
Framework Developer at Odoo
After studying and earning a PhD in Computer Science, Raphael joined Odoo (then OpenERP). In those days, he made various contributions, including usability improvements. He then moved to the "Framework" team, where he designed and implemented the new model API in Python, which was released in version 8.0. To this day, he continues maintaining and improving the server-side framework, in particular its performance.
The talk presents the various changes we made to the Python framework, and why we made them. Those changes include
- new APIs for searching and fetching data;
- new APIs for grouping and aggregating data;
- improved communication between client and server to reduce the payload and/or the number of requests made by the client
- new wrapper object for SQL code