aggregate_across_instances
Aggregate data across multiple Odoo instances: group records by fields, compute measures, and get combined grand totals. Read-only operation.
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 |
|---|---|---|---|
| result | Yes |