list_expense_reports
Retrieve and filter expense reports from Odoo by status, with pagination controls for efficient management of expense sheets.
Instructions
List expense reports (expense sheets).
Args:
state: Filter by state: draft, submit, approve, post, done, cancel (optional)
limit: Maximum number of reports to return (default: 50)
offset: Offset for pagination (default: 0)
Returns:
List of expense reports with their details
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | ||
| limit | No | ||
| offset | No |