Skip to content
Snippets Groups Projects
Commit ba564c42 authored by Jérome Maes's avatar Jérome Maes
Browse files

[IMP] hr_recruitment: remove stupid option

Disabling this resumes indexation option will uninstall
hr_recruitment module, since it removes 'document', which
is in the dependencies of recruitment.
This makes no sense at all and should have been remove a
long time ago.
parent 17f69e70
No related branches found
No related tags found
No related merge requests found
......@@ -8,11 +8,6 @@ class RecruitmentSettings(models.TransientModel):
_name = 'hr.recruitment.config.settings'
_inherit = ['res.config.settings']
module_document = fields.Selection(selection=[
(0, "Do not manage CVs and motivation letter"),
(1, 'Allow the automatic indexation of resumes')
], string='Resumes')
module_hr_recruitment_survey = fields.Selection(selection=[
(0, "Do not use interview forms"),
(1, "Use interview forms during the recruitment process")
......
......@@ -11,7 +11,6 @@
<button string="Cancel" type="object" name="cancel" class="oe_link"/>
</header>
<group string="Recruitment">
<field name="module_document" widget="radio"/>
<field name="module_hr_recruitment_survey" widget="radio"/>
</group>
</form>
......@@ -25,7 +24,7 @@
<field name="target">inline</field>
</record>
<menuitem id="menu_hr_recruitment_global_settings" name="Settings"
<menuitem id="menu_hr_recruitment_global_settings" name="Settings"
parent="menu_hr_recruitment_configuration" sequence="0" action="action_hr_recruitment_configuration"
groups="base.group_system"/>
</data>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment