Daily updates from Odoo
Tuesday, July 8, 2025
2 changes · master
Enhancements to existing features
Belgian payroll now includes updated legal choices for employee certificates and marital status. Payslips show the official job position instead of a user-entered job title, helping payroll documents better match legal and HR records.
Original PR description
The certificate and marital status selections have been improved with new legal options. Also, the payslip now shows the job position name and not the job title set by the user. task-4908830
Planning Gantt views now calculate working time and related details even when no planning records are present. This gives users a complete view of availability and progress information before any shifts or tasks have been scheduled.
Original PR description
In this commit we have achieved that if don't even have records work_intervals and other details are computed. It is done by integrating computing work intervals with progress bars. task-3945758