odoo_search_read
Query Odoo records by running a search_read on models like sale.order, res.partner, or product.product. Retrieve specific fields and apply filters to get the needed data.
Instructions
Run a search_read against any Odoo model (e.g. sale.order, res.partner, product.product)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| model | Yes | ||
| domain | No | ||
| fields | No |