From 2d0955e868c95acf98fcb7b8ddf7704270bed4d1 Mon Sep 17 00:00:00 2001 From: "Turkesh Patel (Open ERP)" Date: Tue, 15 Oct 2013 11:54:26 +0530 Subject: [PATCH] [FIX] add filds which may be removed by mistacke when merging with latest. bzr revid: tpa@tinyerp.com-20131015062426-safjdvykkd5m592b --- addons/hr_recruitment/res_config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addons/hr_recruitment/res_config.py b/addons/hr_recruitment/res_config.py index 15ce1ab30c4..df9676e650e 100644 --- a/addons/hr_recruitment/res_config.py +++ b/addons/hr_recruitment/res_config.py @@ -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):