mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[UPD] Update sql_export_mail.pot sql_export_mail 16.0.1.0.1 Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: reporting-engine-16.0/reporting-engine-16.0-sql_export_mail Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-16-0/reporting-engine-16-0-sql_export_mail/
21 lines
596 B
Python
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.1.0.1",
|
|
"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,
|
|
}
|