From 225f73d8dde1fe087898c4d9e845d4a5e44d4a2f Mon Sep 17 00:00:00 2001 From: mreficent Date: Tue, 20 Apr 2021 13:09:36 +0200 Subject: [PATCH] [FIX] account_financial_report: fix test Due to https://github.com/odoo/odoo/commit/fcaa54939e9a4f0dd5e47cd0ccffe7aa24bd451c --- 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..b7109ec1 100644 --- a/account_financial_report/tests/test_journal_ledger.py +++ b/account_financial_report/tests/test_journal_ledger.py @@ -250,6 +250,7 @@ class TestJournalReport(AccountTestInvoicingCommon): line_form.account_id = self.expense_account line_form.tax_ids.add(self.tax_15_p) line_form.tax_ids.add(self.tax_20_p) + move_form.invoice_date = move_form.date invoice = move_form.save() invoice.action_post()