list_expense_categories
Retrieve available expense categories for accurate expense tracking and reporting in Odoo. Supports pagination with limit and offset parameters.
Instructions
List available expense categories (service type products).
Args:
limit: Maximum number of categories to return (default: 100)
offset: Offset for pagination (default: 0)
Returns:
List of categories with their ID and name
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No |