Files
reporting-engine/sql_export_mail/__manifest__.py
2022-12-05 15:34:40 +01:00

17 lines
523 B
Python

# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "SQL Export Mail",
"version": "14.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,
}