[FIX] res_lang clear cache remove kwargs

bzr revid: al@openerp.com-20110831142213-0kdmcgmt02tq4gse
This commit is contained in:
Antony Lesuisse 2011-08-31 16:22:13 +02:00
parent b44295bba9
commit 519068f60a
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ class lang(osv.osv):
def write(self, cr, uid, ids, vals, context=None):
for lang_id in ids :
self._lang_data_get.clear_cache(self,lang_id= lang_id)
self._lang_data_get.clear(self)
return super(lang, self).write(cr, uid, ids, vals, context)
def unlink(self, cr, uid, ids, context=None):