create_record
Create new records in an Odoo model by providing model name and field values. Supports single record or batch creation with an array of value dictionaries.
Instructions
Create new record(s) in an Odoo model.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Model name (e.g., 'res.partner') | |
| values | Yes | Dictionary of field values, or list of dicts for batch creation |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |