Daily updates from Odoo
Thursday, February 20, 2025
1 change
Features or functions removed from Odoo
This change removes rarely used shortcut options from Odoo's web testing macro tool so each step now uses a direct function for its action. This simplifies the underlying API and makes future maintenance clearer, with no expected impact on everyday business users.
Original PR description
In order to simplify the macro.js API, the action of a step must be a function. The action can then call (Hoot or others) events to interact with the trigger. In any case, it is not useful to have ACTION_HELPERS in macro.js which are only used in very rare cases in the codebase. 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