Skip to content

Commit

Permalink
[IMP] set date order to intrastat statement l10n_it_intrastat_statement
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiocorato committed Jan 25, 2024
1 parent ab2e0e6 commit f48992d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions l10n_it_intrastat_statement/models/intrastat_statement.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class AccountIntrastatStatement(models.Model):
_name = "account.intrastat.statement"
_description = "Intrastat Statement"
_rec_name = "number"
_order = "date desc"

def round_min_amount(self, amount, company=None, prec_digits=None, truncate=False):
"""
Expand Down

0 comments on commit f48992d

Please sign in to comment.