[FIX] description on rma models

This commit is contained in:
ahenriquez
2019-10-08 18:05:47 +02:00
parent bae548939a
commit 74e32feadf
2 changed files with 2 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ from datetime import datetime
class RmaOrder(models.Model):
_name = "rma.order"
_description = 'RMA Group'
_inherit = ['mail.thread']
@api.model