execute_action
Execute a named button action or server action on an Odoo record by providing model, record ID, and action name.
Instructions
💡 Before multi-step work, check find_skill / list_workflows for canonical recipes. Execute a button or server action on a record. action: button name (method) or label as shown in get_model_actions — e.g. "action_confirm", "Confirm", "Privacy Lookup". View buttons (type=object) call the method directly; server actions use ir.actions.server.run. Returns the Odoo action result, {success: true}, or {error}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | ||
| action | Yes | ||
| record_id | Yes |