From de8e3a83bb743cf8fde4ade87929d0ac9bcf0d9c Mon Sep 17 00:00:00 2001 From: gsinghpal Date: Wed, 25 Feb 2026 12:45:53 -0500 Subject: [PATCH] fix: explicitly clear privilege_id on portal groups to remove from dropdown Setting privilege_id eval="False" forces Odoo to null out the existing database value on upgrade. Simply omitting the field did not clear it. Co-authored-by: Cursor --- fusion_authorizer_portal/security/portal_security.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fusion_authorizer_portal/security/portal_security.xml b/fusion_authorizer_portal/security/portal_security.xml index def181f..bc2407d 100644 --- a/fusion_authorizer_portal/security/portal_security.xml +++ b/fusion_authorizer_portal/security/portal_security.xml @@ -4,16 +4,19 @@ Authorizer Portal User + Portal users who are Authorizers (OTs/Therapists) Sales Rep Portal User + Portal users who are Sales Representatives Technician Portal User + Portal users who are Field Technicians for deliveries