Daily updates from Odoo
Monday, November 3, 2025
2 changes · master
Enhancements to existing features
Payroll CSV payment reports now include payment lines for partners linked to company contribution salary rules. This helps ensure employer-side contributions are visible in payment exports, reducing missed or incomplete payroll-related payments.
Original PR description
- For CSV payment reports, add lines for partners defined as company contributions in salary rule configurations. - Ensures that company-side contributions are properly reflected in generated payment reports. Task: 5114655
Belgian payroll settings now start benefit fields at 0 instead of pre-filled maximum values, helping users make more deliberate choices. Added placeholders and help tips make the settings easier to understand and reduce configuration mistakes.
Original PR description
* Updated the default values of Belgian benefits to 0 instead of the previous maximum. * Added placeholders and tooltips to several fields to improve user guidance. * Adapted the tests by manually adding benefits so that the calculated salary values match the expected results (the previous expected results were based on the old default values). Task-5135523 (https://www.odoo.com/odoo/project/1251/tasks/5135523)