[FIX] Account Module : Typo corrected

lp bug: https://launchpad.net/bugs/385664 fixed

bzr revid: jvo@tinyerp.com-20090611091936-9hxna6n3wz3oa5e7
This commit is contained in:
Jay (Open ERP) 2009-06-11 14:49:36 +05:30
parent 58070343d2
commit 38c14c6ff9
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ class ir_ui_menu(osv.osv):
'complete_name': fields.function(_get_full_name, method=True,
string='Complete Name', type='char', size=128),
'icon': fields.selection(tools.icons, 'Icon', size=64),
'icon_pict': fields.function(_get_icon_pict, method=True, type='picture'),
'icon_pict': fields.function(_get_icon_pict, method=True, type='char', size=32),
'action': fields.function(_action, fnct_inv=_action_inv,
method=True, type='reference', string='Action',
selection=[