[imp] improve typo in hr recruitment.

bzr revid: amb@tinyerp.com-20130830053858-ll9a61ff2ads6p18
This commit is contained in:
Amit Bhavsar (Open ERP) 2013-08-30 11:08:58 +05:30
parent 0121007fc8
commit b93c8e5574
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ class hr_applicant(osv.Model):
'day_close': fields.function(_compute_day, string='Days to Close', \
multi='day_close', type="float", store=True),
'color': fields.integer('Color Index'),
'emp_id': fields.many2one('hr.employee', 'employee'),
'emp_id': fields.many2one('hr.employee', 'Employee'),
'attachments': fields.function(_compute_attachments, string='Number of Attachments', \
type="integer"),
'user_email': fields.related('user_id', 'email', type='char', string='User Email', readonly=True),