From 9b528e38fc1bf782b04f5fb53eae123af12b7877 Mon Sep 17 00:00:00 2001 From: git_admin Date: Mon, 27 Apr 2026 08:43:15 +0000 Subject: [PATCH] Tower: upload cetmix_tower_server 16.0.2.2.9 (via marketplace) --- .../cx_tower_variable_option_security.xml | 52 +++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 addons/cetmix_tower_server/security/cx_tower_variable_option_security.xml diff --git a/addons/cetmix_tower_server/security/cx_tower_variable_option_security.xml b/addons/cetmix_tower_server/security/cx_tower_variable_option_security.xml new file mode 100644 index 0000000..c961071 --- /dev/null +++ b/addons/cetmix_tower_server/security/cx_tower_variable_option_security.xml @@ -0,0 +1,52 @@ + + + + + Variable Option: User Read Access + + [('access_level', '=', '1')] + + + + + + + + + + Variable Option: Manager Read Access + + [('access_level', '<=', '2')] + + + + + + + + + + Variable Option: Manager Write/Create/Unlink Access + + [('access_level', '<=', '2'), ('create_uid', '=', user.id)] + + + + + + + + + + Variable Option: Root Full Access + + [(1, '=', 1)] + + + + + + +