odoo_count
Counts records in an Odoo model that match an optional domain filter. Returns the total number of records satisfying the criteria.
Instructions
Count records matching a domain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | ||
| domain | No | Search domain. Omit to count all records. |