odoo_search_read
Search and read Odoo records in a single call by providing model, domain, fields, and pagination options.
Instructions
Search and read records in one call. Most common operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection | No | default | |
| model | Yes | ||
| domain | No | ||
| fields | No | ||
| limit | No | ||
| offset | No | ||
| order | No |