Daily updates from Odoo
Wednesday, June 18, 2025
1 change
Security fixes and vulnerability patches
This fix ensures payroll version fields are only loaded for users with the proper HR access rights. It helps prevent access-related errors and unintended exposure of HR payroll information across multiple country-specific payroll modules.
Original PR description
All fields defined on hr.version need the group 'hr.group_hr_user' to not be prefetched when you don't have the rights. Task: 4868567