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