Thursday, October 10, 2024
2 changes · 18.0
Enhancements to existing features
This update tightens the spacing in the inventory overview screens, making dashboard information fit more compactly on the page. It helps users see more stock-related information at once without changing workflows or business logic.
Original PR description
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 adds a test setting that can introduce a delay during guided test tours, laying the groundwork for detecting inconsistent or unpredictable failures. It helps improve future test reliability, but does not change how business users use Odoo today.
Original PR description
In commit, we add an environment variable to launch a tour in which we will look for undeterministic errors. The environment variable is a delay (in seconds). You can then launch a tour with "check" parameter or set the environment variable ODOO_TOUR_DELAY to search for undeterminisms. The search for the undeterministic error in a tour is not yet implemented. This commit comes before this implementation. But here is how it will work: When the trigger of a step of a tour has been found, we wait this delay and then, we look again for the trigger in the DOM. If the element found is different from the first, then it triggers an 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