[FIX] Typo

bzr revid: stephane@tinyerp.com-20081217112154-m3ncd3ig4jp2n98o
This commit is contained in:
Stephane Wirtel 2008-12-17 12:21:54 +01:00
parent 813cbfd451
commit 71b1e392f4
1 changed files with 1 additions and 1 deletions

View File

@ -488,7 +488,7 @@ form: module.record_id""" % (xml_id,)
try:
npid = self.pool.get('ir.model.data')._update_dummy(cr, self.uid, 'ir.ui.menu', self.module, xml_id, idx==len(m_l)-1)
except:
self.logger.notifyChannel('init', netsvc.LOG_ERROR, "addon: %s xml_id: %s" % (self.module, xml_id))
self.logger.notifyChannel('init', netsvc.LOG_ERROR, "module: %s xml_id: %s" % (self.module, xml_id))
else:
# the menuitem does't exist but we are in branch (not a leaf)
self.logger.notifyChannel("init", netsvc.LOG_WARNING, 'Warning no ID for submenu %s of menu %s !' % (menu_elem, str(m_l)))