bzr revid: sgo@tinyerp.com-20120606105012-c9uih5uisr1g8otb
This commit is contained in:
Sanjay Gohel (Open ERP) 2012-06-06 16:20:12 +05:30
parent a2e570575b
commit 21bfdca845
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ class synchronize_google(osv.osv_memory):
_name = 'synchronize.google.import'
def _get_group(self, cr, uid, context=None):
# why this method is call when module is load???
res = []
if context:
user_obj = self.pool.get('res.users').browse(cr, uid, uid,context)