From e4de2b2e56ba188e45c5c18e4f25cca515fcb306 Mon Sep 17 00:00:00 2001
From: fw-bot <otis@odoo.com>
Date: Wed, 6 Nov 2019 17:34:03 +0000
Subject: [PATCH] [FIX] hr: make hr.job visible without recruitment

Without hr_recruitment it was not possible to import/export the hr.job
as they were not visible.

closes #22069

closes odoo/odoo#39914

Taskid: 2088277
Signed-off-by: Yannick Tivisse (yti) <yti@odoo.com>
---
 addons/hr/views/hr_views.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/addons/hr/views/hr_views.xml b/addons/hr/views/hr_views.xml
index 403e806900ef..892bfd7c6c42 100644
--- a/addons/hr/views/hr_views.xml
+++ b/addons/hr/views/hr_views.xml
@@ -56,6 +56,12 @@
             groups="group_hr_manager"
             sequence="100"/>
 
+            <menuitem
+                id="menu_view_hr_job"
+                action="action_hr_job"
+                parent="menu_human_resources_configuration"
+                sequence="1"/>
+
             <menuitem
                 id="menu_human_resources_configuration_employee"
                 name="Employee"
-- 
GitLab