Skip to content

Commit

Permalink
Merge PR #3898 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by TheMule71
  • Loading branch information
OCA-git-bot committed Feb 27, 2024
2 parents 2beaefd + f48992d commit 413efeb
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 413efeb

Please sign in to comment.