Skip to content

Commit

Permalink
Merge PR #3760 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 5eaa42e + 3d7b641 commit bb114a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions account_vat_period_end_statement/models/account.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ def _get_default_interest_percent(self):
_name = "account.vat.period.end.statement"
_description = "VAT period end statement"
_rec_name = "date"
_order = "date DESC, id DESC"

debit_vat_account_line_ids = fields.One2many(
"statement.debit.account.line",
Expand Down

0 comments on commit bb114a8

Please sign in to comment.