Daily updates from Odoo
Monday, April 7, 2025
2 changes
Enhancements to existing features
Saved filters can now be shared with specific users instead of being limited to one owner or broadly shared. This improves collaboration by giving businesses finer control over who can access shared views and favorites across affected apps.
Original PR description
This commit adapts code related to ir.filters by replacing the user_id m2o field by user_ids which is a m2m and updating a patch related to the "Shared" checkbox which is now useless. See https://github.com/odoo/odoo/pull/202373 task-4610809
The UAE payroll module now distinguishes public holidays from other work entries and updates how unpaid leave is calculated. This helps payroll teams produce more accurate salary calculations when employee absences overlap with holidays or unpaid leave periods.
Original PR description
- added new work entry type: Public Holiday(AEPUBLICH) - update salary rule for Unpaid Leave(AEUNPAID) task-4555368