Monday, July 14, 2025
1 change · saas-18.3
Code cleanup and technical improvements
This update reorganizes internal automation callback data so developers can more easily understand and use it. It should make maintenance of guided tours and automated checks clearer, with no direct change expected for end users.
Original PR description
In this commit, we're changing the structure of the onStep and onError callback functions in macro.js to make them easier to use. Previously, when using onStep and onError, it was difficult to understand what was being returned in the callback and required declaring variables that might not be used. Now, it's easier to destructure the returned object. 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