get_record
Retrieve field values of a single Odoo record. Optionally specify fields or pass context like language to control translated values.
Instructions
Return form-view field values for a single record. Pass fields to fetch a specific subset instead of all form-view fields. Pass context to control read behaviour — e.g. {lang: "fr_FR"} returns field values in that language for all translate=True fields on the record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | ||
| fields | No | ||
| context | No | ||
| record_id | Yes |