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):
|
class RmaOrder(models.Model):
|
||||||
_name = "rma.order"
|
_name = "rma.order"
|
||||||
|
_description = 'RMA Group'
|
||||||
_inherit = ['mail.thread']
|
_inherit = ['mail.thread']
|
||||||
|
|
||||||
@api.model
|
@api.model
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ ops = {'=': operator.eq,
|
|||||||
|
|
||||||
class RmaOrderLine(models.Model):
|
class RmaOrderLine(models.Model):
|
||||||
_name = "rma.order.line"
|
_name = "rma.order.line"
|
||||||
|
_description = 'RMA'
|
||||||
_inherit = ['mail.thread']
|
_inherit = ['mail.thread']
|
||||||
|
|
||||||
@api.model
|
@api.model
|
||||||
|
|||||||
Reference in New Issue
Block a user