From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- addons/hr_recruitment/data/digest_data.xml | 28 ++ addons/hr_recruitment/data/hr_recruitment_data.xml | 382 +++++++++++++++++ addons/hr_recruitment/data/hr_recruitment_demo.xml | 465 +++++++++++++++++++++ .../data/hr_recruitment_demo_jones_cv.pdf | Bin 0 -> 13139 bytes .../data/hr_recruitment_demo_jose_cv.txt | 9 + .../data/hr_recruitment_demo_williams_cv.doc | Bin 0 -> 10240 bytes .../data/hr_recruitment_templates.xml | 12 + 7 files changed, 896 insertions(+) create mode 100644 addons/hr_recruitment/data/digest_data.xml create mode 100644 addons/hr_recruitment/data/hr_recruitment_data.xml create mode 100644 addons/hr_recruitment/data/hr_recruitment_demo.xml create mode 100644 addons/hr_recruitment/data/hr_recruitment_demo_jones_cv.pdf create mode 100644 addons/hr_recruitment/data/hr_recruitment_demo_jose_cv.txt create mode 100644 addons/hr_recruitment/data/hr_recruitment_demo_williams_cv.doc create mode 100644 addons/hr_recruitment/data/hr_recruitment_templates.xml (limited to 'addons/hr_recruitment/data') diff --git a/addons/hr_recruitment/data/digest_data.xml b/addons/hr_recruitment/data/digest_data.xml new file mode 100644 index 00000000..b8bfcd23 --- /dev/null +++ b/addons/hr_recruitment/data/digest_data.xml @@ -0,0 +1,28 @@ + + + + + True + + + + + + Tip: Let candidates apply by email + 1300 + + +
+

Tip: Let candidates apply by email

+

+ By setting an alias to a job position, emails sent to this address create applications automatically. You can even use multiple trackers to get statistics according to the source of the application: LinkedIn, Monster, Indeed, etc. + % set record = object.env['hr.job'].search([('alias_name', '!=', False)], limit=1) + % if record and record.alias_domain + Try sending an email + % endif +

+
+
+
+
+
diff --git a/addons/hr_recruitment/data/hr_recruitment_data.xml b/addons/hr_recruitment/data/hr_recruitment_data.xml new file mode 100644 index 00000000..4efeb5ba --- /dev/null +++ b/addons/hr_recruitment/data/hr_recruitment_data.xml @@ -0,0 +1,382 @@ + + + + + + + Interview + + + + + Applicant: Refuse + + Your Job Application: ${object.job_id.name | safe} + ${(not object.partner_id and object.email_from or '') | safe} + ${object.partner_id.id or ''} + + + + + +
+
+ Hello,

+ Thank you for your interest in joining the + ${object.company_id.name} team. We wanted to + let you know that, although your resume is competitive, + our hiring team reviewed your application and did not + select it for further consideration. +

+ Please note that recruiting is hard, and we can make + mistakes. Do not hesitate to reply to this email if you + think we made a mistake, or if you want more information + about our decision. +

+ We will, however, keep your resume on record and get in + touch with you about future opportunities that may be a + better fit for your skills and experience. +

+ We wish you all the best in your job search and hope we + will have the chance to consider you for another role + in the future. +

+ Thank you, +
+ % if object.user_id: + --
+ ${object.user_id.name}
+ Email: ${object.user_id.email or ''}
+ Phone: ${object.user_id.phone or ''} + % else: + --
+ ${object.company_id.name}
+ The HR Team + % endif +
+
+
+
+ + ${object.partner_id.lang or ''} +
+ + + Applicant: Interest + + Your Job Application: ${object.job_id.name | safe} + ${(not object.partner_id and object.email_from or '') | safe} + ${object.partner_id.id or ''} + + + + + +
+
+

Congratulations!

+
Your resume has been positively reviewed.
+ Congratulations! +
+
+ We just reviewed your resume, and it caught our + attention. As we think you might be great for the + position, your application has been short listed for a + call or an interview. +

+ % if 'website_url' in object.job_id and object.job_id.website_url: + + % endif + + % if object.user_id: + You will soon be contacted by: + + + + + +
+ Avatar + + ${object.user_id.name}
+ Email: ${object.user_id.email or ''}
+ Phone: ${object.user_id.phone or ''} +
+

+ % endif + See you soon, +
+ --
+ The HR Team + % if 'website_url' in object.job_id and object.job_id.website_url + Discover all our jobs.
+ % endif +
+ +
+

What is the next step?

+ We usually answer applications within a few days. +

+ The next step is either a call or a meeting in our offices. +
+ Feel free to contact us if you want a faster + feedback or if you don't get news from us + quickly enough (just reply to this email). +
+ +
+ % set location = '' + % if object.job_id.address_id.name: + ${object.job_id.address_id.name}
+ % endif + % if object.job_id.address_id.street: + ${object.job_id.address_id.street}
+ % set location = object.job_id.address_id.street + % endif + % if object.job_id.address_id.street2: + ${object.job_id.address_id.street2}
+ % set location = '%s, %s' % (location, object.job_id.address_id.street2) + % endif + % if object.job_id.address_id.city: + ${object.job_id.address_id.city}, + % set location = '%s, %s' % (location, object.job_id.address_id.city) + % endif + % if object.job_id.address_id.state_id.name: + ${object.job_id.address_id.state_id.name}, + % set location = '%s, %s' % (location, object.job_id.address_id.state_id.name) + % endif + % if object.job_id.address_id.zip: + ${object.job_id.address_id.zip} + % set location = '%s, %s' % (location, object.job_id.address_id.zip) + % endif +
+ % if object.job_id.address_id.country_id.name: + ${object.job_id.address_id.country_id.name}
+ % set location = '%s, %s' % (location, object.job_id.address_id.country_id.name) + % endif +
+
+
+ + ${object.partner_id.lang or ''} +
+ + + Applicant: Acknowledgement + + Your Job Application: ${object.job_id.name | safe} + ${(not object.partner_id and object.email_from or '') | safe} + ${object.partner_id.id or ''} + + + + + +
+
+ Hello, +

+ We confirm we successfully received your application for the job + "${object.job_id.name}" at ${object.company_id.name}. +

+ We will come back to you shortly. + + % if 'website_url' in object.job_id and object.job_id.website_url: + + % endif + +
+ % if object.user_id: +

Your Contact:

+ + + + + +
+ Avatar + + ${object.user_id.name}
+ Email: ${object.user_id.email or ''}
+ Phone: ${object.user_id.phone or ''} +
+
+ % endif + +

What is the next step?

+ We usually answer applications within a few days.

+ Feel free to contact us if you want a faster + feedback or if you don't get news from us + quickly enough (just reply to this email). + +
+ % set location = '' + % if object.job_id.address_id.name: + ${object.job_id.address_id.name}
+ % endif + % if object.job_id.address_id.street: + ${object.job_id.address_id.street}
+ % set location = object.job_id.address_id.street + % endif + % if object.job_id.address_id.street2: + ${object.job_id.address_id.street2}
+ % set location = '%s, %s' % (location, object.job_id.address_id.street2) + % endif + % if object.job_id.address_id.city: + ${object.job_id.address_id.city}, + % set location = '%s, %s' % (location, object.job_id.address_id.city) + % endif + % if object.job_id.address_id.state_id.name: + ${object.job_id.address_id.state_id.name}, + % set location = '%s, %s' % (location, object.job_id.address_id.state_id.name) + % endif + % if object.job_id.address_id.zip: + ${object.job_id.address_id.zip} + % set location = '%s, %s' % (location, object.job_id.address_id.zip) + % endif +
+ % if object.job_id.address_id.country_id.name: + ${object.job_id.address_id.country_id.name}
+ % set location = '%s, %s' % (location, object.job_id.address_id.country_id.name) + % endif +
+
+
+ + ${object.partner_id.lang or ''} +
+ + + Graduate + 1 + + + Bachelor Degree + 2 + + + Master Degree + 3 + + + Doctoral Degree + 4 + + + + jobs + + + + + + + + New Applicant + hr.applicant + + + + + Stage Changed + hr.applicant + + Stage changed + + + Applicant Hired + hr.applicant + + Applicant hired + + + + + Job Position created + hr.job + + + + + Applicant Stage Changed + hr.job + + + job_id + + + Applicant Hired + hr.job + + + job_id + + + + + Job Position Created + hr.department + + + department_id + + + + + Reserve + + + Manager + + + IT + + + Sales + + + Job Campaign + + + + Initial Qualification + 1 + + + First Interview + 2 + + + + Second Interview + 3 + + + Contract Proposal + 4 + + + Contract Signed + 5 + + + + + + Doesn't fit the job requirements + + + The applicant is not interested anymore + + + The applicant gets a better offer + + +
+
diff --git a/addons/hr_recruitment/data/hr_recruitment_demo.xml b/addons/hr_recruitment/data/hr_recruitment_demo.xml new file mode 100644 index 00000000..b82f048b --- /dev/null +++ b/addons/hr_recruitment/data/hr_recruitment_demo.xml @@ -0,0 +1,465 @@ + + + + + + + + + + + recruit + 4 + 56 + + + open + 1 + + + open + 1 + + + recruit + 1 + 17 + + + 1 + recruit + 5 + + + recruit + 3 + 2 + + + recruit + 6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sales Manager + + + + + + + 1 + Enrique Jones + 9963214587 + + + + Sales + + + + + + 1 + Meldona Thang + 998655451 + + + + Developer PHP + + + + + + + 3 + Johan Duck + 8955545 + + + + Developer Fullstack + + + + + + 0 + Kelly Wallant + 879895515 + + + + Developer Python + + + + + + + 0 + Cécile Donth + 98765411 + + + + Developer C/C++ + + + + + + 0 + Ohen Rizome + 654687987654 + + + + Trainee - MCA + + + + + + 2 + Marie Justine + 9988774455 + + 6633225 + + + Fresher + + + + + + 0 + Jose + + 999666735 + + + Marketing + + + + + + Yin Lee + + + + Marketing 2 Year Experience + + + + + + Hubert Blank + 3 + + + + Marketing Job + + + + + + + John Bruno + + + + More than 5 yrs Experience in PHP + + + + + + + Sandra Elvis + + + + Finance Manager + + + + + + 1 + David Armstrong + + 33968745 + + + Finance + + + + + + 1 + Joren Jacob + + + + Trainee - MCA + + + + + Tina Augustie + 9898745745 + + 6630125 + + + + Programmer + + + + + + Shane Williams + 9812398524 + + 6630125 + 11000.0 + + + Advertisement + + + + + + David Billy + 9988774455 + + 11000.0 + + + + Jones_CV.pdf + + hr.applicant + + + + Jose_CV.txt + + hr.applicant + + + + Williams_CV.doc + + hr.applicant + + + + + hr.applicant + + Please do refer to this application for sure. + comment + + + + Regarding reference + hr.applicant + + +

Hello!
+ I will surely refer to this application as it is by your reference and
+ will try to conduct an interview within a very short time
+ Thanks,

+
+ comment + + +
+ + + Refuse Application + hr.applicant + + +

Hello,

+

I have checked this application but it does not match with our requirements. We don't need to proceed further and we should refuse this application.

+

Kind regards,

+
+ comment + + +
+ + Refuse Application + hr.applicant + + +

Hello,

+

This applicant has excellent skills and would greatly fit in the RD Team!

+

Kind regards,

+
+ comment + + +
+ + hr.applicant + + +

Hello,

+

We should move further for this application as early as possible.

+

Kind regards,

+
+ comment + + +
+ + hr.applicant + + +

Hello,

+

The first interview was good. Skilled and open minded applicant.

+

I think we should consider hiring him.

+

Kind regards,

+
+ comment + + +
+ + hr.applicant + + +

Hello,

+

The first interview was good. I will propose a second interview

+

Kind regards,

+
+ comment + + +
+ + hr.applicant + + +

Hello,

+

After the second interview, I think we should consider hiring him.

+

Kind regards,

+
+ comment + + +
+ + + + + + Send mail regarding our interview + + + + + + + + + Send mail for first interview + + + + + + + + + Send mail regarding our interview + + + + + + + + + Call to define real needs about training + + + + + + + + + Call to define real needs about training + + + + + + + + + Call to schedule a second interview + + + + + + + + + Call to propose a contract + + + + +
+
diff --git a/addons/hr_recruitment/data/hr_recruitment_demo_jones_cv.pdf b/addons/hr_recruitment/data/hr_recruitment_demo_jones_cv.pdf new file mode 100644 index 00000000..053ce11f Binary files /dev/null and b/addons/hr_recruitment/data/hr_recruitment_demo_jones_cv.pdf differ diff --git a/addons/hr_recruitment/data/hr_recruitment_demo_jose_cv.txt b/addons/hr_recruitment/data/hr_recruitment_demo_jose_cv.txt new file mode 100644 index 00000000..3b2baf73 --- /dev/null +++ b/addons/hr_recruitment/data/hr_recruitment_demo_jose_cv.txt @@ -0,0 +1,9 @@ +Profile + +Name : Jose +Address : 93, Press Avenue + : Le Bourget du Lac, 73377, + : France +Qualification : MCA +Email : Jose@gmail.com +Mobile : 9968513587 diff --git a/addons/hr_recruitment/data/hr_recruitment_demo_williams_cv.doc b/addons/hr_recruitment/data/hr_recruitment_demo_williams_cv.doc new file mode 100644 index 00000000..b6ce7a68 Binary files /dev/null and b/addons/hr_recruitment/data/hr_recruitment_demo_williams_cv.doc differ diff --git a/addons/hr_recruitment/data/hr_recruitment_templates.xml b/addons/hr_recruitment/data/hr_recruitment_templates.xml new file mode 100644 index 00000000..06d7966f --- /dev/null +++ b/addons/hr_recruitment/data/hr_recruitment_templates.xml @@ -0,0 +1,12 @@ + + + + + + + \ No newline at end of file -- cgit v1.2.3