Daily updates from Odoo
Thursday, December 21, 2023
1 change
Resolved issues and error corrections
This fix prevents users from seeing payroll data from companies they don't have access to when viewing payroll reports in a multi-company environment. A security rule has been added to the payroll reporting system to ensure users only see data from their assigned companies, protecting sensitive employee and compensation information.
Original PR description
Steps to reproduce: ------------------- - to be in a multi-company context; - go to pivot view in Payroll reporting; - group by "Company". Issue: ------ We see data from other companies that are not selected for the current user. Solution: --------- Add a multi-company rule for the `hr.payroll.report` model. opw-3620942 Forward-Port-Of: odoo/enterprise#53090 Forward-Port-Of: odoo/enterprise#52145