From ceeef5a585bd3e4abf9b5acee175f3e34c61cb1f Mon Sep 17 00:00:00 2001 From: Guido Galetto Date: Wed, 15 Apr 2026 19:01:55 +0000 Subject: [PATCH 1/2] [FIX] portal_holidays: archive res_partner rule that blocked partner search for distributor users --- portal_holidays/security/ir_rule.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/portal_holidays/security/ir_rule.xml b/portal_holidays/security/ir_rule.xml index 5eee055a..f9729d97 100644 --- a/portal_holidays/security/ir_rule.xml +++ b/portal_holidays/security/ir_rule.xml @@ -2,6 +2,7 @@ res_partner: portal holiday: read access on manager partner + ['|', '|', ('id', '=', user.employee_id.parent_id.address_id.id), ('id', '=', user.employee_id.parent_id.work_contact_id.id), ('id', '=', user.employee_id.parent_id.user_id.partner_id.id)] From 0fda3a50da402602cae355cbace1e52c2b1fc18b Mon Sep 17 00:00:00 2001 From: Guido Galetto Date: Mon, 20 Apr 2026 13:57:05 +0000 Subject: [PATCH 2/2] [BOT] retrigger tests