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):