[IMP]:Update label

bzr revid: dbr@tinyerp.com-20130823093617-3aa3h798n6ydt0m1
This commit is contained in:
DBR (OpenERP) 2013-08-23 15:06:17 +05:30
parent f3b0c35df4
commit cb15c354dd
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ class hr_applicant(osv.Model):
return res
_columns = {
'name': fields.char('Subject / Application Name', size=128, required=True),
'name': fields.char('Subject', 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."),