diff --git a/README.md b/README.md index 15fa23a0..ac7736bf 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- +[attachment_zipped_download](attachment_zipped_download/) | 18.0.1.0.0 | | Attachment Zipped Download [document_knowledge](document_knowledge/) | 18.0.1.0.0 | | Documents Knowledge [document_page](document_page/) | 18.0.1.0.0 | | Document Page diff --git a/attachment_zipped_download/README.rst b/attachment_zipped_download/README.rst index d13e7e62..d1454c49 100644 --- a/attachment_zipped_download/README.rst +++ b/attachment_zipped_download/README.rst @@ -7,7 +7,7 @@ Attachment Zipped Download !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:63602db7f612916c91796c11238e746b60396e495f8df6bb7f4bcbff442e56d1 + !! source digest: sha256:fbdb4e46ccbc9603a62727e5f0d60de09598e65070309e84de2095cfb922767f !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -148,13 +148,13 @@ Authors Contributors ------------ -- César Fernández Domínguez -- `Tecnativa `__: +- César Fernández Domínguez +- `Tecnativa `__: - - Víctor Martínez - - Pedro M. Baeza + - Víctor Martínez + - Pedro M. Baeza -- Pierre Verkest +- Pierre Verkest Maintainers ----------- diff --git a/attachment_zipped_download/static/description/index.html b/attachment_zipped_download/static/description/index.html index e41726a0..7f78a619 100644 --- a/attachment_zipped_download/static/description/index.html +++ b/attachment_zipped_download/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:63602db7f612916c91796c11238e746b60396e495f8df6bb7f4bcbff442e56d1 +!! source digest: sha256:fbdb4e46ccbc9603a62727e5f0d60de09598e65070309e84de2095cfb922767f !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/knowledge Translate me on Weblate Try me on Runboat

This module allows downloading multiple attachments as a zip file.

diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 24117c9e..4512b904 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,7 +1,8 @@ [project] name = "odoo-addons-oca-knowledge" -version = "18.0.20241130.0" +version = "18.0.20250218.0" dependencies = [ + "odoo-addon-attachment_zipped_download==18.0.*", "odoo-addon-document_knowledge==18.0.*", "odoo-addon-document_page==18.0.*", ]