execute_method
Execute methods on Odoo models to perform operations, retrieve data, or trigger business logic through the Odoo MCP gateway.
Instructions
Execute a method on an Odoo model.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | ||
| method | Yes | ||
| record_ids | No | ||
| args | No | ||
| kwargs | No |