From f7012aa1d17e8f7d1c00b599e9d7d8875a0901d0 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Mon, 10 Dec 2012 11:11:01 +0100 Subject: [PATCH] [Association] restrict access menu association: only for group system users --- __openerp__.py | 1 + view/profile_association.xml | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 view/profile_association.xml diff --git a/__openerp__.py b/__openerp__.py index 466adfa..dd28ed8 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -27,6 +27,7 @@ This module is to configure modules related to a bike Co-op. 'data/res_partner.xml', 'data/bikecoop.xml', 'view/bikecoop.xml', + 'view/profile_association.xml', ], 'installable': True, 'auto_install': False, diff --git a/view/profile_association.xml b/view/profile_association.xml new file mode 100644 index 0000000..3544634 --- /dev/null +++ b/view/profile_association.xml @@ -0,0 +1,7 @@ + + + + + + -- 2.20.1