Daily updates from Odoo
Saturday, May 2, 2026
2 changes · saas-19.1
Resolved issues and error corrections
This update fixes an issue where financial reports, particularly those using the 'From the very start' period, displayed unordered string external values. The change ensures that these 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 fixes a minor usability issue in the quick creation of bank reconciliation entries. Previously, an error would open a dialog box instead of displaying the error directly. This change ensures errors are clearly shown, improving the user experience and making it easier to correct mistakes.
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