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 9d06e1da5..128e030a4 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ addon | version | maintainers | summary [bi_sql_editor](bi_sql_editor/) | 16.0.1.0.4 | [](https://github.com/legalsylvain) | BI Views builder, based on Materialized or Normal SQL Views [report_async](report_async/) | 16.0.1.0.0 | [](https://github.com/kittiu) | Central place to run reports live or async [report_company_details_translatable](report_company_details_translatable/) | 16.0.1.0.0 | | Report Company Details Translatable -[report_csv](report_csv/) | 16.0.1.0.1 | | Base module to create csv report +[report_csv](report_csv/) | 16.0.2.0.0 | | Base module to create csv report [report_label](report_label/) | 16.0.1.0.0 | [](https://github.com/ivantodorovich) | Print configurable self-adhesive labels reports [report_py3o](report_py3o/) | 16.0.1.0.0 | | Reporting engine based on Libreoffice (ODT -> ODT, ODT -> PDF, ODT -> DOC, ODT -> DOCX, ODS -> ODS, etc.) [report_qweb_decimal_place](report_qweb_decimal_place/) | 16.0.1.0.0 | | Report Qweb Decimal Place diff --git a/report_csv/README.rst b/report_csv/README.rst index 3bf42ab53..ac323bb11 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:7ce419aa7d343883e154ef4c54737019f0cf5d7d7ec6a223266dd146a92fbd28 + !! source digest: sha256:3d970690227b2dd444c5359798ce3ea5be684d6fbc82504e90694e193e738938 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/report_csv/__manifest__.py b/report_csv/__manifest__.py index eb5a8a921..0210fd24a 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": "16.0.1.0.1", + "version": "16.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 ae198ff89..b1aac0fb3 100644 --- a/report_csv/static/description/index.html +++ b/report_csv/static/description/index.html @@ -367,26 +367,26 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:7ce419aa7d343883e154ef4c54737019f0cf5d7d7ec6a223266dd146a92fbd28 +!! source digest: sha256:3d970690227b2dd444c5359798ce3ea5be684d6fbc82504e90694e193e738938 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
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 @@ class PartnerCSV(models.AbstractModel):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 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
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