read_record
Retrieve a single Odoo record by model and ID. Optionally specify fields to control the output.
Instructions
Read a single Odoo record by model and ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | ||
| fields | No | ||
| instance | No | ||
| record_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | No | Reporting tool name. | |
| error | No | Sanitized error message when success is false. | |
| result | No | The record (field-ACL redacted). | |
| success | Yes | False when the call failed; see error. | |
| fields_used | No | ||
| redacted_fields | No | ||
| smart_fields_applied | No |