Skip to content

Commit

Permalink
Merge pull request #557 from ForgeFlow/17.0-fw-554-17.0
Browse files Browse the repository at this point in the history
[17.0][FWD][FIX] rma: make date_rma stored once again on rma_order
  • Loading branch information
AaronHForgeFlow authored Nov 26, 2024
2 parents 4eda0e9 + 43b352f commit e2930b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rma/models/rma_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ def _default_warehouse_id(self):
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
Expand Down

0 comments on commit e2930b7

Please sign in to comment.