list_employees
Retrieve employee records from Odoo with filtering by department and pagination options to manage HR data efficiently.
Instructions
List employees in Odoo.
Args:
department_id: Filter by department
limit: Maximum number (default: 50)
offset: Offset for pagination (default: 0)
Returns:
List of employees
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| department_id | No | ||
| limit | No | ||
| offset | No |