Friday, August 15, 2025
3 changes · 18.0
Resolved issues and error corrections
This fix makes point-of-sale loyalty tests more reliable by ensuring the test customer appears near the top of the customer list. It helps prevent random test failures that can block automated validation, without changing customer-facing functionality.
Original PR description
Tours in POS rely on clicking on partners. But the POS interface does not load ALL records, meaning that depending on the test environment, the tested partner "Test Partner 2" can be too far down the list and not loaded properly. This commit fixes this by adding "AAA" in front of the name to move it up un the list order. It's a temporary fix to unblock the runbot and will be investigated more in details. 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 change reverses a recent accounting tax rounding adjustment. It helps restore the previous behavior for tax total calculations, reducing the risk of unexpected invoice or accounting totals.
Original PR description
As per https://github.com/odoo/odoo/pull/222759#issuecomment-3188749767 --- task-none --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Documentation and clarification updates
This update records that Luca Policastro has signed Odoo's Contributor License Agreement for Camptocamp. It supports contribution compliance and does not change product behavior or user-facing features.
Original PR description
This pull request adds my Contributor License Agreement (CLA) as required by the Odoo contribution guidelines for Camptocamp company. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#222429