Daily updates from Odoo
Thursday, August 10, 2023
2 changes
Resolved issues and error corrections
Belgian payroll now handles cases with multiple public holidays and variable salary components more accurately. This helps ensure payslips and related accounting validations reflect the correct worked days and compensation amounts.
Original PR description
…alary
Sign template PDFs can no longer be edited or cleared from the template properties, reducing the risk of accidental replacement or deletion. This helps preserve document integrity and prevents validation issues caused by changing the underlying PDF in a template.
Original PR description
The sign.template datas field is writable, which makes it very easy to replace or delete the PDF. Modifying the underlying document doesn't make sense and causes integrity checks to fail. This commit prevents these issues by making the field readonly. Consequently, the Edit and Clear buttons in Template Properties are no longer visible. Note that the document itself can still be modified (for example, via the Documents app), causing integrity checks to fail. However, that is a separate topic. task-3455091