Florian da Costa
5 years ago
8 changed files with 49 additions and 24 deletions
-
22sql_export/models/sql_export.py
-
3sql_export/views/sql_export_view.xml
-
17sql_export/wizard/wizard_file.py
-
3sql_export_excel/__manifest__.py
-
7sql_export_excel/models/sql_export.py
-
1sql_export_excel/tests/__init__.py
-
9sql_export_excel/tests/test_sql_query_excel.py
-
11sql_request_abstract/models/sql_request_mixin.py
@ -1,10 +1,9 @@ |
|||||
# -*- coding: utf-8 -*- |
|
||||
# Copyright 2019 Akretion |
# Copyright 2019 Akretion |
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). |
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). |
||||
|
|
||||
{ |
{ |
||||
'name': 'SQL Export Excel', |
'name': 'SQL Export Excel', |
||||
'version': '9.0.1.0.0', |
|
||||
|
'version': '12.0.1.0.0', |
||||
'author': 'Akretion,Odoo Community Association (OCA)', |
'author': 'Akretion,Odoo Community Association (OCA)', |
||||
'website': 'http://github/oca/server-tools', |
'website': 'http://github/oca/server-tools', |
||||
'license': 'AGPL-3', |
'license': 'AGPL-3', |
@ -1,2 +1 @@ |
|||||
# -*- coding: utf-8 -*- |
|
||||
from . import test_sql_query_excel |
from . import test_sql_query_excel |
Write
Preview
Loading…
Cancel
Save
Reference in new issue