execute_method
Invoke a custom method on an Odoo model with optional arguments to run business logic.
Instructions
Execute a custom method on an Odoo model
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | ||
| method | Yes | ||
| args | No | ||
| kwargs | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |