warning is warning :o

bzr revid: christophe@tinyerp.com-20081021084214-jncb5rjj4454hmoe
This commit is contained in:
Christophe Simonis 2008-10-21 10:42:14 +02:00
parent 541472fcef
commit f626f391cd
1 changed files with 1 additions and 1 deletions

View File

@ -488,7 +488,7 @@ form: module.record_id""" % (xml_id,)
print 'Menu Error', self.module, xml_id, idx==len(m_l)-1
else:
# the menuitem does't exist but we are in branch (not a leaf)
self.logger.notifyChannel("init", netsvc.LOG_INFO, 'Warning no ID for submenu %s of menu %s !' % (menu_elem, str(m_l)))
self.logger.notifyChannel("init", netsvc.LOG_WARNING, 'Warning no ID for submenu %s of menu %s !' % (menu_elem, str(m_l)))
pid = self.pool.get('ir.ui.menu').create(cr, self.uid, {'parent_id' : pid, 'name' : menu_elem})
else:
menu_parent_id = self.id_get(cr, 'ir.ui.menu', rec.getAttribute('parent'))