[FIX] account_financial_report: run test after install

Due to the change at 15a1b3ae5c
it is now required to run tests that require CoA after install.
This commit is contained in:
Lois Rilo
2022-07-20 16:02:11 +02:00
committed by chaule97
parent 4ac0f4efbb
commit 9830cc3aed
6 changed files with 13 additions and 1 deletions

View File

@@ -7,10 +7,12 @@ import time
from datetime import date
from odoo import api, fields
from odoo.tests import tagged
from odoo.addons.account.tests.common import AccountTestInvoicingCommon
@tagged("post_install", "-at_install")
class TestGeneralLedgerReport(AccountTestInvoicingCommon):
@classmethod
def setUpClass(cls, chart_template_ref=None):