Files
reporting-engine/sql_export_mail/__manifest__.py
Sylvain LE GAL 4898f36f8f [FIX] sql_export_mail : do not raise an error if non admin user want to access to sql export
[UPD] README.rst

[BOT] post-merge updates

[BOT] post-merge updates
2024-08-13 09:19:32 +02:00

21 lines
596 B
Python

# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "SQL Export Mail",
"version": "16.0.2.0.0",
"category": "Generic Modules",
"summary": "Send csv file generated by sql query by mail.",
"author": "Akretion,GRAP,Odoo Community Association (OCA)",
"maintainers": ["legalsylvain"],
"website": "https://github.com/OCA/reporting-engine",
"depends": [
"mail",
"sql_export",
],
"license": "AGPL-3",
"data": [
"views/sql_export_view.xml",
"data/mail_template.xml",
],
"installable": True,
}