bi_sql_editor: Migration to 14.0

This commit is contained in:
David James
2021-06-08 13:01:42 +10:00
committed by thien
parent 49c9c20e12
commit 0a36a03fde
3 changed files with 6 additions and 5 deletions

View File

@@ -2,11 +2,11 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from odoo.exceptions import AccessError, UserError
from odoo.tests.common import SingleTransactionCase, at_install, post_install
from odoo.tests import tagged
from odoo.tests.common import SingleTransactionCase
@at_install(False)
@post_install(True)
@tagged("-at_install", "post_install")
class TestBiSqlViewEditor(SingleTransactionCase):
@classmethod
def setUpClass(cls):