Skip to content

Commit

Permalink
Merge pull request #554 from akretion/16-fix-date-rma
Browse files Browse the repository at this point in the history
[16][FIX] rma: make date_rma stored once again on rma_order
  • Loading branch information
AaronHForgeFlow authored Nov 26, 2024
2 parents 7b520fe + a1d5f3d commit 29787d9
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 29787d9

Please sign in to comment.