odoo_search_read
Retrieve Odoo records securely using domain filters and field selection, with pagination and without exposing credentials or sensitive data.
Instructions
Read bounded Odoo records without exposing credentials or sensitive fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| model | Yes | ||
| order | No | ||
| domain | Yes | ||
| fields | Yes | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |