[IMP]:added help for display_help field

bzr revid: nch@tinyerp.com-20100706132939-zk26ina612byz87m
This commit is contained in:
nch@tinyerp.com 2010-07-06 18:59:39 +05:30
parent 9f934045f3
commit 81459f756f
1 changed files with 2 additions and 1 deletions

View File

@ -263,7 +263,8 @@ class act_window(osv.osv):
'menus': fields.char('Menus', size=4096),
'help': fields.text('Action description',
help='Optional help text for the users with a description of the target view, such as its usage and purpose.'),
'display_help':fields.function(_get_help_status, type='boolean', method=True, string='Display Help')
'display_help':fields.function(_get_help_status, type='boolean', method=True, string='Display Help',
help='It gives the status if the help message has to be displayed or not when a user performs an action')
}
_defaults = {