odoo_execute_method
Call a model method in Odoo, supporting read-only operations by default and mutating methods when explicitly permitted.
Instructions
Call a model method. Read-only methods are always allowed; mutating methods require ODOO_ENABLE_WRITES=1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | ||
| model | Yes | ||
| kwargs | No | ||
| method | Yes |