Daily updates from Odoo
Friday, August 22, 2025
2 changes
Code cleanup and technical improvements
This update improves automated guided tests by waiting until a signature image is actually present before continuing. It helps avoid false test failures where a signature appeared missing simply because it had not finished loading yet.
Original PR description
In this commit, we add a helper for tour to ensure the canvas selector contains pixel before continue the tour. This is quite useful to check that the signature has been loaded before continuing the tour, otherwise we get the "missing signature" error. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update removes leftover code from a previous e-invoicing refactor for Japan. It has no expected impact on users, but keeps the codebase cleaner and easier to maintain.
Original PR description
We left the function `_get_tax_totals_vals_list` in the UBL refactor, but it isn't called from anywhere. This commit cleans it up. task-none