generate_json2_payload
Build a preview of a JSON-2 request payload for Odoo without making a network call. Specify model and method to generate the request structure.
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 |