mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[FIX] description on rma models
This commit is contained in:
committed by
AaronHForgeFlow
parent
87c7538cb4
commit
d6c0b79e2c
@@ -8,6 +8,7 @@ from datetime import datetime
|
||||
|
||||
class RmaOrder(models.Model):
|
||||
_name = "rma.order"
|
||||
_description = 'RMA Group'
|
||||
_inherit = ['mail.thread']
|
||||
|
||||
@api.model
|
||||
|
||||
Reference in New Issue
Block a user