Daily updates from Odoo
Friday, July 5, 2019
1 change · master
Code cleanup and technical improvements
Work entries have been separated from payroll into their own module, making them available for attendance and other business processes. This reduces duplication and enables future features, such as forecasting, to reuse the same work-entry records without depending on payroll.
Original PR description
- Work Entry entity is extracted from hr_payroll so that it become a module in its own right. PART OF TASK#1904850