Skip to content

Commit

Permalink
FIX contract order
Browse files Browse the repository at this point in the history
  • Loading branch information
ecino committed Jun 4, 2024
1 parent 5a08fe9 commit 8f07b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recurring_contract/models/recurring_contract.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class RecurringContract(models.Model):
_description = "Recurring contract"
_inherit = ["mail.thread", "mail.activity.mixin", "utm.mixin"]
_rec_name = "reference"
_order = "start_date desc"
_order = "create_date desc"

##########################################################################
# FIELDS #
Expand Down

0 comments on commit 8f07b75

Please sign in to comment.