From 977099e426698925a240428445b03ceba9c7a86a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Lodeiros?= Date: Sat, 19 Nov 2022 18:16:45 +0100 Subject: [PATCH] [IMP]pms: checkin partner property security rules --- pms/security/pms_security.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pms/security/pms_security.xml b/pms/security/pms_security.xml index 7ab889e8c..d77c0e0ba 100644 --- a/pms/security/pms_security.xml +++ b/pms/security/pms_security.xml @@ -52,6 +52,15 @@ user.get_active_property_ids())] + + PMS Checkin Property Rule + + + + ['|',('pms_property_id','=',False),('pms_property_id', 'in', + user.get_active_property_ids())] + + PMS Amenity Property Rule