Friday, February 11, 2022
4 changes · master
Enhancements to existing features
Accounting test data generation now includes random taxes on journal lines. This helps teams create more realistic datasets for evaluating tax report performance, without changing day-to-day accounting workflows.
Original PR description
It could be useful on testing performance of the Tax Report task-2744273
Odoo's internal Chrome-based test setup can now run on Windows as well as Linux-like systems. This improves development and quality assurance flexibility for teams using Windows workstations or CI environments.
Original PR description
Before this commit there is no support to run chrome js tests on Windows. After this commit there is this support. This is follow up of https://github.com/odoo/odoo/pull/83067 For master I suggest completely rewritten method `_spawn_chrome` comparing to more compact diff for stable branches in https://github.com/odoo/odoo/pull/83067 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Burger menu test coverage has been moved into the community web module where it can run independently. This improves maintainability and helps ensure mobile navigation behavior is validated without relying on enterprise-only test suites.
Original PR description
Follow-up odoo/enterprise@3f78e5ade6b8edddeba5b433bfde98ade560255d Standalone burger menu tests are moved to community, while we leave other enterprise dependent tests in enterprise.
Burger menu tests that do not depend on Enterprise-only features have been moved to the shared Community codebase. This keeps Enterprise testing focused on Enterprise-specific behavior while improving reuse and maintainability across editions.
Original PR description
Follow-up odoo/enterprise@3f78e5ade6b8edddeba5b433bfde98ade560255d Standalone burger menu tests are moved to community, while we leave other enterprise dependent tests in enterprise.