mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[FIX] rma_account: The model rma.refund has no _description
This commit is contained in:
committed by
ahenriquez
parent
2b08ddae32
commit
f6b5a2ccbb
@@ -8,6 +8,7 @@ import odoo.addons.decimal_precision as dp
|
|||||||
|
|
||||||
class RmaRefund(models.TransientModel):
|
class RmaRefund(models.TransientModel):
|
||||||
_name = "rma.refund"
|
_name = "rma.refund"
|
||||||
|
_description = "Wizard for RMA Refund"
|
||||||
|
|
||||||
@api.model
|
@api.model
|
||||||
def _get_reason(self):
|
def _get_reason(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user