mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
Migrate to 14.0
This commit is contained in:
committed by
Sander Lienaerts
parent
89ab0494e4
commit
94dc7c0887
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user