Daily updates from Odoo
Friday, March 8, 2024
4 changes
2 changes
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
2 changes
Enhancements to existing features
This update enhances the HR Attendance module to use high-accuracy geolocation when employees check in or out. By enabling more precise location tracking, the system can better verify that employees are at the correct location during attendance registration, improving the reliability of attendance records.
Original PR description
task-3764355
Luxembourg's temporary 1% VAT rate reduction from 2023 has ended, so the system is being updated to deactivate those temporary tax rates for 2024. The old tax rates are being kept in the system rather than deleted, allowing customers to continue using them if needed for historical records or specific situations.
Original PR description
In Luxembourg, during the year 2023, the VAT rates were decreased by 1% temporarily. Now that we are in 2024, we need to deactivate the taxes added previously. We will not remove them so that client can still use them if needed. Task: 3635758 X-original-commit: eee565f --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#156928