Thursday, June 12, 2025
3 changes · master
Resolved issues and error corrections
A failing automated tour test in Documents Spreadsheet was simplified after a spreadsheet library update exposed unnecessary steps. This helps keep validation reliable without changing the user-facing spreadsheet experience.
Original PR description
The multipage tour started failing after an update of the lib o-spreadsheet. While no significant change seems to explain the failing, it turns out that the tour makes LOTS of useless steps and the actual feature tested doesn't even require to load a spreadsheet. This revision simplifies the tour as much as possible. Fixes runbot error 226565
This fixes an internal test for the point-of-sale IoT scale integration so it matches the latest scale checksum behavior. It helps keep automated checks reliable and reduces the risk of future scale-related regressions reaching users.
Original PR description
See community PR odoo/odoo#213999 for the details of the change. This commit simply fixes the scale checksum test to reflect the new code. task-4866092
A spreadsheet test was adjusted to stay compatible with an updated pivot table parameter. This helps keep spreadsheet filtering behavior reliable after related changes in the spreadsheet engine.