Daily updates from Odoo
Monday, March 17, 2025
2 changes · 18.0
Code cleanup and technical improvements
This change updates internal test labeling in the web_tour module to use the newer Hoot tag format. It helps keep automated tests aligned with current standards without changing customer-facing behavior.
Original PR description
In this commit, we use new tag definition for Hoot in web_tour. 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
The barcode module’s automated tests were migrated from the older qUnit framework to Odoo’s newer Hoot test suite. This is an internal maintenance change that helps keep barcode testing easier to maintain without changing business functionality.
Original PR description
In this commit, we convert unit tests from qUnit to Hoot Suite. 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