Daily updates from Odoo
Wednesday, July 16, 2025
2 changes
1 change
Code cleanup and technical improvements
This update simplifies internal callback handling used by website tour automation and web testing tools. It makes the code easier for developers to read and maintain, with no expected change for everyday 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 Forward-Port-Of: odoo/odoo#218767
1 change
Code cleanup and technical improvements
This update reorganizes how WhatsApp-related partner, user, and guest data is represented in the system. It supports cleaner maintenance and future improvements without changing day-to-day user workflows.
Original PR description
Enterprise counter-part.