Daily updates from Odoo
Monday, September 8, 2025
1 change · saas-18.3
Code cleanup and technical improvements
This update cleans up internal test code by routing shared web test helpers through a single intended access point. It does not change customer-facing features, but helps keep the codebase easier to maintain and reduces future test conflicts.
Original PR description
This commit reduces imports to the 'tests/_framework/' subfolder, which is meant to be accessed through the 'web_test_helpers' module as to reduce the amount of imports, as well as centralizing all web helpers to have a quick overview of the available helpers. Enterprise: https://github.com/odoo/enterprise/pull/94074 Originally contained within the following pull request: https://github.com/odoo/odoo/pull/225744 But has been separated for convenience sake since the original PR was involving security overrides, and would be consistently interrupted by conflicts ensuing from this specific commit. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr