[BOT] post-merge updates

This commit is contained in:
OCA-git-bot 2024-04-02 18:09:04 +00:00
parent 7556db18cb
commit d4cba367bb
3 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -1 +1 @@
15.0.20240328.0
15.0.20240402.0

View File

@ -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',