[IMP]improve help

bzr revid: pna@tinyerp.com-20120924102002-5ege35d024t2br6h
This commit is contained in:
Pinakin Nayi (OpenERP) 2012-09-24 15:50:02 +05:30
parent 95afcc93bc
commit fb05869829
1 changed files with 2 additions and 2 deletions

View File

@ -25,9 +25,9 @@ class hr_attendance_config_settings(osv.osv_memory):
_inherit = 'hr.config.settings'
_columns = {
'group_hr_attendance': fields.boolean('Allow to show Attendance details.',
'group_hr_attendance': fields.boolean('Show menus related to attendance',
implied_group='base.group_hr_attendance',
help="To allow to show Attendance details."),
help="Allocates attendance group to all users."),
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: