diagnose_odoo_call
Analyze an Odoo model call to identify potential issues before execution, using provided model, method, and optional parameters.
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 |