diagnose_odoo_call
Analyze potential issues with an Odoo model call without executing it. Use debug metadata to identify errors before running.
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 |