Friday, February 26, 2021
3 changes · master
Enhancements to existing features
Follow-up information can now be grouped by level and status, making it easier for teams to review and prioritize customer follow-up work. This improves visibility into collections activity and helps users focus on the most relevant customer accounts.
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
Code cleanup and technical improvements
Work entry contract and holiday capabilities are being moved from Enterprise into the Community edition so they can be used with more HR apps such as Attendance and Time Off. Enterprise-specific payroll and planning views are kept in new companion modules, preserving paid-edition integrations while making the core functionality more broadly available.
Original PR description
Before this commit, hr_work_entry_contract and hr_work_entry_holidays were defined in enterprise but those modules could be integrated with some community applications, like hr_attendance. taskid: 2222790