diff --git a/sql_export_mail/__manifest__.py b/sql_export_mail/__manifest__.py index 3edc802aa..278d42817 100644 --- a/sql_export_mail/__manifest__.py +++ b/sql_export_mail/__manifest__.py @@ -1,15 +1,12 @@ # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). { "name": "SQL Export Mail", - "version": "12.0.1.0.0", + "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", - ], + "depends": ["sql_export", "mail"], "license": "AGPL-3", "data": [ "views/sql_export_view.xml", diff --git a/sql_export_mail/i18n/fr.po b/sql_export_mail/i18n/fr.po index b308c401e..a9c3a6941 100644 --- a/sql_export_mail/i18n/fr.po +++ b/sql_export_mail/i18n/fr.po @@ -19,17 +19,6 @@ msgstr "" #. module: sql_export_mail #: model:mail.template,body_html:sql_export_mail.sql_export_mailer #, fuzzy -#| msgid "" -#| "\n" -#| "
\n" -#| "\n" -#| "

You will find the report ${object.name or ''} as an attachment of the " -#| "mail.

\n" -#| "\n" -#| "
\n" -#| " " msgid "" "\n" "
+* Helly kapatel diff --git a/sql_export_mail/views/sql_export_view.xml b/sql_export_mail/views/sql_export_view.xml index 19b5402cf..7645c5c44 100644 --- a/sql_export_mail/views/sql_export_view.xml +++ b/sql_export_mail/views/sql_export_view.xml @@ -30,7 +30,7 @@