[FIX] rma_account: The model rma.refund has no _description

This commit is contained in:
Maxime Chambreuil
2019-08-01 15:00:40 -05:00
committed by ahenriquez
parent 2b08ddae32
commit f6b5a2ccbb

View File

@@ -8,6 +8,7 @@ import odoo.addons.decimal_precision as dp
class RmaRefund(models.TransientModel):
_name = "rma.refund"
_description = "Wizard for RMA Refund"
@api.model
def _get_reason(self):