From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- addons/event/security/event_security.xml | 46 ++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 addons/event/security/event_security.xml (limited to 'addons/event/security/event_security.xml') diff --git a/addons/event/security/event_security.xml b/addons/event/security/event_security.xml new file mode 100644 index 00000000..1059c26c --- /dev/null +++ b/addons/event/security/event_security.xml @@ -0,0 +1,46 @@ + + + + + Helps you manage your Events. + 18 + + + + User + + + + + + Administrator + + + + + + + + + + + + + + Event: multi-company + + ['|', ('company_id', '=', False), ('company_id', 'in', company_ids)] + + + Event/Registration: multi-company + + ['|', ('company_id', '=', False), ('company_id', 'in', company_ids)] + + + Event/Ticket: multi-company + + ['|', ('event_id.company_id', '=', False), ('event_id.company_id', 'in', company_ids)] + + + + -- cgit v1.2.3