read_records
Retrieve Odoo 19 records by ID to access specific data with direct browser links for each entry.
Instructions
Read specific records by their IDs.
Args: model: Model name (e.g., 'res.partner') ids: List of record IDs to read fields: Fields to return (None = auto-exclude dangerous fields like binary/image/html)
Returns: JSON string with the records. Each record includes a '_url' field for direct browser access to that record.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | ||
| ids | Yes | ||
| fields | No |