Skip to content

Commit

Permalink
[FIX] Restrict approval rights to RMA Manager
Browse files Browse the repository at this point in the history
  • Loading branch information
SergiCForgeFlow authored and AaronHForgeFlow committed Oct 27, 2023
1 parent a03b279 commit f1435fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rma/views/rma_order_line_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
string="Approve"
attrs="{'invisible':[('state', '!=', 'to_approve')]}"
class="oe_highlight"
groups="rma.group_rma_customer_user"
groups="rma.group_rma_manager"
/>
<button
name="action_rma_approve"
Expand Down

0 comments on commit f1435fa

Please sign in to comment.