diff --git a/README.md b/README.md index 32bcf33a7..8d23c80c5 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ addon | version | maintainers | summary [report_xlsx](report_xlsx/) | 16.0.2.0.2 | | 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.2 | | Allow to generate XML reports -[sql_export](sql_export/) | 16.0.2.2.0 | [![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.2.1 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) [![florian-dacosta](https://github.com/florian-dacosta.png?size=30px)](https://github.com/florian-dacosta) | Export data in csv file with SQL requests [sql_export_delta](sql_export_delta/) | 16.0.1.0.0 | [![hbrunn](https://github.com/hbrunn.png?size=30px)](https://github.com/hbrunn) | Support exporting only the changes from last export [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.2 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Send csv file generated by sql query by mail. diff --git a/sql_export/README.rst b/sql_export/README.rst index 822ea2d1d..860ae9aa0 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:bdd28ac4af93251f0c62a0cf5244481ee60ed9b80586e97c86552aeabd8b0a8d + !! source digest: sha256:d28f173a6d04f0409858c6683090551d50fc278cb462e27cc77779eb78a7446c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/sql_export/__manifest__.py b/sql_export/__manifest__.py index f48afe231..73207bb38 100644 --- a/sql_export/__manifest__.py +++ b/sql_export/__manifest__.py @@ -4,7 +4,7 @@ { "name": "SQL Export", - "version": "16.0.2.2.0", + "version": "16.0.2.2.1", "author": "Akretion,GRAP,Odoo Community Association (OCA)", "maintainers": ["legalsylvain", "florian-dacosta"], "website": "https://github.com/OCA/reporting-engine", diff --git a/sql_export/static/description/index.html b/sql_export/static/description/index.html index 1d2b986aa..da4b2f3ef 100644 --- a/sql_export/static/description/index.html +++ b/sql_export/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:bdd28ac4af93251f0c62a0cf5244481ee60ed9b80586e97c86552aeabd8b0a8d +!! source digest: sha256:d28f173a6d04f0409858c6683090551d50fc278cb462e27cc77779eb78a7446c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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.