generate_json2_payload
Build a JSON-2 payload preview for Odoo methods without network access. Provide model, method, and optional args/kwargs to inspect the exact request structure.
Instructions
Build a JSON-2 request preview without network access
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | ||
| model | Yes | ||
| kwargs | No | ||
| method | Yes | ||
| base_url | No | ||
| database | No | ||
| include_database_header | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |