mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[16][FIX] rma: make date_rma stored once again on rma_order
This commit is contained in:
@@ -89,6 +89,7 @@ class RmaOrder(models.Model):
|
||||
string="Order Date",
|
||||
index=True,
|
||||
default=lambda self: self._default_date_rma(),
|
||||
store=True,
|
||||
)
|
||||
partner_id = fields.Many2one(
|
||||
comodel_name="res.partner", string="Partner", required=True
|
||||
|
||||
Reference in New Issue
Block a user