Maintainers
+Maintainers
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose
diff --git a/README.md b/README.md index b967a7bd65..e6245891e1 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ addon | version | maintainers | summary [bi_view_editor](bi_view_editor/) | 15.0.1.0.0 | | Graphical BI views builder for Odoo [board_eval_context](board_eval_context/) | 15.0.1.0.0 | [![gurneyalex](https://github.com/gurneyalex.png?size=30px)](https://github.com/gurneyalex) | Add some keys to board.board eval context [report_async](report_async/) | 15.0.1.0.0 | [![kittiu](https://github.com/kittiu.png?size=30px)](https://github.com/kittiu) | Central place to run reports live or async -[report_csv](report_csv/) | 15.0.1.0.0 | | Base module to create csv report +[report_csv](report_csv/) | 15.0.2.0.0 | | Base module to create csv report [report_py3o](report_py3o/) | 15.0.1.0.0 | | Reporting engine based on Libreoffice (ODT -> ODT, ODT -> PDF, ODT -> DOC, ODT -> DOCX, ODS -> ODS, etc.) [report_qr](report_qr/) | 15.0.1.0.0 | | Web QR Manager [report_qweb_decimal_place](report_qweb_decimal_place/) | 15.0.1.0.0 | | Report Qweb Decimal Place diff --git a/report_csv/README.rst b/report_csv/README.rst index 15e598caa5..30d662a36e 100644 --- a/report_csv/README.rst +++ b/report_csv/README.rst @@ -7,7 +7,7 @@ Base report csv !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:15898571803f4480a79832d3e2cda2c6b16413c2c787dba0b626ff9b409c7dac + !! source digest: sha256:75cbbf3fa39ca529c09e8e09c41005464fc5ab2a8c9f01111ec4f3842171c086 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/report_csv/__manifest__.py b/report_csv/__manifest__.py index e1e308459d..f7f3b1017e 100644 --- a/report_csv/__manifest__.py +++ b/report_csv/__manifest__.py @@ -6,7 +6,7 @@ "author": "Creu Blanca, Odoo Community Association (OCA)", "website": "https://github.com/OCA/reporting-engine", "category": "Reporting", - "version": "15.0.1.0.0", + "version": "15.0.2.0.0", "license": "AGPL-3", "depends": ["base", "web"], "demo": ["demo/report.xml"], diff --git a/report_csv/static/description/index.html b/report_csv/static/description/index.html index 5f9c4446e6..794f3d6002 100644 --- a/report_csv/static/description/index.html +++ b/report_csv/static/description/index.html @@ -367,26 +367,26 @@
This module provides a basic report class to generate csv report.
Table of contents
In case the exported CSV report should be encoded in another system than UTF-8, following fields of the report record (Settings > Technical > Reports) should be populated accordingly.
An example of CSV report for partners on a module called module_name:
A python class
@@ -441,7 +441,7 @@Usage
Update encoding with an appropriate value (e.g. cp932) as necessary.
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed @@ -449,15 +449,15 @@
Do not contact contributors directly about support or help with technical issues.
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose