From bdd4d58b3535ab07fa393332931127f9f6a2b728 Mon Sep 17 00:00:00 2001 From: Denis Ledoux Date: Fri, 6 Feb 2015 14:11:27 +0100 Subject: [PATCH] [FIX] share: create group before creating a model access with this group --- addons/share/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/share/__openerp__.py b/addons/share/__openerp__.py index 45a2a225925..9cd3607e23e 100644 --- a/addons/share/__openerp__.py +++ b/addons/share/__openerp__.py @@ -44,8 +44,8 @@ synchronization with other companies. 'website': 'https://www.odoo.com', 'demo': ['share_demo.xml'], 'data': [ - 'security/ir.model.access.csv', 'security/share_security.xml', + 'security/ir.model.access.csv', 'res_users_view.xml', 'wizard/share_wizard_view.xml', 'share_data.xml',