From 998a1aee3b15150859c998f1b4674d204545a257 Mon Sep 17 00:00:00 2001
From: Martin Trigaux <mat@odoo.com>
Date: Mon, 2 Oct 2017 13:56:44 +0200
Subject: [PATCH] [IMP] hr: remove useless group description

The group is in base, this is where the group should be described.
Manage your "own stuff" is probably not very informative anyway.
---
 addons/hr/security/hr_security.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/addons/hr/security/hr_security.xml b/addons/hr/security/hr_security.xml
index cae3e45c0bf3..70cfc1e68e4a 100644
--- a/addons/hr/security/hr_security.xml
+++ b/addons/hr/security/hr_security.xml
@@ -1,10 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <odoo>
 
-    <record id="base.group_user" model="res.groups">
-        <field name="comment">the user will be able to manage his own human resources stuff (leave request, timesheets, ...), if he is linked to an employee in the system.</field>
-    </record>
-
     <record id="group_hr_user" model="res.groups">
         <field name="name">Officer</field>
         <field name="category_id" ref="base.module_category_human_resources"/>
-- 
GitLab