From d4cba367bbc2efc0972b8056c1b1e83f621a5934 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 2 Apr 2024 18:09:04 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) 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',