bi_sql_editor: Migration to 14.0

This commit is contained in:
David James
2021-06-08 13:01:42 +10:00
parent ae89e414e8
commit ebd77c9399
4 changed files with 7 additions and 6 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):