mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[FIX] Restrict approval rights to RMA Manager
This commit is contained in:
committed by
JasminSForgeFlow
parent
c0c737f420
commit
f8879a51ac
@@ -78,7 +78,7 @@
|
|||||||
string="Approve"
|
string="Approve"
|
||||||
attrs="{'invisible':[('state', '!=', 'to_approve')]}"
|
attrs="{'invisible':[('state', '!=', 'to_approve')]}"
|
||||||
class="oe_highlight"
|
class="oe_highlight"
|
||||||
groups="rma.group_rma_customer_user"
|
groups="rma.group_rma_manager"
|
||||||
/>
|
/>
|
||||||
<button
|
<button
|
||||||
name="action_rma_approve"
|
name="action_rma_approve"
|
||||||
|
|||||||
Reference in New Issue
Block a user