diff --git a/README.md b/README.md index 90ebaca65..925ab89a8 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ addon | version | maintainers | summary [report_xml](report_xml/) | 16.0.1.1.2 | | Allow to generate XML reports [sql_export](sql_export/) | 16.0.2.1.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Export data in csv file with SQL requests [sql_export_excel](sql_export_excel/) | 16.0.1.0.1 | | Allow to export a sql query to an excel file. -[sql_export_mail](sql_export_mail/) | 16.0.2.0.1 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Send csv file generated by sql query by mail. +[sql_export_mail](sql_export_mail/) | 16.0.2.0.2 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Send csv file generated by sql query by mail. [sql_request_abstract](sql_request_abstract/) | 16.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Abstract Model to manage SQL Requests [//]: # (end addons) diff --git a/sql_export_mail/README.rst b/sql_export_mail/README.rst index d38f3d662..586fadb30 100644 --- a/sql_export_mail/README.rst +++ b/sql_export_mail/README.rst @@ -7,7 +7,7 @@ SQL Export Mail !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:4c0240a987c3a30a7b125286d9656111d9b2d2744838a58a88c4ae05f4b75e9c + !! source digest: sha256:0bd0cac60c19574c96833ac0fbfc39561f934ec838362f0843196bb0ae986f29 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/sql_export_mail/__manifest__.py b/sql_export_mail/__manifest__.py index 2be2af061..c81f22f83 100644 --- a/sql_export_mail/__manifest__.py +++ b/sql_export_mail/__manifest__.py @@ -1,7 +1,7 @@ # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). { "name": "SQL Export Mail", - "version": "16.0.2.0.1", + "version": "16.0.2.0.2", "category": "Generic Modules", "summary": "Send csv file generated by sql query by mail.", "author": "Akretion,GRAP,Odoo Community Association (OCA)", diff --git a/sql_export_mail/static/description/index.html b/sql_export_mail/static/description/index.html index c7cdf40bc..fc6525a37 100644 --- a/sql_export_mail/static/description/index.html +++ b/sql_export_mail/static/description/index.html @@ -366,7 +366,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:4c0240a987c3a30a7b125286d9656111d9b2d2744838a58a88c4ae05f4b75e9c +!! source digest: sha256:0bd0cac60c19574c96833ac0fbfc39561f934ec838362f0843196bb0ae986f29 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/reporting-engine Translate me on Weblate Try me on Runboat

Allow to send the result of a query (made with the module sql_export) by mail.