odoo_search_read
Search and read records from any Odoo model using API user permissions. Specify model, domain, fields, limit, and order to retrieve matching data.
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 |