Daily updates from Odoo
Friday, July 31, 2026
4 changes · master
Enhancements to existing features
Quality managers can now find existing Quality Spreadsheet Templates in the spreadsheet selector when templates are available. This makes it easier to insert list views into quality reporting templates and reuse them without extra workarounds.
Original PR description
Before this commit: - Quality Spreadsheet Templates were not available in the spreadsheet selector. - Quality managers could not insert list views into existing Quality Spreadsheet Templates. After this commit: - Quality Spreadsheet Templates are exposed in the spreadsheet selector when at least one template exists. - The session `can_insert_in_spreadsheet` flag is enabled for Quality managers in that case. Task: [6321126](https://www.odoo.com/odoo/project/2328/tasks/6321126)
Payroll managers can now configure a recurring monthly child bonus directly in an employee's benefits. The amount is automatically reflected in payslip calculations, shown separately on payslips, and included in the relevant net pay, accounting, and withholding tax bases while staying excluded from ONSS.
Original PR description
Before this commit, there was no dedicated way to configure a recurring additional child bonus. Payroll managers had to handle this amount outside the employee's salary package, and it was not automatically included in payslip calculations. After this commit, payroll managers can configure the monthly child bonus from the employee's benefits. Updating the amount triggers a payslip recomputation, and a dedicated salary rule displays the bonus separately on the payslip. The bonus is added to the employee's net-pay and accounting remuneration bases. It is also included in the withholding tax base, while remaining excluded from the ONSS base. Task-6392125
Belgian payroll now makes it easier to monitor voluntary overtime by grouping related entries and adding direct access from employee records. The update also enforces overtime hour limits with validation warnings, helping payroll teams stay compliant and avoid threshold overruns.
Original PR description
Add follow up support for voluntary overtime in Belgian payroll: - Add a salary rule category "Overtime", give it to the overtime time types (VOLOT150/VOLOT200/VOLOTNET and Overtime Belgium) + the voluntary overtime rules - Add a smart button `Overtime` on the employee form view to show all overtime leaves of the employee, grouped by year then by type - Add/adjust the voluntary overtime threshold hours and show a validation error when the employee exceeds the threshold. TaskID: 6048398
Payroll officers now receive warnings on the payroll dashboard when employee data or work schedules may not meet Belgian DMFA requirements. This helps teams correct issues earlier and reduce the risk of payroll reporting blocks later.
Original PR description
In order to aid the payroll officers with their daily tasks and ensure that work schedules and employees personal data are up to the DMFA standards and avoiding any blockings in the future, few warnings have been added to the payroll dashboard. Task: 6299170