diff options
Diffstat (limited to 'addons/hr_gamification/security/gamification_security.xml')
| -rw-r--r-- | addons/hr_gamification/security/gamification_security.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/addons/hr_gamification/security/gamification_security.xml b/addons/hr_gamification/security/gamification_security.xml new file mode 100644 index 00000000..9c210e1d --- /dev/null +++ b/addons/hr_gamification/security/gamification_security.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<odoo noupdate="1"> + + <record id="gamification.goal_gamification_manager_visibility" model="ir.rule"> + <field name="groups" eval="[(4, ref('hr.group_hr_user'))]"/> + </record> + +</odoo> |
