[16.0][FIX] rma: return of button done

This commit is contained in:
DavidJForgeFlow
2023-02-22 15:33:49 +01:00
committed by AaronHForgeFlow
parent a2fd5ae550
commit 32c17b1dbf

View File

@@ -84,6 +84,13 @@
string="Back to Approved"
attrs="{'invisible':[('state', '!=', 'done')]}"
groups="rma.group_rma_customer_user"
/>
<button
name="action_rma_done"
type="object"
string="Done"
attrs="{'invisible':[('state', 'in', ('done', 'draft', 'canceled'))]}"
groups="rma.group_rma_customer_user"
/>
<button
name="action_rma_cancel"