Saturday, May 2, 2026
3 changes · saas-19.2
Resolved issues and error corrections
This update fixes an issue where date-based reports, particularly those using the 'From the very start' period, displayed unordered results. The change ensures string-type external values are now correctly sorted by date, improving the accuracy and reliability of financial reporting.
Original PR description
Ensure string-type external values are correctly sorted by date when using the "most_recent" formula. This resolves an issue where values appeared unordered, especially for expressions using the "From the very start" period. task-5951888 Forward-Port-Of: odoo/enterprise#115275 Forward-Port-Of: odoo/enterprise#113837
This update enhances the user experience when creating bank reconciliation entries. Previously, an error would open a form dialog unexpectedly. Now, errors are displayed directly, providing clearer feedback and simplifying the process for users.
Original PR description
Before this commit, when there is an error in the bank rec widget quick create. We open the form dialog which is kind a weird, we would rather expect to have the error displayed. This commit will override the showFormDialogInError to close the quick create and throw the error. no task id Forward-Port-Of: odoo/enterprise#115432
This update resolves an issue related to how a specific token is configured within Odoo's settings file (odoo.conf). The change ensures the correct setting is used, improving the stability and functionality of the IoT drivers. This resolves a technical detail that was impacting the system.
Original PR description
This PR fixes the section used to retrieve the egyptian token in odoo.conf file for it to be "options" instead of "default" Related PR: https://github.com/odoo/odoo/pull/255121 Forward-Port-Of: odoo/odoo#262078 Forward-Port-Of: odoo/odoo#262006