execute_method
Execute any custom method on an Odoo model by specifying the model and method name. Supply optional positional or keyword arguments as needed.
Instructions
Execute a custom method on an Odoo model
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | ||
| method | Yes | ||
| args | No | ||
| kwargs | No | ||
| instance | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |