Daily updates from Odoo
Monday, August 10, 2026
4 changes · saas-19.4
Enhancements to existing features
Users can now sort documents with AI without needing a Studio subscription. This removes an access limitation, making AI-assisted document organization available to more customers.
Original PR description
Purpose ======= We changed our mind, and we should be able to sort documents with AI without having to pay for studio. Revert of bc15543b5ce563bdddb54198eaaf00a5c8d01e54 Task-6383816 Forward-Port-Of: odoo/enterprise#126796
Vendor bill product prediction by line label now respects the setting that enables or disables it. This prevents unwanted product suggestions for enterprise users who turned the feature off, while keeping the default prediction behavior for community users.
Original PR description
Context: There was an enterprise field `predict_bill_product` allowing users to toggle product prediction based on line label. Before this commit, product prediction by name was running without taking into account the value of this field, which could confuse users who had disabled the feature in settings. This commit makes product prediction by name depend on this field. For community users, the prediction will run by default. no-task --- I confirm I have signed the CLA and read the PR guidelines at [www.odoo.com/submit-pr](http://www.odoo.com/submit-pr) Forward-Port-Of: odoo/enterprise#126529
Before this commit, the empty space between audio recordings in the CallDebrief timeline had no DOM elements representing them because the media elements are styled with absolute positioning In this commit we generate silence gap elements to enable designers to transition the timeline layout to a linear flexgrid. task-6321723
Original PR description
Before this commit, the empty space between audio recordings in the CallDebrief timeline had no DOM elements representing them because the media elements are styled with absolute positioning In this commit we generate silence gap elements to enable designers to transition the timeline layout to a linear flexgrid. task-6321723
Context: There was an enterprise field `predict_bill_product` allowing users to toggle product prediction based on line label. Before this commit, product prediction by name was running without taking into account the value of this field, which could confuse users who had disabled the feature in settings. This commit makes product prediction by name depend on this field. For community users, the prediction will run by default. no-task --- I confirm I have signed the CLA and read
Original PR description
Context: There was an enterprise field `predict_bill_product` allowing users to toggle product prediction based on line label. Before this commit, product prediction by name was running without taking into account the value of this field, which could confuse users who had disabled the feature in settings. This commit makes product prediction by name depend on this field. For community users, the prediction will run by default. no-task --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#276041 Forward-Port-Of: odoo/odoo#267138