From 92e62ae21b7e157dabda66cca9ea56f0f7f32f17 Mon Sep 17 00:00:00 2001 From: git_admin Date: Mon, 27 Apr 2026 08:42:30 +0000 Subject: [PATCH] Tower: upload cetmix_tower_git 16.0.2.0.2 (via marketplace) --- .../cx_tower_git_project_security.xml | 67 +++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 addons/cetmix_tower_git/security/cx_tower_git_project_security.xml diff --git a/addons/cetmix_tower_git/security/cx_tower_git_project_security.xml b/addons/cetmix_tower_git/security/cx_tower_git_project_security.xml new file mode 100644 index 0000000..2149081 --- /dev/null +++ b/addons/cetmix_tower_git/security/cx_tower_git_project_security.xml @@ -0,0 +1,67 @@ + + + + + + Git Project: Manager Read Access + + ['|', ('user_ids', 'in', [user.id]), ('manager_ids', 'in', [user.id])] + + + + + + + + + + Git Project: Manager Read Access via Server + + ['|', + ('server_ids.user_ids', 'in', [user.id]), + ('server_ids.manager_ids', 'in', [user.id])] + + + + + + + + + + Git Project: Manager Write Access + + [('manager_ids', 'in', [user.id])] + + + + + + + + + + Git Project: Manager Delete Access + + [('manager_ids', 'in', [user.id]), ('create_uid', '=', user.id)] + + + + + + + + + + Git Project: Root Full Access + + [(1, '=', 1)] + + + + +