Skip to content

Commit

Permalink
[FIX] l10n_es_aeat_mod349: Set the date field to store=True to allow …
Browse files Browse the repository at this point in the history
…the records to be sorted.
  • Loading branch information
victoralmau authored and FernandoRomera committed Dec 28, 2022
1 parent 7a04f69 commit 5172d9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions l10n_es_aeat_mod349/models/mod349.py
Original file line number Diff line number Diff line change
Expand Up @@ -666,4 +666,5 @@ class Mod349PartnerRefundDetail(models.Model):
date = fields.Date(
related="refund_line_id.date",
readonly=True,
store=True, # Necessary for sorting records
)

0 comments on commit 5172d9a

Please sign in to comment.