From 085f5dbfac04c5034825be0fe7d0d45a85234a3a Mon Sep 17 00:00:00 2001 From: Albert Cervera i Areny Date: Thu, 1 Apr 2021 16:39:31 +0200 Subject: [PATCH] Add default customer payment term configuration (issue9855). --- tests/test_account_invoice_facturae.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_account_invoice_facturae.py b/tests/test_account_invoice_facturae.py index 682881a..17d6f4f 100644 --- a/tests/test_account_invoice_facturae.py +++ b/tests/test_account_invoice_facturae.py @@ -196,7 +196,6 @@ class TestAccountInvoiceFacturaeCase(ModuleTestCase): invoice.payment_term = term invoice.currency = currency invoice.company = company - invoice.payment_term = invoice.on_change_with_payment_term() invoice.account = invoice.on_change_with_account() line1 = InvoiceLine()