diff --git a/README.md b/README.md index a50c4641..b53bd9c4 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Available addons addon | version | maintainers | summary --- | --- | --- | --- [attachment_preview](attachment_preview/) | 15.0.1.0.0 | | Preview attachments supported by Viewer.js +[attachment_zipped_download](attachment_zipped_download/) | 15.0.1.0.0 | | Attachment Zipped Download [document_page](document_page/) | 15.0.1.5.0 | | Document Page [document_page_access_group](document_page_access_group/) | 15.0.1.0.0 | | Choose groups to access document pages [document_page_approval](document_page_approval/) | 15.0.1.1.0 | | Document Page Approval diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index fd6ecf06..735ba410 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -15.0.20240328.0 \ No newline at end of file +15.0.20240402.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index fb40e3f0..427b2d61 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -9,6 +9,7 @@ setuptools.setup( version=version, install_requires=[ 'odoo-addon-attachment_preview>=15.0dev,<15.1dev', + 'odoo-addon-attachment_zipped_download>=15.0dev,<15.1dev', 'odoo-addon-document_page>=15.0dev,<15.1dev', 'odoo-addon-document_page_access_group>=15.0dev,<15.1dev', 'odoo-addon-document_page_approval>=15.0dev,<15.1dev',