From 25fa4c853bc0d37034a8ff5437946f49fb58e84a Mon Sep 17 00:00:00 2001 From: git_admin Date: Mon, 27 Apr 2026 08:14:26 +0000 Subject: [PATCH] Tower: upload cetmix_tower_git 16.0.2.0.4 (via marketplace) --- .../security/cx_tower_git_remote_security.xml | 73 +++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 addons/cetmix_tower_git/security/cx_tower_git_remote_security.xml diff --git a/addons/cetmix_tower_git/security/cx_tower_git_remote_security.xml b/addons/cetmix_tower_git/security/cx_tower_git_remote_security.xml new file mode 100644 index 0000000..bd4a48d --- /dev/null +++ b/addons/cetmix_tower_git/security/cx_tower_git_remote_security.xml @@ -0,0 +1,73 @@ + + + + + + Git Remote: Manager Read Access + + ['|', ('git_project_id.user_ids', 'in', [user.id]), ('git_project_id.manager_ids', 'in', [user.id])] + + + + + + + + + + Git Remote: 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 Remote: Manager Write/Create Access + + [('git_project_id.manager_ids', 'in', [user.id])] + + + + + + + + + + Git Remote: Manager Delete Access + + [('git_project_id.manager_ids', 'in', [user.id]), ('create_uid', '=', user.id)] + + + + + + + + + + Git Remote: Root Full Access + + [(1, '=', 1)] + + + + + + + + +