From f6b5a2ccbb5412f3e6bbf2d766dcb25431d42e3e Mon Sep 17 00:00:00 2001 From: Maxime Chambreuil Date: Thu, 1 Aug 2019 15:00:40 -0500 Subject: [PATCH] [FIX] rma_account: The model rma.refund has no _description --- rma_account/wizards/rma_refund.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rma_account/wizards/rma_refund.py b/rma_account/wizards/rma_refund.py index a77e0e1e..553b5449 100644 --- a/rma_account/wizards/rma_refund.py +++ b/rma_account/wizards/rma_refund.py @@ -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):