odoo_execute
Execute custom methods on Odoo models to perform advanced operations and workflow actions within the ERP system.
Instructions
Execute any method on an Odoo model. For advanced operations like workflow actions.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Odoo model name | |
| method | Yes | Method name to call | |
| args | No | Positional arguments for the method | |
| kwargs | No | Keyword arguments for the method |