diagnose_odoo_call
Identify potential issues in an Odoo model call without executing it. Validate parameters, analyze metadata, and debug errors using diagnostic checks.
Instructions
Diagnose an Odoo model call without executing it
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | ||
| model | Yes | ||
| kwargs | No | ||
| method | Yes | ||
| metadata | No | ||
| transport | No | auto | |
| include_debug | No | ||
| observed_error | No | ||
| target_version | No | ||
| use_live_metadata | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |