Skip to content

Commit

Permalink
[FIX] l10n_it_intrastat_statement: sequence lines
Browse files Browse the repository at this point in the history
Recompute sequence lines after possible removal of lines for adjustments.
  • Loading branch information
sergiocorato authored and tafaRU committed Jan 17, 2025
1 parent 83d2b39 commit 5d05600
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 @@ -820,6 +820,7 @@ def compute_statement(self):
)
to_refund_model = self.env[refund_section_model]
self.refund_line(line, to_refund_model)
self.recompute_sequence_lines()
return True

@staticmethod
Expand Down

0 comments on commit 5d05600

Please sign in to comment.