[IMP] rma: add description to rma order and copy it over to new lines

This commit is contained in:
Lois Rilo
2023-01-02 10:54:00 +01:00
committed by AaronHForgeFlow
parent 5f0f1c1681
commit 739f67beca
5 changed files with 19 additions and 8 deletions

View File

@@ -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()