From cb3b0d487b2bf8d9f8efb2db792148223e23a8ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Marques?= Date: Wed, 28 Apr 2021 07:44:17 +0100 Subject: [PATCH] [FIX] account_financial_report: Fix tests Add date to invoice to be able to post --- account_financial_report/tests/test_journal_ledger.py | 1 + 1 file changed, 1 insertion(+) diff --git a/account_financial_report/tests/test_journal_ledger.py b/account_financial_report/tests/test_journal_ledger.py index 5ebd3abb..e9b642d2 100644 --- a/account_financial_report/tests/test_journal_ledger.py +++ b/account_financial_report/tests/test_journal_ledger.py @@ -237,6 +237,7 @@ class TestJournalReport(AccountTestInvoicingCommon): ) move_form.partner_id = self.partner_2 move_form.journal_id = self.journal_purchase + move_form.invoice_date = Date.today() with move_form.invoice_line_ids.new() as line_form: line_form.name = "test" line_form.quantity = 1.0