[FIX] add filds which may be removed by mistacke when merging with latest.
authorTurkesh Patel (Open ERP) <tpa@tinyerp.com>
Tue, 15 Oct 2013 06:24:26 +0000 (11:54 +0530)
committerTurkesh Patel (Open ERP) <tpa@tinyerp.com>
Tue, 15 Oct 2013 06:24:26 +0000 (11:54 +0530)
bzr revid: tpa@tinyerp.com-20131015062426-safjdvykkd5m592b

addons/hr_recruitment/res_config.py

index 15ce1ab..df9676e 100644 (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):