Daily updates from Odoo
Friday, February 26, 2021
1 change · master
Resolved issues and error corrections
This update fixes several HR workflow issues: employee contract details now show correctly, custom grouping in the employee app works as expected, and payroll users can generate and validate payslips without an error. These fixes reduce manual workarounds and improve reliability for HR and payroll teams.
Original PR description
Firstly, while creating contract employee field was no visible, but now it is visible. Secondly, in employee app, Add Custom Group was not working but now its working as expected. Lastly, when installing payroll and try to create salary slip from using GENERATE PAYSLIP button, it used to show traceback on VALIDATE button. However, after replacing wage_on_signature with basic_wage it generates payslip without any issue. TaskID : 2452363