read_record
Retrieve a single record from any Odoo model using its ID. Specify the model and record ID to get data, optionally filtering fields.
Instructions
Read a single Odoo record by model and ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | ||
| record_id | Yes | ||
| fields | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |