Skip to content

Commit

Permalink
[FIX] remove unused assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiocorato committed Oct 24, 2024
1 parent fdd4f18 commit 2418018
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion l10n_it_fatturapa_out_fd/tests/test_xml_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def test_fixed_discount(self):
invoice_form = Form(
self.env["account.move"].with_context(default_move_type="out_invoice")
)
invoice_form.name = "INV/2020/01/0001"
invoice_form.partner_id = self.res_partner_fatturapa_2
invoice_form.invoice_date = date_invoice
with invoice_form.invoice_line_ids.new() as line:
Expand Down

0 comments on commit 2418018

Please sign in to comment.