Tuesday, April 14, 2026
2 changes · saas-19.2
New functionality added to Odoo
This update adds a new configuration option within Odoo to accurately track sick leave taken in Belgium without requiring a formal certificate. This improves payroll reporting and compliance with Belgian labor laws, ensuring accurate calculations for employee compensation related to time off.
Original PR description
Adding configuration for the Belgian sick time off without certificate work entry. task-6110080
This update creates a specific work entry type for sick time off in Belgium where a certificate isn't required. Previously, all sick time off types shared a single entry, leading to inconsistencies. This change ensures accurate tracking of different sick time off scenarios.
Original PR description
Before merging time off type and work entry type, we had both sick time off and sick time off without certificate pointing to the same work entry type, which can not be the case now as each time off type maps to exactly one work entry type. This commit adds a dedicated work entry for the Belgian sick time off without certificate. task-6110080