search_holidays
Find holidays within a specified date range. Filter by employee ID to view specific employee holidays.
Instructions
Search for holidays within a date range
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | Yes | End date in YYYY-MM-DD format. | |
| instance | No | Optional configured Odoo instance name; uses the default if omitted. | |
| start_date | Yes | Start date in YYYY-MM-DD format. | |
| employee_id | No | Optional employee ID used to filter holidays. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Error message, if any | |
| result | No | List of holidays found | |
| success | Yes | Indicates if the search was successful |