diagnose_odoo_call
Diagnose Odoo model calls safely by simulating method execution to identify errors, compatibility issues, and metadata problems without executing them.
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 |