[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 Carlos Vallés Fuster
parent e56b3f2853
commit bfa70f0aba

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"