-
Keynote - Industries
Fabien Pinckaers完成
-
Opening Keynote - Unveiling Odoo 19
Fabien Pinckaers完成
-
What's new in the JavaScript framework?
Géry Debongnie完成
-
Fundamentals of JavaScript framework: Everything you need to know
Géry Debongnie完成
-
Discover how we made Odoo blazing fastCédric Thiry完成
-
How to integrate hardware with Odoo IoT Box?
Louis Travaux (lotr)完成
-
How to create website front-end controllers
Benoit Socias (bso)完成
-
Website import tool: How AI can rebuild your website
Ivan Klapka完成
-
A developer’s guide to building importable SaaS-ready modules
Valentin Vallaeys完成
-
Turning Web pages into beautiful print: The architecture of Paper-Muncher
Clémence Van Bossuyt完成
正在載入影片⋯
What's new in the Python framework?
Developer
What's New
位置: Hall 11.B
-
2025/9/18 上午11:30
-
2025/9/18 中午12:30
(Europe/Brussels)
(1 小時)
Raphael Collet
Framework Developer
在 Odoo
Raphael Collet
Framework Developer
在 Odoo
Raphael joined Odoo in 2011, when it was still called "OpenERP". He quickly moved to the "Framework" team, where he designed and implemented the "new API" of Python models. When the team grew, he became the team's leader, mostly because of the lack of other candidates. He kept contributing many optimizations and bug fixes in the framework. He regularly gives talks to Odoo Experience, and happily chats with every developer coming with nasty questions or bright ideas. And he also writes down his own Odoo biography, when asked to do so.
The talk will present the news in the Python Framework for Odoo 19:
- domain optimizations
- new hooks for generating SQL queries (domains, expressions, etc)
- new implementation of filtered_domain() - more correct and fast
- better APIs for the web client, reducing latency for displaying views
- faster field getter and field cache management
- new field access check API
- faster registry loading
- reduce overhead of registry when installing modules
- cron API improvement