mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[IMP] rma: add description to rma order and copy it over to new lines
This commit is contained in:
committed by
AaronHForgeFlow
parent
5f0f1c1681
commit
739f67beca
@@ -84,6 +84,7 @@ class RmaOrder(models.Model):
|
||||
reference = fields.Char(
|
||||
string="Partner Reference", help="The partner reference of this RMA order."
|
||||
)
|
||||
description = fields.Text()
|
||||
comment = fields.Text("Additional Information")
|
||||
date_rma = fields.Datetime(
|
||||
string="Order Date", index=True, default=lambda self: self._default_date_rma()
|
||||
|
||||
Reference in New Issue
Block a user