Skip to content

Commit

Permalink
[OU-ADD] hr_recruitment
Browse files Browse the repository at this point in the history
  • Loading branch information
robinkeunen committed Feb 20, 2024
1 parent 5402439 commit 98d114d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docsource/modules150-160.rst
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ Module coverage 15.0 -> 16.0
+-------------------------------------------------+----------------------+-------------------------------------------------+
| hr_presence | |No DB layout changes. |
+-------------------------------------------------+----------------------+-------------------------------------------------+
| hr_recruitment | | |
| hr_recruitment | Done | |
+-------------------------------------------------+----------------------+-------------------------------------------------+
| |new| hr_recruitment_skills | | |
+-------------------------------------------------+----------------------+-------------------------------------------------+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
<field name="description">The user interacting with the application as interviewer don't need any specific access. They'll have access thanks to their interviewer assignation.</field>
</record>
<record id="email_template_data_applicant_congratulations" model="mail.template">
<field name="body_html" type="html">
<!-- The default template from version 15.0 should still work in version 16.0
No need to erase user data -->
<!-- <field name="body_html" type="html">
<table border="0" cellpadding="0" cellspacing="0" width="590" style="background-color: white; border-collapse: collapse; margin-left: 20px;">
<tr>
<td valign="top" style="padding: 0px 10px;">
Expand Down Expand Up @@ -47,12 +49,14 @@
</td>
</tr>
</table>
</field>
<field name="name">Recruitment: Application Acknowledgement</field>
</field> -->
<!-- <field name="name">Recruitment: Application Acknowledgement</field> -->
<field name="description">Confirmation email sent to all new job applications</field>
</record>
<record id="email_template_data_applicant_interest" model="mail.template">
<field name="body_html" type="html">
<!-- The default template from version 15.0 should still work in version 16.0
No need to erase user data -->
<!-- <field name="body_html" type="html">
<table border="0" cellpadding="0" cellspacing="0" width="590" style="background-color: white; border-collapse: collapse; margin-left: 20px;">
<tr>
<td valign="top" style="padding: 0px 10px;">
Expand Down Expand Up @@ -112,16 +116,16 @@
</td>
</tr>
</table>
</field>
<field name="name">Recruitment: Interest</field>
</field> -->
<!-- <field name="name">Recruitment: Interest</field> -->
<field name="description">Set this template to a recruitment stage to send it when applications reach that stage</field>
</record>
<record id="email_template_data_applicant_not_interested" model="mail.template">
<field name="name">Recruitment: Not interested anymore</field>
<!-- <field name="name">Recruitment: Not interested anymore</field> -->
<field name="description">When you refuse an application, you can choose this template</field>
</record>
<record id="email_template_data_applicant_refuse" model="mail.template">
<field name="name">Recruitment: Refuse</field>
<!-- <field name="name">Recruitment: Refuse</field> -->
<field name="description">When you refuse an application, you can choose this template</field>
</record>
<record id="group_hr_recruitment_user" model="res.groups">
Expand Down

0 comments on commit 98d114d

Please sign in to comment.