ir.module: Fix after e3770843a, don't call removed function

bzr revid: xrg@linux.gr-20110608120407-6ydgv7ibgf9cb139
This commit is contained in:
P. Christeas 2011-06-08 15:04:07 +03:00
parent 49fbcdb70a
commit d4f82fbd8c
1 changed files with 1 additions and 1 deletions

View File

@ -519,7 +519,7 @@ class module(osv.osv):
tools.trans_load(cr, f, lang, verbose=False, context=context2)
elif iso_lang != 'en':
logger.warning('module %s: no translation for language %s', mod.name, iso_lang)
tools.trans_update_res_ids(cr)
# tools.trans_update_res_ids(cr)
def check(self, cr, uid, ids, context=None):
logger = logging.getLogger('init')