[IMP]:hr_recruitment:improve as per suggestion

bzr revid: sunilsharma.sharma07@gmail.com-20131122084404-cfv3rn7dmu6cwvd3
This commit is contained in:
Sunil Sharma (OpenERP) 2013-11-22 14:14:04 +05:30
parent 4a5ee2721c
commit 05f8171d52
1 changed files with 1 additions and 1 deletions

View File

@ -490,7 +490,7 @@ class hr_job(osv.osv):
}
_defaults = {
'alias_name':lambda self,cr,uid,c: self.pool.get('hr.config.settings').get_default_alias_prefix(cr,uid,uid,c).get('alias_prefix')
'alias_name':lambda self,cr,uid,c: self.pool.get('hr.config.settings').get_default_alias_prefix(cr,uid,uid,c)['alias_prefix']
}
def _auto_init(self, cr, context=None):