Friday, November 3, 2023
3 changes · master
Enhancements to existing features
The employee list view now avoids showing the work location twice when the homeworking module is installed. This makes the employee overview clearer and reduces confusion for HR users.
Original PR description
The installation of the 'hr_homeworking' module results in the 'name_work_location_display' field being added to the list view with the employee's work location. As a result, both the 'work_location_id' and 'name_work_location_display' fields are shown. In this PR, 'work_location_id' is removed from the list view of an employee. task-3544592
This update adds helpful explanatory text for the option that controls report sections in accounting reports. It makes the setting easier to understand, reducing confusion when configuring composite financial reports.
Original PR description
The goal of this pr is to add a tooltip to the use_sections field. task: 3569038 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Payroll rule labels using “Gross” are updated to “Taxable Salary” based on French feedback. This makes Belgian payroll terminology clearer and better aligned with expected business language without changing payroll calculations.
Original PR description
From french feedback GROSS rules should be named Taxable Salary and not Gross Before this commit: GROSS code refer to the name Gross After this commit: GROSS code refer to the name Taxable Salary