Daily updates from Odoo
Friday, March 8, 2024
2 changes · master
Enhancements to existing features
Payroll and expense workflows are now better connected, with clearer links between payslips, expense reports, salary entries, and vendor bills. This helps users track reimbursements more easily, keeps related accounting entries aligned, and allows reported expenses to be removed from unpaid payslips when needed.
Original PR description
This aims to: - Improve UI/UX by adding smart buttons linking the models - Improve the entries (salary + vendor bill) generation and automatically reconcile the moves together - Add more links between the payslip and the report to sync states - This also make the hr_payroll_expense module auto installed - Adds the dependency to hr_payroll_account as it is required (also adding account_accountant in the dependencies) - Allow to remove a reported expense from unpaid payslips task-3482475
Field service teams can now access a Planning by Location view to group tasks geographically. This helps dispatchers schedule nearby interventions together, reducing travel time and improving route efficiency.
Original PR description
Allow users to group their tasks by location so that they can plan and regroup interventions in the same area, thus reducing traveling time. task-3608075