odoo_create
Create one or more Odoo records by specifying the model and field values. Supports batch creation with a list of dictionaries.
Instructions
Create one or more records. Returns list of new IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection | No | default | |
| model | Yes | ||
| values | Yes | Field values dict, or list of dicts for batch create |