Wednesday, March 26, 2025
1 change · 18.0
Code cleanup and technical improvements
This update removes an unnecessary waiting period before automated web tours begin. It simplifies the tour execution flow with minimal visible impact, helping keep automated interactions responsive without changing business functionality.
Original PR description
In this commit, we're removing the initial delay from macro.js. This parameter was introduced to try to optimize macro execution times. However, in practice, it doesn't change much. The debounceDelay is only used if there's a trigger in a step. 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