[rma][fix] allow to set back to approved a done rma

This commit is contained in:
Jordi Ballester
2021-10-27 18:58:41 +02:00
committed by Jasmin Solanki
parent a50456fbe8
commit 57ad73c4cb

View File

@@ -77,6 +77,13 @@
class="oe_highlight"
groups="rma.group_rma_customer_user"
/>
<button
name="action_rma_approve"
type="object"
string="Back to Approved"
attrs="{'invisible':[('state', '!=', 'done')]}"
groups="rma.group_rma_customer_user"
/>
<button
name="action_rma_done"
type="object"