Skip to content

Commit

Permalink
Merge PR #1323 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Nov 30, 2023
2 parents 69f3f1d + ca1be55 commit e2e21d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hr_employee_document/models/ir_rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ def _compute_domain(self, model_name, mode="read"):
):
extra_domain = [[("id", "in", user.employee_ids.ids)]]
res = expression.AND(extra_domain + [res])
return res

0 comments on commit e2e21d7

Please sign in to comment.