diff --git a/README.md b/README.md index 5f55e5a6e..1982363e7 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,10 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- -[bi_sql_editor](bi_sql_editor/) | 17.0.1.0.1 | [](https://github.com/legalsylvain) | BI Views builder, based on Materialized or Normal SQL Views +[bi_sql_editor](bi_sql_editor/) | 17.0.1.0.2 | [](https://github.com/legalsylvain) | BI Views builder, based on Materialized or Normal SQL Views [report_qweb_parameter](report_qweb_parameter/) | 17.0.1.0.0 | | Add new parameters for qweb templates in order to reduce field length and check minimal length [report_xlsx](report_xlsx/) | 17.0.1.0.0 | | Base module to create xlsx report -[report_xlsx_helper](report_xlsx_helper/) | 17.0.1.0.0 | | Report xlsx helpers +[report_xlsx_helper](report_xlsx_helper/) | 17.0.1.0.1 | | Report xlsx helpers [report_xml](report_xml/) | 17.0.1.0.0 | | Allow to generate XML reports [sql_request_abstract](sql_request_abstract/) | 17.0.1.0.1 | [](https://github.com/legalsylvain) | Abstract Model to manage SQL Requests diff --git a/bi_sql_editor/README.rst b/bi_sql_editor/README.rst index 75db53ee0..3ac6991d6 100644 --- a/bi_sql_editor/README.rst +++ b/bi_sql_editor/README.rst @@ -7,7 +7,7 @@ BI SQL Editor !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:424f915993d81045a5243c2754398a7e6603844fc6a656a5ddad6479502ff981 + !! source digest: sha256:2112b9d0e096aa56682ec7050f049a3c5a88a70a6325a5376dc60ee68e256de3 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/bi_sql_editor/__manifest__.py b/bi_sql_editor/__manifest__.py index f87a2518b..b3124adf5 100644 --- a/bi_sql_editor/__manifest__.py +++ b/bi_sql_editor/__manifest__.py @@ -5,7 +5,7 @@ { "name": "BI SQL Editor", "summary": "BI Views builder, based on Materialized or Normal SQL Views", - "version": "17.0.1.0.1", + "version": "17.0.1.0.2", "license": "AGPL-3", "category": "Reporting", "author": "GRAP,Odoo Community Association (OCA)", diff --git a/bi_sql_editor/static/description/index.html b/bi_sql_editor/static/description/index.html index b1836d79f..c75e72471 100644 --- a/bi_sql_editor/static/description/index.html +++ b/bi_sql_editor/static/description/index.html @@ -366,7 +366,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:424f915993d81045a5243c2754398a7e6603844fc6a656a5ddad6479502ff981 +!! source digest: sha256:2112b9d0e096aa56682ec7050f049a3c5a88a70a6325a5376dc60ee68e256de3 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
This module extends the functionality of reporting, to support creation diff --git a/report_xlsx_helper/README.rst b/report_xlsx_helper/README.rst index 44d34f499..301355a79 100644 --- a/report_xlsx_helper/README.rst +++ b/report_xlsx_helper/README.rst @@ -7,7 +7,7 @@ Report xlsx helpers !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:b134e58b765f66b05aeb2a6e5afaa0a711770b079a67da365cb311c28fb445a6 + !! source digest: sha256:df481003a65f02d5bf2edcc90f4238033b81c3fa5120209c2e36e25b1cdabb77 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png diff --git a/report_xlsx_helper/__manifest__.py b/report_xlsx_helper/__manifest__.py index e465ed033..91b7512d1 100644 --- a/report_xlsx_helper/__manifest__.py +++ b/report_xlsx_helper/__manifest__.py @@ -6,7 +6,7 @@ "author": "Noviat, Odoo Community Association (OCA)", "website": "https://github.com/OCA/reporting-engine", "category": "Reporting", - "version": "17.0.1.0.0", + "version": "17.0.1.0.1", "license": "AGPL-3", "depends": ["report_xlsx"], "development_status": "Mature", diff --git a/report_xlsx_helper/static/description/index.html b/report_xlsx_helper/static/description/index.html index ab98658a8..fc3cf4d2a 100644 --- a/report_xlsx_helper/static/description/index.html +++ b/report_xlsx_helper/static/description/index.html @@ -366,7 +366,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:b134e58b765f66b05aeb2a6e5afaa0a711770b079a67da365cb311c28fb445a6 +!! source digest: sha256:df481003a65f02d5bf2edcc90f4238033b81c3fa5120209c2e36e25b1cdabb77 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
This module provides a set of tools to facilitate the creation of excel