[IMP] improved typo for in recruitment phase

bzr revid: tpa@tinyerp.com-20130801053119-qgb99xs5814c09kg
This commit is contained in:
Turkesh Patel (Open ERP) 2013-08-01 11:01:19 +05:30
parent b210c4de66
commit a76750eb7b
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ class hr_job(osv.osv):
def write(self, cr, uid, ids, vals, context=None):
if vals.get('state') == 'recruit':
self.message_post(cr, uid, ids, body=_('job in <b>Recruitment</b> Stage'), context=context)
self.message_post(cr, uid, ids, body=_('Job <b>In Recruitment</b> stage'), context=context)
return super(hr_job, self).write(cr, uid, ids, vals, context=context)
class hr_employee(osv.osv):