mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[IMP] rma: date_rma in lines
This commit is contained in:
committed by
Carlos Vallés Fuster
parent
ee0d1fda11
commit
fe1bcddd74
@@ -263,7 +263,7 @@ class RmaOrderLine(models.Model):
|
||||
states={"draft": [("readonly", False)]},
|
||||
help="Reference of the document that produced this rma.",
|
||||
)
|
||||
date = fields.Datetime(
|
||||
date_rma = fields.Datetime(
|
||||
string="Order Date", index=True, default=lambda self: self._default_date_rma()
|
||||
)
|
||||
state = fields.Selection(
|
||||
|
||||
Reference in New Issue
Block a user