diagnose_odoo_call
Analyze an Odoo model call's feasibility and potential issues without executing it. Identify errors and debug info before running the actual call.
Instructions
Diagnose an Odoo model call without executing it
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | ||
| method | Yes | ||
| args | No | ||
| kwargs | No | ||
| transport | No | auto | |
| target_version | No | ||
| observed_error | No | ||
| include_debug | No | ||
| metadata | No | ||
| use_live_metadata | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |