This question has been flagged
2 Replies
5318 Views

Hi everyone. I'm having problems with recruitment in HR module. I have created hr@company.com email to receive email job application. 've Done smtp and imap settings for this email. Now I want to ask, how to ask when sending an email to hr@company.com, this email is moved to the inbox of the HR department (a particular person in the HR department). Look forward to your guidance. Thanks

Avatar
Discard
Best Answer

Hi;

Go under Settings ---> Configuration ---> Human Resources and check "Create applicants from an incoming email account

HR Applican 1"

A new Configure Button will appear:

HR Applicant 2

Click on this button to configure:

HR Applicant 3

And that's all.

Avatar
Discard
Author

Hi Med Said BARA Thank you for the support. I user openerp 8 and i can see the line "Create applicant from an incoming email account".

Did you installed the hr_recruitment module ?

Author Best Answer

I user openerp8 on ubuntu server. Installed successfully hr_recruitment. I create successfully "incoming HR applicant ". But there is another problem when opening an Applicant from Recruitment -> Application there is an error message below

OpenERP Server Error

Traceback (most recent call last): File "/usr/lib/pymodules/python2.7/openerp/http.py", line 434, in dispatch response["result"] = self._call_function(*self.params) File "/usr/lib/pymodules/python2.7/openerp/http.py", line 295, in _call_function return checked_call(self.db, *args, *kwargs) File "/usr/lib/pymodules/python2.7/openerp/service/model.py", line 113, in wrapper return f(dbname, args, *kwargs) File "/usr/lib/pymodules/python2.7/openerp/http.py", line 292, in checked_call return self.endpoint(a, *kw) File "/usr/lib/pymodules/python2.7/openerp/http.py", line 635, in __call__ return self.method(args, *kw) File "/usr/lib/pymodules/python2.7/openerp/http.py", line 338, in response_wrap response = f(args, *kw) File "/usr/lib/pymodules/python2.7/openerp/addons/web/controllers/main.py", line 1226, in call_kw return self._call_kw(model, method, args, kwargs) File "/usr/lib/pymodules/python2.7/openerp/addons/web/controllers/main.py", line 1218, in _call_kw return getattr(request.registry.get(model), method)(request.cr, request.uid, args, *kwargs) File "/usr/lib/pymodules/python2.7/openerp/addons/mail/mail_message.py", line 604, in message_read self._message_read_dict_postprocess(cr, uid, message_list, message_tree, context=context) File "/usr/lib/pymodules/python2.7/openerp/addons/mail/mail_message.py", line 354, in _message_read_dict_postprocess attachments = ir_attachment_obj.read(cr, SUPERUSER_ID, list(attachment_ids), ['id', 'datas_fname', 'name', 'file_type'], context=context) File "/usr/lib/pymodules/python2.7/openerp/addons/base/ir/ir_attachment.py", line 283, in read return super(ir_attachment, self).read(cr, uid, ids, fields_to_read, context, load) File "/usr/lib/pymodules/python2.7/openerp/osv/orm.py", line 3295, in read result = self._read_flat(cr, user, select, fields, context, load) File "/usr/lib/pymodules/python2.7/openerp/osv/orm.py", line 3411, in _read_flat res2 = self._columns[f].get(cr, self, ids, f, user, context=context, values=res) File "/usr/lib/pymodules/python2.7/openerp/osv/fields.py", line 1225, in get elif result.get(id):

AttributeError: 'str' object has no attribute 'get'

how to fix it?

Avatar
Discard

Try also to install https://www.openerp.com/apps/7.0/fetchmail_document/. it's for V7.0, I don't know if it's compatible with V8.

Author

I've installed version 7 and follow the instructions of your success. Thank you so much.