-
Opening Keynote - Unveiling Odoo 17
Fabien Pinckaers完了
-
Keynote - Vision & Strategy
Fabien Pinckaers完了
-
.odoorc - All the Options of the Odoo CLI Demystified
Damien Bouvy (dbo)完了
-
Unlock the Full Potential of Website Building: Create Custom Building Blocks and Dynamic Content
Arthur Detroux (ard)完了
-
Odoo Editor: A Technical Tour / How to Extend
Nicolas Bayet (nby)完了
-
Odoo Logistics (Inventory / Manufacturing) a technical tour
Arnold Moyaux完了
-
Odoo HR a technical tour
Bertrand Dossogne (bedo)完了
-
Performance Python
Nicolas Seinlet完了
-
How to Create an Odoo Accounting Localisation
Josse Colpaert (jco)完了
-
Performance Postgresql
Victor Piryns (pivi)完了
動画ロード中...
What changed in the ORM for Odoo 17
Developer
ロケーション: Hall 7.C
-
2023/11/08 16:30
-
2023/11/08 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