Skip to content

Commit

Permalink
[16.0][MIG] l10n_es_aeat_mod349: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandoRomera committed Feb 8, 2023
1 parent 9e7c33b commit 21341b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion l10n_es_aeat_mod349/models/mod349.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ def _create_349_refund_records(self):
groups.setdefault(key, refund_detail_obj)
groups[key] += refund_detail
for (origin_invoice, op_key), refund_details in groups.items():
refund_details = groups[origin_invoice]
refund_detail = first(refund_details)
move_line = refund_detail.refund_line_id
partner = move_line.partner_id
Expand Down

0 comments on commit 21341b1

Please sign in to comment.