Friday, December 26, 2025
2 changes · 19.0
Enhancements to existing features
Point of Sale users can now select and copy text from error popups. This makes it easier to share exact error messages with support teams or colleagues when troubleshooting issues.
Original PR description
Before this commit, it was not possible to select and copy text from the error popup shown in the POS interface. This limitation hindered users from easily copying error messages for reporting or troubleshooting purposes. task-id: 5411067 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#240570
This update enhances the refresh process for return data in the accounting reports. Previously, the date range was unpredictable, leading to inconsistent updates. Now, data is refreshed within a consistent one-year window (past and future), ensuring reliable reporting.
Original PR description
Previously, the minimum date used for the refresh period in `_try_create_returns_for_fiscal_year` was the fiscal year itself, which caused confusion. Depending on whether we were at the beginning or the end of the fiscal year, the amount of past data being updated was inconsistent. The new behavior refreshes a fixed window of one year in the past and one year in the future, making the update range predictable and consistent. task-5388423 Forward-Port-Of: odoo/enterprise#101484