Migrate to 14.0

This commit is contained in:
Florian da Costa
2021-03-22 17:30:58 +01:00
committed by David Beal
parent e7f482ab37
commit c626eaebe9
5 changed files with 12 additions and 9 deletions

View File

@@ -6,10 +6,10 @@ import base64
from odoo import fields
from odoo.exceptions import UserError
from odoo.tests.common import TransactionCase, post_install
from odoo.tests.common import TransactionCase, tagged
@post_install(True)
@tagged("post_install", "-at_install")
class TestExportSqlQuery(TransactionCase):
def setUp(self):
super(TestExportSqlQuery, self).setUp()