From d0aaff2135a79430f49914e51e3e4cca7a13ffc6 Mon Sep 17 00:00:00 2001 From: git_admin Date: Mon, 27 Apr 2026 08:14:27 +0000 Subject: [PATCH] Tower: upload cetmix_tower_git 16.0.2.0.4 (via marketplace) --- .../security/cx_tower_git_source_security.xml | 75 +++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 addons/cetmix_tower_git/security/cx_tower_git_source_security.xml diff --git a/addons/cetmix_tower_git/security/cx_tower_git_source_security.xml b/addons/cetmix_tower_git/security/cx_tower_git_source_security.xml new file mode 100644 index 0000000..bad536b --- /dev/null +++ b/addons/cetmix_tower_git/security/cx_tower_git_source_security.xml @@ -0,0 +1,75 @@ + + + + + + + + Git Source: Manager Read Access + + ['|', ('git_project_id.user_ids', 'in', [user.id]), ('git_project_id.manager_ids', 'in', [user.id])] + + + + + + + + + + Git Source: Manager Read Access via Server + + ['|', + ('git_project_id.server_ids.user_ids', 'in', [user.id]), + ('git_project_id.server_ids.manager_ids', 'in', [user.id])] + + + + + + + + + + Git Source: Manager Write/Create Access + + [('git_project_id.manager_ids', 'in', [user.id])] + + + + + + + + + + Git Source: Manager Delete Access + + [('git_project_id.manager_ids', 'in', [user.id]), ('create_uid', '=', user.id)] + + + + + + + + + + Git Source: Root Full Access + + [(1, '=', 1)] + + + + + + + + +