diff --git a/README.md b/README.md index 45c39231..c8c5c127 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- +[attachment_zipped_download](attachment_zipped_download/) | 17.0.1.0.0 | | Attachment Zipped Download [document_knowledge](document_knowledge/) | 17.0.1.0.0 | | Documents Knowledge [document_page](document_page/) | 17.0.1.1.0 | | Document Page [document_page_access_group](document_page_access_group/) | 17.0.2.0.0 | | Choose groups to access document pages diff --git a/attachment_zipped_download/README.rst b/attachment_zipped_download/README.rst index e3528dde..2a089a99 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:4163544eb16787f39f46edcd97305586594a6f708c1e489908d344467c82483e + !! source digest: sha256:63602db7f612916c91796c11238e746b60396e495f8df6bb7f4bcbff442e56d1 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |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 46dea5ae..cef13548 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:4163544eb16787f39f46edcd97305586594a6f708c1e489908d344467c82483e +!! source digest: sha256:63602db7f612916c91796c11238e746b60396e495f8df6bb7f4bcbff442e56d1 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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 f77f8881..97df4080 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,7 +1,8 @@ [project] name = "odoo-addons-oca-knowledge" -version = "17.0.20250124.1" +version = "17.0.20250127.0" dependencies = [ + "odoo-addon-attachment_zipped_download>=17.0dev,<17.1dev", "odoo-addon-document_knowledge>=17.0dev,<17.1dev", "odoo-addon-document_page>=17.0dev,<17.1dev", "odoo-addon-document_page_access_group>=17.0dev,<17.1dev",