Skip to content
Snippets Groups Projects
Commit d1073f8e authored by Jeremy Kersten's avatar Jeremy Kersten
Browse files

[FIX] hr: allow to add stages to a job position.

In v9, stages are not shared by default. So when you create a new job position,
you need to specify manually which stages are available for this job position.
But the field stage_ids was not available.
parent f9596331
No related branches found
No related tags found
No related merge requests found
......@@ -326,6 +326,9 @@
<label for="description"/>
<field name="description"/>
</div>
<group>
<field name="stage_ids" widget="many2many_tags" options="{'no_create': True}" />
</group>
</sheet>
<div class="oe_chatter">
<field name="message_follower_ids" widget="mail_followers"/>
......
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