odoo_top_customers
Rank customers by invoiced revenue over a date range to find top revenue-generating clients.
Instructions
Top customers ranked by invoiced revenue over a date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many customers to return (default 10). | |
| date_to | Yes | End date YYYY-MM-DD (inclusive). | |
| date_from | Yes | Start date YYYY-MM-DD (inclusive). |