[FIX] res_lang clear cache remove kwargs, typo

bzr revid: al@openerp.com-20110831182216-afohhdmshv60y3g3
This commit is contained in:
Antony Lesuisse 2011-08-31 20:22:16 +02:00
parent 07ed8a8421
commit d4dc332b2f
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(self)
self._lang_data_get.clear_cache(self)
return super(lang, self).write(cr, uid, ids, vals, context)
def unlink(self, cr, uid, ids, context=None):