mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[MIG] sql_export_excel: Migration to 15.0
This commit is contained in:
@@ -17,9 +17,10 @@ except ImportError:
|
||||
|
||||
|
||||
class TestExportSqlQueryExcel(TransactionCase):
|
||||
def setUp(self):
|
||||
super().setUp()
|
||||
self.wizard_obj = self.env["sql.file.wizard"]
|
||||
@classmethod
|
||||
def setUpClass(cls):
|
||||
super().setUpClass()
|
||||
cls.wizard_obj = cls.env["sql.file.wizard"]
|
||||
|
||||
def get_workbook_from_query(self, wizard):
|
||||
wizard.export_sql()
|
||||
|
||||
Reference in New Issue
Block a user