Tuesday, June 24, 2025
2 changes · saas-18.2
Resolved issues and error corrections
A noisy error message was removed from the Point of Sale data storage code because it could interfere with automated test results. This keeps test runs reliable without changing cashier workflows or business functionality.
Original PR description
Specific tests are already in place to test indexedDB, so using console.error in this case will break other tests. runbot error: 227556, 227556
Expense reports now display the right currency symbol when expenses involve a currency different from the company's currency. This prevents confusion by ensuring report totals are labeled with the currency that matches the amounts shown.
Original PR description
Current behavior before PR: When print an expense report with different company currency, the currency it's displayed incorrectly [bug](https://drive.google.com/file/d/1GWjcIGA_czPpl44QAORN6vj6hLcMOYhF/view?usp=sharing) [Related ticket](https://www.odoo.com/odoo/project/49/tasks/4807756) Description of the issue/feature this PR addresses: Update widget currency symbol Desired behavior after PR is merged: The report will show the correct symbol depending on the currencies used for the expense fixed versions: saas-18.2 saas-18.3 master --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr