odoo_read
Retrieve specific Odoo records by their database IDs. Specify the model and record IDs to get selected fields or all fields.
Instructions
Read specific records by IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection | No | default | |
| model | Yes | ||
| ids | Yes | Record IDs to read | |
| fields | No | Fields to return (empty = all) |