diff --git a/addons/cetmix_tower_server/security/cx_tower_jet_template_dependency_security.xml b/addons/cetmix_tower_server/security/cx_tower_jet_template_dependency_security.xml new file mode 100644 index 0000000..98ce182 --- /dev/null +++ b/addons/cetmix_tower_server/security/cx_tower_jet_template_dependency_security.xml @@ -0,0 +1,53 @@ + + + + + + + Jet Template Dependency: Manager Read Access + + + + ["|", + ("template_id.access_level", "<=", "2"), + "|", + ("template_id.user_ids", "in", [user.id]), + ("template_id.manager_ids", "in", [user.id]) + ] + + + + + + + + + + + Jet Template Dependency: Manager write & create & unlink + + + + [("template_id.access_level", "<=", "2"), ("template_id.manager_ids", "in", [user.id])] + + + + + + + + + + Jet Template Dependency: Root Full Access + + + [(1, '=', 1)] + + + + + + +