odoo_search_read
Search and read records from any Odoo model using filters, fields, and ordering, while respecting the configured API user's permissions.
Instructions
Search and read records from any Odoo model using the permissions of the configured Odoo API user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| model | Yes | Technical Odoo model name, for example res.partner | |
| order | No | ||
| domain | No | Odoo search domain | |
| fields | No | ||
| offset | No |