read_records
Fetch specific Odoo records by their IDs. Pass fields to limit columns and get only required data.
Instructions
Fetch specific records by their ids. Pass fields to limit columns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | ||
| model | Yes | ||
| fields | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |