search_and_read_one
Retrieve the first matching Odoo record by specifying a model and search filter, returning selected fields for immediate use.
Instructions
Search and return the first matching record (convenience method).
Args:
model: The Odoo model name
domain: Search filter as Odoo domain list
fields: List of fields to return
Returns:
The first matching record or a message if not found
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | ||
| domain | Yes | ||
| fields | No |