[MIG][10.0]sql_export v10

This commit is contained in:
aheficent
2017-11-10 16:19:48 +01:00
committed by David Beal
parent e1309c07e8
commit bf6bc65af2
14 changed files with 96 additions and 137 deletions

View File

@@ -4,8 +4,8 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
import base64
from openerp.tests.common import TransactionCase
from openerp.exceptions import Warning as UserError
from odoo.tests.common import TransactionCase
from odoo.exceptions import Warning as UserError
class TestExportSqlQuery(TransactionCase):