From 326699dc3c33f2df85a27fb33ebfaf0be94550e5 Mon Sep 17 00:00:00 2001 From: Paramjit Singh Sahota Date: Mon, 3 Sep 2012 12:04:57 +0530 Subject: [PATCH] [IMP] Register ir.model.access.csv file in openerp.py. bzr revid: psa@tinyerp.com-20120903063457-2yays9j7gtv5z89t --- addons/auth_oauth/__openerp__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/addons/auth_oauth/__openerp__.py b/addons/auth_oauth/__openerp__.py index f0be1234721..d43815e8018 100644 --- a/addons/auth_oauth/__openerp__.py +++ b/addons/auth_oauth/__openerp__.py @@ -34,7 +34,8 @@ Allow users to login through Google OAuth2. 'depends': ['base', 'web', 'base_setup'], 'data': [ 'auth_oauth_data.xml', - 'auth_oauth_view.xml' + 'auth_oauth_view.xml', + 'security/ir.model.access.csv' ], 'js': ['static/src/js/auth_oauth.js'], 'css': ['static/lib/zocial/css/zocial.css'],