read_record
Read specific records from any Odoo model using record IDs. Retrieve all fields or specify which fields to return.
Instructions
Read specific Odoo records by their IDs.
Args:
model: The Odoo model name (e.g. "res.partner").
ids: List of record IDs to read.
fields: List of field names to return. Defaults to all fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | ||
| ids | Yes | ||
| fields | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |