odoo_search_read
Search and retrieve Odoo records with specified criteria in a single efficient operation, enabling data access from models like Inventory, CRM, Sales, and Manufacturing.
Instructions
Search and read records in one call. Most efficient way to get data.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Odoo model name | |
| domain | Yes | Search domain as array of conditions | |
| fields | No | List of field names to retrieve | |
| limit | No | Maximum number of records | |
| order | No | Sort order |