From 186f9ab27ef1b82d2ab44541f15a1f4dba4a41b5 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 29 Feb 2024 09:37:54 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 2 +- sql_export/README.rst | 2 +- sql_export/__manifest__.py | 2 +- sql_export/static/description/index.html | 3 +-- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 42e74ef348..fd9c438fc6 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ addon | version | maintainers | summary [report_xlsx](report_xlsx/) | 16.0.2.0.0 | | Base module to create xlsx report [report_xlsx_helper](report_xlsx_helper/) | 16.0.1.0.0 | | Report xlsx helpers [report_xml](report_xml/) | 16.0.1.1.1 | | Allow to generate XML reports -[sql_export](sql_export/) | 16.0.2.0.1 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Export data in csv file with SQL requests +[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.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/) | 16.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Abstract Model to manage SQL Requests diff --git a/sql_export/README.rst b/sql_export/README.rst index 482d7a94af..7093731c39 100644 --- a/sql_export/README.rst +++ b/sql_export/README.rst @@ -7,7 +7,7 @@ SQL Export !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:8dd8c4e8b890b9a9f748ec35594cc00c96050977f3b291c1db101a52861d603c + !! source digest: sha256:69a3bb46e928c9386062d5910a654ece3513c97ab6f1f339f5e5eaa8361282fc !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/sql_export/__manifest__.py b/sql_export/__manifest__.py index 8bc203019a..1be636a643 100644 --- a/sql_export/__manifest__.py +++ b/sql_export/__manifest__.py @@ -4,7 +4,7 @@ { "name": "SQL Export", - "version": "16.0.2.0.1", + "version": "16.0.2.1.0", "author": "Akretion,GRAP,Odoo Community Association (OCA)", "maintainers": ["legalsylvain"], "website": "https://github.com/OCA/reporting-engine", diff --git a/sql_export/static/description/index.html b/sql_export/static/description/index.html index f0f437882d..f0382ec57e 100644 --- a/sql_export/static/description/index.html +++ b/sql_export/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

SQL Export

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:8dd8c4e8b890b9a9f748ec35594cc00c96050977f3b291c1db101a52861d603c +!! source digest: sha256:69a3bb46e928c9386062d5910a654ece3513c97ab6f1f339f5e5eaa8361282fc !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

Allow to export data in csv files FROM sql requests.