execute_method
Execute custom methods on Odoo models to directly interact with business logic, enabling automation and data retrieval without local module changes.
Instructions
Execute a custom method on an Odoo model
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | ||
| model | Yes | ||
| kwargs | No | ||
| method | Yes | ||
| instance | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |