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()