Daily updates from Odoo
Thursday, July 20, 2023
2 changes
Resolved issues and error corrections
The salary configurator now correctly requires document-type personal information when it has been marked as mandatory or is needed for an employee benefit. This helps ensure employee salary package submissions include all required documents, reducing incomplete requests and follow-up work.
Original PR description
Issue: 'document' type of personal informations were not required on the salary configurator, even when they were set as required on the personal info. Moreover, we set personal information as required, if it is set as 'Requested Document' for an advantage. This changes also implied populating 'document' type personal informations for the tours. task - 3266175
Financial reports now preserve the lines users manually expanded on screen when exported to PDF or Excel. This ensures printed files match what users reviewed in the interface, reducing confusion and rework.
Original PR description
When printing a report, the lines that were manually unfolded in the UI should stay unfolded in the generated file. This wasn't working anymore.