generate_json2_payload
Construct JSON-2 request payloads for Odoo models without network access. Specify model, method, arguments, and preview the request before sending.
Instructions
Build a JSON-2 request preview without network access
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | ||
| method | Yes | ||
| args | No | ||
| kwargs | No | ||
| base_url | No | ||
| database | No | ||
| include_database_header | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |