accounting_health_across_instances
Generates AR/AP aging reports across selected Odoo instances, filtering by date, direction, and top partners to surface overdue accounts and assess accounting health.
Instructions
AR/AP aging fanned out across instances — the partner-network sweep
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| as_of | No | Optional ISO date used as the aging reference date. | |
| direction | No | Aging direction: 'receivable' or 'payable'. | receivable |
| instances | No | Optional instance selector; defaults to all eligible instances. | |
| top_partners | No | Maximum top partners to include in each aging report; capped at 100. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | No | Reporting tool name. | |
| as_of | No | ||
| error | No | Sanitized error message when success is false. | |
| errors | No | ||
| results | No | ||
| success | Yes | False when the call failed; see error. | |
| direction | No | ||
| elapsed_ms | No | ||
| instance_count | No | ||
| skipped_opt_out | No | ||
| combined_buckets | No | ||
| instances_queried | No | ||
| unknown_instances | No | ||
| combined_total_outstanding | No |