From e73b7c2176dfeec2eb592fb9d18818c2aa8d5627 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 25 Sep 2023 19:14:16 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 2 +- sql_export_mail/README.rst | 2 +- sql_export_mail/__manifest__.py | 2 +- sql_export_mail/static/description/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 53b6ecfd2a..4c77f95a80 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ addon | version | maintainers | summary [report_xml](report_xml/) | 16.0.1.1.0 | | Allow to generate XML reports [sql_export](sql_export/) | 16.0.1.0.1 | [![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.1.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.1.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 7382b08485..45c639304e 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:231fc83d42b4b08f1deb284426bdb880e80932466f3a3c4afe2c324728c374b4 + !! source digest: sha256:8e16c43329e0689dc8f81771e7563fe10a3bd5d5672dcf1e97d9a34d7f828494 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |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 ac0bc5d82f..a912a5e1ce 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.1.0.1", + "version": "16.0.1.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 490435d782..1fbd5e0371 100644 --- a/sql_export_mail/static/description/index.html +++ b/sql_export_mail/static/description/index.html @@ -367,7 +367,7 @@

SQL Export Mail

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:231fc83d42b4b08f1deb284426bdb880e80932466f3a3c4afe2c324728c374b4 +!! source digest: sha256:8e16c43329e0689dc8f81771e7563fe10a3bd5d5672dcf1e97d9a34d7f828494 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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.