Skip to content

Commit

Permalink
[FIX] rma: inventory user by default should not see RMAs
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronHForgeFlow committed Jul 8, 2024
1 parent 8c16ce7 commit 7dfa425
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions rma/security/rma.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,6 @@
<field name="implied_ids" eval="[(4, ref('group_rma_manager'))]" />
</record>

<record id="stock.group_stock_user" model="res.groups">
<field
name="implied_ids"
eval="[(4, ref('group_rma_customer_user')),
(4, ref('group_rma_supplier_user'))]"
/>
</record>

<record model="ir.rule" id="rma_order_rule">
<field name="name">rma order multi-company</field>
<field
Expand Down

0 comments on commit 7dfa425

Please sign in to comment.