Daily updates from Odoo
Wednesday, June 10, 2026
4 changes · master
New functionality added to Odoo
This update introduces two new work entry types for Belgium payroll – ‘Public Holiday Working (Without Recovery)’ and ‘Public Holiday Working (To Recover)’. These additions allow for more accurate tracking of employee time worked during public holidays, ensuring compliance with Belgian labor laws and improving payroll reporting.
Original PR description
[IMP] l10n_be_hr_payroll: new public holiday time work entry type I added two new work entry type Public Holiday Working (Without Recovery) and Public Holiday Working (To Recover) task - 6275564
This update adds support for Belgian unemployment benefits within the payroll system. It includes new salary rules and adjusts the departure flow to accurately reflect payments related to economic unemployment, ensuring compliance with local regulations.
Original PR description
-Salary Rules and parameters -Change in departure flow for unemployment Task#5914315
This update introduces an automated system for generating and posting payslips for certain employee types, such as company executives, where payroll data is rarely reviewed by HR. A daily cron action now checks for these types with approaching closing dates and automatically creates and validates payruns, streamlining the payroll process.
Original PR description
For some employee types e.g. company executive, payslips are most of the time always the same and not managed by any HR people (as they can not see the payroll data of company executives), so we need a mechanism to automate the generation of the payslips. This PR adds an option on employee type to automatically post the payslip run when the closing date is reached. It does so through a cron action that runs daily and checks if there are employee types with auto post enabled and a closing date reached, then creates and validates payruns for those employee types. task-6191997
This update introduces a new wizard within the Odoo Enterprise system that guides users through the process of preparing and submitting their VAT returns. The wizard generates the necessary XML files and displays any errors or warnings, allowing users to easily download and submit their VAT returns directly. This simplifies the VAT reporting process and improves accuracy.
Original PR description
- Add a submission wizard providing instructions for users on how to submit the VAT return. - Show XML generation errors and warnings in the wizard. - Allow users to download the XML directly from the wizard. task-5403651