Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] hr: Multi company issue with hr.employee
Steps to reproduce the bug: - Set your user in multi company - Create two companies C1 and C2 where C2 is a child of C1 - Create a job position JP in company C2 - Create an employee E in company C2 - Log in company C1 - Try to archive E Bug: An access error was raised due to ir.rule "Job multi company rule" saying that you can only see the job position in your company or in your company's childs. The same logic must be applied for the hr.employee to avoid access rights error in multi company. opw:2044018 closes odoo#35370 Signed-off-by: Simon Goffin (sig) <[email protected]>
- Loading branch information