Daily updates from Odoo
Monday, April 7, 2025
3 changes · master
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
This update aligns the HR contract signing tests with a related change in how activity names are displayed. It helps ensure the system continues to validate the expected activity label format correctly.
Original PR description
In this PR, According to the Community PR, the activity name will be 'Activity Plan name - summary' That's why we need to change the test case Task-4327533