[FIX] account_financial_report: fix test

Due to fcaa54939e
pull/939/head
mreficent 2021-04-20 13:09:36 +02:00 committed by David Ramia
parent 8859ea7679
commit 225f73d8dd
1 changed files with 1 additions and 0 deletions

View File

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