web_ir_actions_act_multi
This module enables the execution of multiple actions sequentially in the Odoo web interface.
Key Features
- web: Defines a new action type 'ir.actions.act_multi' that contains a list of actions to execute.
- web: Provides a JavaScript handler to process the 'ir.actions.act_multi' action by executing each action in sequence.
- web: Allows developers to return multi-action responses from methods to perform multiple operations in one go.