[IMP]Hr: Improve tooltip and labels

bzr revid: dbr@tinyerp.com-20130527121704-k7fyapvs0ogfdamx
This commit is contained in:
DBR (OpenERP) 2013-05-27 17:47:04 +05:30
parent efa3573c8c
commit 1cdc9245e7
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
<separator/>
<filter icon="terp-go-year" name="year" string="Year" domain="[('holiday_status_id.active','=',True)]" help="Filters only on allocations and requests that belong to an holiday type that is 'active' (active field is True)"/>
<separator/>
<filter string="My Requests" icon="terp-personal" name="my_leaves" domain="[('employee_id.user_id','=', uid)]" help="My Leaves"/>
<filter string="My Requests" icon="terp-personal" name="my_leaves" domain="[('employee_id.user_id','=', uid)]" help=" My Leave Requests and My Allocation Requests"/>
<separator/>
<filter string="My Department Leaves" icon="terp-personal+" help="My Department Leaves" domain="[('department_id.manager_id','=',uid)]"/>
<field name="employee_id"/>

View File

@ -186,7 +186,7 @@ class hr_applicant(base_stage, osv.Model):
return res
_columns = {
'name': fields.char('Application Name', size=128, required=True),
'name': fields.char('Subject / Application Name', size=128, required=True),
'active': fields.boolean('Active', help="If the active field is set to false, it will allow you to hide the case without removing it."),
'description': fields.text('Description'),
'email_from': fields.char('Email', size=128, help="These people will receive email."),