list_departments
Retrieve department listings from Odoo with pagination controls. Use this tool to access organizational structure data for HR management and reporting purposes.
Instructions
List departments in Odoo.
Args:
limit: Maximum number (default: 50)
offset: Offset for pagination (default: 0)
Returns:
List of departments
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No |