Generic read-only query on Odoo.sh models
odoo_sh_search_readQueries Odoo.sh platform models by executing a search_read with custom domain and field lists. Provides read-only access to model data when curated tools are insufficient.
Instructions
Run a search_read on a whitelisted Odoo.sh platform model with a custom domain and field list. Read-only escape hatch when the curated tools don't cover a need. Example domain: [["branch_id.name","=","main"]]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| model | Yes | Model to query | |
| order | No | Sort order, e.g. 'id desc' | |
| domain | No | Odoo domain, e.g. [["stage","=","production"]] | |
| fields | No | Fields to return (empty = all) |