From da4d5c249454aab8f42596a78b6f23d661752907 Mon Sep 17 00:00:00 2001 From: git_admin Date: Mon, 27 Apr 2026 08:14:24 +0000 Subject: [PATCH] Tower: upload cetmix_tower_git 16.0.2.0.4 (via marketplace) --- ...git_project_file_template_rel_security.xml | 49 +++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 addons/cetmix_tower_git/security/cx_tower_git_project_file_template_rel_security.xml diff --git a/addons/cetmix_tower_git/security/cx_tower_git_project_file_template_rel_security.xml b/addons/cetmix_tower_git/security/cx_tower_git_project_file_template_rel_security.xml new file mode 100644 index 0000000..6d4f088 --- /dev/null +++ b/addons/cetmix_tower_git/security/cx_tower_git_project_file_template_rel_security.xml @@ -0,0 +1,49 @@ + + + + + + Git Project File Template Relation: Manager Read Access + + ['&', + '|', + ('git_project_id.user_ids', 'in', [user.id]), + ('git_project_id.manager_ids', 'in', [user.id]), + '|', + ('file_template_id.user_ids', 'in', [user.id]), + ('file_template_id.manager_ids', 'in', [user.id])] + + + + + + + + + + Git Project File Template Relation: Manager Write Access + + [ + ('git_project_id.manager_ids', 'in', [user.id]), + ('file_template_id.manager_ids', 'in', [user.id])] + + + + + + + + + + + Git Project File Template Relation: Root Full Access + + [(1, '=', 1)] + + + +