Skip to content

Commit

Permalink
[FIX] l10n_it_vat_registries fix issue #4612 put entry_order required…
Browse files Browse the repository at this point in the history
… to avoid crash
  • Loading branch information
matteoopenf committed Feb 10, 2025
1 parent b8b55c9 commit 5708593
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion l10n_it_vat_registries/wizard/print_registro_iva.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ def _get_move_ids(self, wizard):
"journal_date_name": "journal_id, date, name",
"date_name": "date, name",
}
import pdb;pdb.set_trace()
import pdb

pdb.set_trace()
order = MAPPING[wizard.entry_order]
moves = self.env["account.move"].search(
self._get_move_ids_domain(),
Expand Down

0 comments on commit 5708593

Please sign in to comment.