[FIX] account_financial_report: Tests post_install to avoid CI issues

pull/880/head
Carlos Dauden 2022-05-10 11:03:50 +02:00
parent fd70d6f72e
commit e5462628d3
1 changed files with 2 additions and 1 deletions

View File

@ -3,9 +3,10 @@
# Copyright 2020 ForgeFlow S.L. (https://www.forgeflow.com)
# 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):
def setUp(self):
super(TestTrialBalanceReport, self).setUp()