Thursday, December 12, 2019
3 changes
Resolved issues and error corrections
This fixes a small issue caused by a previous web client test change that accidentally removed behavior still needed by Enterprise. Restoring the startup flag helps ensure related automated tests and Enterprise web behavior continue to work as expected.
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 update removes or adjusts unstable automated tests that could pass or fail unpredictably. It helps the development team get more trustworthy test results, reducing false alarms and improving confidence in future changes.
Original PR description
this test needs to wait to 2 nextTick (nextAnimationFrame) -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fix clarifies how pivot table header clicks are detected in the web interface. It helps maintain reliable pivot table behavior and reduces the risk of future regressions when users interact with reports.
Original PR description
This commit explains why we use isHeaderClicked. 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