search_read
Retrieve and filter records from Odoo models using search criteria and field selection to access business data.
Instructions
Search and read records from any Odoo model.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | ||
| domain | No | ||
| fields | No | ||
| limit | No | ||
| offset | No | ||
| order | No |