[FIX] account_financial_report: Tests post_install to avoid CI issues
parent
fd70d6f72e
commit
e5462628d3
|
@ -3,9 +3,10 @@
|
||||||
# Copyright 2020 ForgeFlow S.L. (https://www.forgeflow.com)
|
# Copyright 2020 ForgeFlow S.L. (https://www.forgeflow.com)
|
||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||||
|
|
||||||
from odoo.tests import common
|
from odoo.tests import common, tagged
|
||||||
|
|
||||||
|
|
||||||
|
@tagged("post_install", "-at_install")
|
||||||
class TestTrialBalanceReport(common.TransactionCase):
|
class TestTrialBalanceReport(common.TransactionCase):
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
super(TestTrialBalanceReport, self).setUp()
|
super(TestTrialBalanceReport, self).setUp()
|
||||||
|
|
Loading…
Reference in New Issue