You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
554 B
20 lines
554 B
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
{
|
|
'name': 'SQL Export Mail',
|
|
'version': '12.0.1.0.0',
|
|
'category': 'Generic Modules',
|
|
'summary': 'Send csv file generated by sql query by mail.',
|
|
'author':
|
|
"Akretion, Odoo Community Association (OCA)",
|
|
'website': 'https://github.com/OCA/server-tools',
|
|
'depends': [
|
|
'sql_export',
|
|
'mail',
|
|
],
|
|
'license': 'AGPL-3',
|
|
'data': [
|
|
'views/sql_export_view.xml',
|
|
'mail_template.xml',
|
|
],
|
|
'installable': True,
|
|
}
|