From a43fe38659026569b9a64334b839d35a9f5d5f7d Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Sat, 2 Mar 2024 16:21:18 +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 6d2ffc15a..ba00acf9e 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ addon | version | maintainers | summary [web_save_discard_button](web_save_discard_button/) | 16.0.1.0.2 | [![synconics](https://github.com/synconics.png?size=30px)](https://github.com/synconics) | Save & Discard Buttons [web_search_with_and](web_search_with_and/) | 16.0.1.0.0 | | Use AND conditions on omnibar search [web_select_all_companies](web_select_all_companies/) | 16.0.1.0.1 | | Allows you to select all companies in one click. +[web_send_message_popup](web_send_message_popup/) | 16.0.1.0.0 | | Web Send Message as Popup [web_sheet_full_width](web_sheet_full_width/) | 16.0.1.0.0 | | Use the whole available screen width when displaying sheets [web_theme_classic](web_theme_classic/) | 16.0.1.0.2 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Contrasted style on fields to improve the UI. [web_timeline](web_timeline/) | 16.0.1.0.3 | [![tarteo](https://github.com/tarteo.png?size=30px)](https://github.com/tarteo) | Interactive visualization chart to show events in time diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 279243b19..7dbbc2d42 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240228.0 \ No newline at end of file +16.0.20240302.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index cc1453832..66656200d 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -38,6 +38,7 @@ setuptools.setup( 'odoo-addon-web_save_discard_button>=16.0dev,<16.1dev', 'odoo-addon-web_search_with_and>=16.0dev,<16.1dev', 'odoo-addon-web_select_all_companies>=16.0dev,<16.1dev', + 'odoo-addon-web_send_message_popup>=16.0dev,<16.1dev', 'odoo-addon-web_sheet_full_width>=16.0dev,<16.1dev', 'odoo-addon-web_theme_classic>=16.0dev,<16.1dev', 'odoo-addon-web_timeline>=16.0dev,<16.1dev',