From f110ce16e4277df8e79de36c33a0d0e404032188 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 31 Oct 2023 18:34:05 +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 66c917aa7..b01383418 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ addon | version | maintainers | summary [web_action_conditionable](web_action_conditionable/) | 16.0.1.0.0 | | web_action_conditionable [web_advanced_search](web_advanced_search/) | 16.0.1.0.4 | [![ivantodorovich](https://github.com/ivantodorovich.png?size=30px)](https://github.com/ivantodorovich) | Easier and more powerful searching tools [web_apply_field_style](web_apply_field_style/) | 16.0.1.0.1 | | Apply css class style to fields from a dict parameters +[web_calendar_slot_duration](web_calendar_slot_duration/) | 16.0.1.0.0 | [![Yajo](https://github.com/Yajo.png?size=30px)](https://github.com/Yajo) | Customizable calendar slot durations [web_chatter_position](web_chatter_position/) | 16.0.1.0.1 | | Add an option to change the chatter position [web_company_color](web_company_color/) | 16.0.1.1.1 | | Web Company Color [web_dark_mode](web_dark_mode/) | 16.0.1.0.1 | | Enabled Dark Mode for the Odoo Backend diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 80ac7bc86..f7ac6260d 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20231009.0 \ No newline at end of file +16.0.20231031.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 817665a0f..534c26dc4 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -11,6 +11,7 @@ setuptools.setup( 'odoo-addon-web_action_conditionable>=16.0dev,<16.1dev', 'odoo-addon-web_advanced_search>=16.0dev,<16.1dev', 'odoo-addon-web_apply_field_style>=16.0dev,<16.1dev', + 'odoo-addon-web_calendar_slot_duration>=16.0dev,<16.1dev', 'odoo-addon-web_chatter_position>=16.0dev,<16.1dev', 'odoo-addon-web_company_color>=16.0dev,<16.1dev', 'odoo-addon-web_dark_mode>=16.0dev,<16.1dev',