[FIX] remove cache on used function
authorAntony Lesuisse <al@openerp.com>
Wed, 24 Aug 2011 15:29:05 +0000 (17:29 +0200)
committerAntony Lesuisse <al@openerp.com>
Wed, 24 Aug 2011 15:29:05 +0000 (17:29 +0200)
bzr revid: al@openerp.com-20110824152905-8en0wclyumjz5105

openerp/addons/base/res/res_user.py

index c9eb1da..a7e2873 100644 (file)
@@ -351,7 +351,6 @@ class users(osv.osv):
         'menu_tips':True
     }
 
-    @tools.ormcache()
     def company_get(self, cr, uid, uid2, context=None):
         return self._get_company(cr, uid, context=context, uid2=uid2)