[FIX]: WARNING:orm:No such field(s) in model ir.values: object: This was probably missed out to be removed with the improvements made at 3560.1.8 odo@openerp.com-20110905141058-xa01o77l1rto6hg9

bzr revid: nch@tinyerp.com-20111124085813-28fbguyklybdq213
This commit is contained in:
Naresh (OpenERP) 2011-11-24 14:28:13 +05:30
parent 90041e5d81
commit 2d67a75338
1 changed files with 0 additions and 1 deletions

View File

@ -208,7 +208,6 @@ class ir_ui_menu(osv.osv):
'name': 'Menuitem',
'model': self._name,
'value': value,
'object': True,
'key': 'action',
'key2': 'tree_but_open',
'res_id': menu_id,