Daily updates from Odoo
Tuesday, August 8, 2023
3 changes · master
Enhancements to existing features
The Belgian payroll module now uses the clearer term "mandatory days" instead of "stress day" in demo data. This improves wording consistency and makes payroll-related labels easier for users to understand.
Original PR description
In this commit, we have renamed stress day into the mandatory days. related PR: https://github.com/odoo/odoo/pull/116472 task: 3084232
Indian employee payslips now include a clear breakdown of each time-off type, showing total entitlement and remaining days. This gives employees and payroll teams better visibility directly on the payslip, reducing the need to check leave balances elsewhere.
Original PR description
|Time-Off-1 | Time-Off-2 |Time-Off-3 | ... | |--------|--------|--------|--------| | **Total :** 12 Days <br> **Remaining**: 5 Days | **Total :** 6 Days <br> **Remaining**: 6 Days | **Total**: **Total :** 2 Days <br> **Remaining**: 2 Days | .. | task-3138082
Invoice extraction now better supports UBL and Peppol electronic invoice formats. This helps businesses process more supplier invoices automatically and reduces manual data entry for supported e-invoices.
Original PR description
task_id: 2628093