diagnose_odoo_call
Analyze an Odoo model call's parameters, transport, and potential errors without executing it to identify issues.
Instructions
Diagnose an Odoo model call without executing it
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Optional positional call arguments. | |
| model | Yes | Technical Odoo model name to diagnose. | |
| kwargs | No | Optional keyword call arguments. | |
| method | Yes | Odoo model method name to diagnose. | |
| metadata | No | Optional model or method metadata used by the diagnosis. | |
| transport | No | Transport to assess, such as 'auto', 'xmlrpc', or 'json2'. | auto |
| include_debug | No | Whether to include additional diagnostic details. | |
| observed_error | No | Optional error text or structured error to classify. | |
| target_version | No | Optional target Odoo version for compatibility checks. | |
| use_live_metadata | No | Whether to request live metadata; this preview tool does not fetch it. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |