From 54832eb3e46ed2298316ccdc158ec3f920526908 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 6 Jan 2025 12:13:20 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + setup/_metapackage/pyproject.toml | 3 ++- sql_export_mail/README.rst | 8 ++++---- sql_export_mail/static/description/index.html | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d71429dd1..52df47b3f 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ addon | version | maintainers | summary [report_xlsx_helper](report_xlsx_helper/) | 17.0.1.0.1 | | Report xlsx helpers [report_xml](report_xml/) | 17.0.1.0.0 | | Allow to generate XML reports [sql_export](sql_export/) | 17.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Export data in csv file with SQL requests +[sql_export_mail](sql_export_mail/) | 17.0.1.0.0 | [![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/) | 17.0.1.0.1 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Abstract Model to manage SQL Requests [//]: # (end addons) diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index ba4533c24..2a09e9c99 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-reporting-engine" -version = "17.0.20241130.0" +version = "17.0.20250106.0" dependencies = [ "odoo-addon-base_comment_template>=17.0dev,<17.1dev", "odoo-addon-bi_sql_editor>=17.0dev,<17.1dev", @@ -16,6 +16,7 @@ dependencies = [ "odoo-addon-report_xlsx_helper>=17.0dev,<17.1dev", "odoo-addon-report_xml>=17.0dev,<17.1dev", "odoo-addon-sql_export>=17.0dev,<17.1dev", + "odoo-addon-sql_export_mail>=17.0dev,<17.1dev", "odoo-addon-sql_request_abstract>=17.0dev,<17.1dev", ] classifiers=[ diff --git a/sql_export_mail/README.rst b/sql_export_mail/README.rst index ed06fe1f9..ccd0521cb 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:7545ca6358f23ee0f98d8fa0d2610030bdce7d1dc9a2b1e241be5443612fcf1e + !! source digest: sha256:9edd814d6e10c1f62da17c6b1ae196b84dbf1b679a38bed59fc6bef37ebf6f98 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -70,9 +70,9 @@ Authors Contributors ------------ -- Florian da Costa -- Helly kapatel -- Sander Lienaerts +- Florian da Costa +- Helly kapatel +- Sander Lienaerts Maintainers ----------- diff --git a/sql_export_mail/static/description/index.html b/sql_export_mail/static/description/index.html index 2397b726a..fa53f01ca 100644 --- a/sql_export_mail/static/description/index.html +++ b/sql_export_mail/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:7545ca6358f23ee0f98d8fa0d2610030bdce7d1dc9a2b1e241be5443612fcf1e +!! source digest: sha256:9edd814d6e10c1f62da17c6b1ae196b84dbf1b679a38bed59fc6bef37ebf6f98 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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