aggregate_across_instances
Aggregate records across Odoo instances, group by fields, and compute combined grand totals with optional measures and filters.
Instructions
Read-only aggregate fanned out across instances with combined grand totals
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | ||
| domain | No | ||
| group_by | Yes | ||
| measures | No | ||
| instances | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | No | Reporting tool name. | |
| error | No | Sanitized error message when success is false. | |
| model | No | ||
| errors | No | ||
| results | No | ||
| success | Yes | False when the call failed; see error. | |
| elapsed_ms | No | ||
| combined_count | No | ||
| instance_count | No | ||
| skipped_opt_out | No | ||
| combined_measures | No | ||
| instances_queried | No | ||
| unknown_instances | No |