Tuesday, April 14, 2026
3 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
This update allows users to efficiently update the partner associated with multiple invoices or move records directly from a list view. Previously, changing this information required individual updates for each record. This enhancement improves workflow efficiency for bulk partner adjustments.
Original PR description
[IMP] account: mass edit partner on move list This commit adds the feature to mass edit the partner field on moves when the user is in a move list view. A widget is created to display either the Many2one `partner_id` field (in case we're editing multiple moves) or the `invoice_partner_display_name` (in case we're displaying without editing) task-5986025 Forward-Port-Of: odoo/odoo#254340