diff --git a/README.md b/README.md index 9a08f5aca..e6c139f73 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,11 @@ reporting-engine [//]: # (addons) -This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools. +Available addons +---------------- +addon | version | maintainers | summary +--- | --- | --- | --- +[report_xlsx](report_xlsx/) | 18.0.1.0.0 | | Base module to create xlsx report [//]: # (end addons) diff --git a/report_xlsx/README.rst b/report_xlsx/README.rst index a2cbe1b9a..03beb1e80 100644 --- a/report_xlsx/README.rst +++ b/report_xlsx/README.rst @@ -7,7 +7,7 @@ Base report xlsx !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:0cdb111ad7244341d95a941ae568244595e3dd96993c951fd16992da581afb0f + !! source digest: sha256:dfb17a7cc3397adb4edd859f7fe134e45d7e3531b49ca0bcbc6c6a50da624ee6 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png @@ -115,17 +115,17 @@ Authors Contributors ------------ -- Adrien Peiffer -- Sébastien Alix -- Stéphane Bidoul -- Enric Tobella -- Graeme Gellatly -- Cristian Salamea -- Rod Schouteden -- Eugene Molotov -- Christopher Ormaza -- Houzéfa Abbasbhay -- Le Dinh Tien +- Adrien Peiffer +- Sébastien Alix +- Stéphane Bidoul +- Enric Tobella +- Graeme Gellatly +- Cristian Salamea +- Rod Schouteden +- Eugene Molotov +- Christopher Ormaza +- Houzéfa Abbasbhay +- Le Dinh Tien Maintainers ----------- diff --git a/report_xlsx/static/description/index.html b/report_xlsx/static/description/index.html index 153de94f8..56ffbe4c1 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. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:0cdb111ad7244341d95a941ae568244595e3dd96993c951fd16992da581afb0f +!! source digest: sha256:dfb17a7cc3397adb4edd859f7fe134e45d7e3531b49ca0bcbc6c6a50da624ee6 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Mature License: AGPL-3 OCA/reporting-engine Translate me on Weblate Try me on Runboat

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

diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml new file mode 100644 index 000000000..cf2ed6bd3 --- /dev/null +++ b/setup/_metapackage/pyproject.toml @@ -0,0 +1,11 @@ +[project] +name = "odoo-addons-oca-reporting-engine" +version = "18.0.20241106.0" +dependencies = [ + "odoo-addon-report_xlsx==18.0.*", +] +classifiers=[ + "Programming Language :: Python", + "Framework :: Odoo", + "Framework :: Odoo :: 18.0", +]