Migrate sql_export_mail to v9

This commit is contained in:
Florian da Costa
2019-06-12 19:01:16 +02:00
committed by BT-ssteiner
parent 27dfa0b1e4
commit 0f9ad65695
8 changed files with 37 additions and 93 deletions

View File

@@ -1,15 +1,15 @@
# -*- coding: utf-8 -*-
# Copyright 2017 Akretion
# Copyright 2019 Akretion
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
'name': 'SQL Export Mail',
'version': '8.0.1.0.0',
'version': '9.0.1.0.0',
'author': 'Akretion,Odoo Community Association (OCA)',
'website': 'http://www.akretion.com',
'website': 'http://github/oca/server-tools',
'license': 'AGPL-3',
'category': 'Generic Modules/Others',
'summary': 'Export data in csv file with SQL requests',
'summary': 'Send csv file generated by sql query by mail.',
'depends': [
'sql_export',
'mail',