improvements of ORM in Odoo 18
Welcome!
Share and discuss the best content and new marketing ideas, build your professional profile and become a better marketer together.
What improvements have been made to the Odoo 18 ORM (Object-Relational Mapping) layer?
This question has been flagged
1
Reply
188
Views
Odoo 18 continues to optimize its ORM by reducing overhead in database operations and improving caching strategies. The addition of automated database maintenance tasks, such as purging obsolete records and reorganizing indexes, ensures better long-term performance.
The ORM also offers more flexible customization options for developers, allowing them to create custom fields and models more easily, especially in modules like Manufacturing and Inventory