Florian da Costa
6 years ago
6 changed files with 39 additions and 56 deletions
-
14sql_export_mail/__manifest__.py
-
4sql_export_mail/mail_template.xml
-
30sql_export_mail/models/sql_export.py
-
1sql_export_mail/tests/__init__.py
-
16sql_export_mail/tests/test_sql_query_mail.py
-
6sql_export_mail/views/sql_export_view.xml
@ -1,19 +1,17 @@ |
|||||
# -*- coding: utf-8 -*- |
|
||||
# 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 Mail', |
'name': 'SQL Export Mail', |
||||
'version': '9.0.1.0.0', |
|
||||
'author': 'Akretion,Odoo Community Association (OCA)', |
|
||||
'website': 'http://github/oca/server-tools', |
|
||||
'license': 'AGPL-3', |
|
||||
'category': 'Generic Modules/Others', |
|
||||
|
'version': '12.0.1.0.0', |
||||
|
'category': 'Generic Modules', |
||||
'summary': 'Send csv file generated by sql query by mail.', |
'summary': 'Send csv file generated by sql query by mail.', |
||||
|
'author': |
||||
|
"Akretion, Odoo Community Association (OCA)", |
||||
|
'website': 'https://github.com/OCA/server-tools', |
||||
'depends': [ |
'depends': [ |
||||
'sql_export', |
'sql_export', |
||||
'mail', |
'mail', |
||||
], |
], |
||||
|
'license': 'AGPL-3', |
||||
'data': [ |
'data': [ |
||||
'views/sql_export_view.xml', |
'views/sql_export_view.xml', |
||||
'mail_template.xml', |
'mail_template.xml', |
@ -1,2 +1 @@ |
|||||
# -*- coding: utf-8 -*- |
|
||||
from . import test_sql_query_mail |
from . import test_sql_query_mail |
Write
Preview
Loading…
Cancel
Save
Reference in new issue