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

[FIX] hr_expense: better implied access group

To confirm expense, you have to be expense manager,
which implied HR officer. This implied relation is
not required anymore.
For the HR apps to be independent, removing this
relation is better and does not impact normal
expense flow (submit - confirm - post).
parent 54e99d22
Branches
Tags
No related merge requests found
......@@ -3,7 +3,7 @@
<record id="group_hr_expense_user" model="res.groups">
<field name="name">Officer</field>
<field name="category_id" ref="base.module_category_hr_expense"/>
<field name="implied_ids" eval="[(4, ref('hr.group_hr_user'))]"/>
<field name="implied_ids" eval="[(4, ref('base.group_user'))]"/>
</record>
<record id="group_hr_expense_manager" model="res.groups">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment