diff --git a/README.md b/README.md index d1c4990..8154e93 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ addon | version | summary [report_qweb_pdf_watermark](report_qweb_pdf_watermark/) | 2.0.1.0.0| Add watermarks to your QWEB PDF reports [report_xlsx_helper_demo](report_xlsx_helper_demo/) | 2.0.1.0.0| Report xlsx helpers - demo [base_comment_template](base_comment_template/) | 2.0.2.0.1| Add conditional mako template to any reporton models that inherits comment.template. -[report_xlsx](report_xlsx/) | 2.0.1.0.1| Base module to create xlsx report +[report_xlsx](report_xlsx/) | 2.0.1.0.2| Base module to create xlsx report [report_qweb_parameter](report_qweb_parameter/) | 2.0.1.0.0| Add new parameters for qweb templates in order to reduce field length and check minimal length [kpi_dashboard](kpi_dashboard/) | 2.0.1.0.0| Create Dashboards using kpis [report_wkhtmltopdf_param](report_wkhtmltopdf_param/) | 2.0.1.0.0| Add new parameters for a paper format to be used by wkhtmltopdf command as arguments. diff --git a/report_xlsx/README.rst b/report_xlsx/README.rst index 364b041..f35be9e 100644 --- a/report_xlsx/README.rst +++ b/report_xlsx/README.rst @@ -7,9 +7,9 @@ Base report xlsx !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Beta + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 diff --git a/report_xlsx/__manifest__.py b/report_xlsx/__manifest__.py index 6e97528..624d829 100644 --- a/report_xlsx/__manifest__.py +++ b/report_xlsx/__manifest__.py @@ -6,7 +6,8 @@ "author": "ACSONE SA/NV," "Creu Blanca," "Odoo Community Association (OCA)", "website": "https://gitlab.com/flectra-community/reporting-engine", "category": "Reporting", - "version": "2.0.1.0.1", + "version": "2.0.1.0.2", + "development_status": "Production/Stable", "license": "AGPL-3", "external_dependencies": {"python": ["xlsxwriter", "xlrd"]}, "depends": ["base", "web"], diff --git a/report_xlsx/static/description/index.html b/report_xlsx/static/description/index.html index d7cec84..01cfa28 100644 --- a/report_xlsx/static/description/index.html +++ b/report_xlsx/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

+

Production/Stable License: AGPL-3 OCA/reporting-engine Translate me on Weblate Try me on Runbot

This module provides a basic report class to generate xlsx report.

Table of contents