Daily updates from Odoo
Monday, March 31, 2025
3 changes
Enhancements to existing features
Payroll batch lists can now be filtered by the current period, a specific month, or a custom date range. This helps payroll teams find the relevant batches faster and manage period-based payroll work more efficiently.
Original PR description
- Batch filtering for the current period and specific month or date range is important. Task: 4602976
The field service map now shows each intervention's scheduled time directly in the side list, making it easier for planners and technicians to match tasks to their timing. This reduces confusion when many jobs appear on the map and helps users prioritize visits more quickly.
Original PR description
The map view can look quite messy with all of the tasks displayed in the left-side panel. It's not obvious which intervention falls on which time. In map view, in the left side panel (list of items), we added the time of the intervention to the display name. task-3705158
Payroll salary rule categories can now share the same code when needed, avoiding upgrade issues for customers who customized categories manually. This gives businesses more flexibility to keep their payroll setup aligned with their own rules without being blocked by duplicate-code restrictions.
Original PR description
Issue: As Salary Rule Category could be updated by hand, it will viloate the constrain at upgrade Improve: remove constaint will marking dup rules So customers can cuztomize thier own rules with the same code Task: 4626756