diff --git a/sql_export/README.rst b/sql_export/README.rst index 691c3f831..482d7a94a 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:c03d3e4a60d84fd7878aff099db21d714523f59e9f2256472324f7803fa755b1 + !! source digest: sha256:8dd8c4e8b890b9a9f748ec35594cc00c96050977f3b291c1db101a52861d603c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/sql_export/__manifest__.py b/sql_export/__manifest__.py index caf4e0f58..8bc203019 100644 --- a/sql_export/__manifest__.py +++ b/sql_export/__manifest__.py @@ -4,7 +4,7 @@ { "name": "SQL Export", - "version": "16.0.2.0.0", + "version": "16.0.2.0.1", "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 8d0bc6f06..f0f437882 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:c03d3e4a60d84fd7878aff099db21d714523f59e9f2256472324f7803fa755b1 +!! source digest: sha256:8dd8c4e8b890b9a9f748ec35594cc00c96050977f3b291c1db101a52861d603c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
Allow to export data in csv files FROM sql requests.