Skip to content

Commit

Permalink
[FIX] l10n_it_vat_registries fix issue OCA#4612 put entry_order requi…
Browse files Browse the repository at this point in the history
…red to avoid crash
  • Loading branch information
matteoopenf committed Feb 10, 2025
1 parent b8b55c9 commit 9a37373
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 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,6 @@ def _get_move_ids(self, wizard):
"journal_date_name": "journal_id, date, name",
"date_name": "date, name",
}
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 9a37373

Please sign in to comment.