[FIX] add filds which may be removed by mistacke when merging with latest.

bzr revid: tpa@tinyerp.com-20131015062426-safjdvykkd5m592b
This commit is contained in:
Turkesh Patel (Open ERP) 2013-10-15 11:54:26 +05:30
parent 28c404820e
commit 2d0955e868
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ class hr_applicant_settings(osv.osv_memory):
fetchmail_model='hr.applicant', fetchmail_name='Incoming HR Applications',
help='Allow applicants to send their job application to an email address (jobs@mycompany.com), '
'and create automatically application documents in the system.'),
'alias_prefix': fields.char('Default Alias Name for Jobs'),
'alias_domain' : fields.char('Alias Domain'),
}
def get_default_alias_prefix(self, cr, uid, ids, context=None):