odoo_execute
Call any Odoo model method for workflow actions or custom operations not available through standard CRUD tools.
Instructions
Execute any model method via execute_kw. Use for workflow actions (action_confirm, action_done), custom methods, or anything not covered by CRUD tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection | No | default | |
| model | Yes | ||
| method | Yes | Method name (e.g. 'action_confirm', 'button_validate') | |
| args | No | Positional arguments | |
| kwargs | No | Keyword arguments |