Merge pull request #187 from ForgeFlow/14.0-stock_rma-back_to_approved

[14.0][rma][fix] allow to set back to approved a done rma
This commit is contained in:
Jordi Ballester Alomar
2021-10-27 19:03:36 +02:00
committed by GitHub

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"