[FIX] remove cache on used function

bzr revid: al@openerp.com-20110824152905-8en0wclyumjz5105
This commit is contained in:
Antony Lesuisse 2011-08-24 17:29:05 +02:00
parent b687cc3bb4
commit 362399c6ac
1 changed files with 0 additions and 1 deletions

View 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)