Skip to content

Commit

Permalink
[16][FIX] rma: make date_rma stored once again on rma_order
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-dacosta committed Nov 14, 2024
1 parent 7b520fe commit a1d5f3d
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 a1d5f3d

Please sign in to comment.