[BOT] post-merge updates

This commit is contained in:
OCA-git-bot 2024-02-06 11:31:05 +00:00
parent 9d5a5bbc67
commit 99b6c9bced
3 changed files with 3 additions and 1 deletions

View File

@ -29,6 +29,7 @@ addon | version | maintainers | summary
[document_page_reference](document_page_reference/) | 16.0.1.0.1 | [![etobella](https://github.com/etobella.png?size=30px)](https://github.com/etobella) | Include references on document pages
[document_page_tag](document_page_tag/) | 16.0.1.0.0 | | Allows you to assign tags or keywords to pages and search for them afterwards
[document_url](document_url/) | 16.0.1.0.3 | | URL attachment
[document_url_google_drive](document_url_google_drive/) | 16.0.1.0.0 | | Attach Google Drive link to Odoo document using Google Drive Picker
[//]: # (end addons)

View File

@ -1 +1 @@
16.0.20230904.0
16.0.20240206.0

View File

@ -16,6 +16,7 @@ setuptools.setup(
'odoo-addon-document_page_reference>=16.0dev,<16.1dev',
'odoo-addon-document_page_tag>=16.0dev,<16.1dev',
'odoo-addon-document_url>=16.0dev,<16.1dev',
'odoo-addon-document_url_google_drive>=16.0dev,<16.1dev',
],
classifiers=[
'Programming Language :: Python',