From a3ea7449a08bce87c78bc147e1347bfb83c7c396 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 23 Oct 2024 10:48:38 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + calendar_event_type_color/README.rst | 2 +- setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25da5797..aae58cc7 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- +[calendar_event_type_color](calendar_event_type_color/) | 16.0.1.0.0 | [![yankinmax](https://github.com/yankinmax.png?size=30px)](https://github.com/yankinmax) | Colorize calendar view depending on event type color [calendar_monthly_multi](calendar_monthly_multi/) | 16.0.1.0.0 | | Calendar Monthly Extension [resource_booking](resource_booking/) | 16.0.1.4.1 | [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) [![ows-cloud](https://github.com/ows-cloud.png?size=30px)](https://github.com/ows-cloud) | Manage appointments and resource booking diff --git a/calendar_event_type_color/README.rst b/calendar_event_type_color/README.rst index b5e71f23..ce700539 100644 --- a/calendar_event_type_color/README.rst +++ b/calendar_event_type_color/README.rst @@ -7,7 +7,7 @@ Calendar Event Type Color !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:f07594d6eda0ae4538b394c5ed16676e84c478c93cfabf3cfd8dee45e251c193 + !! source digest: sha256:3a349bcbb670211762c60a56d4881cc1e6a38a68016270f8670886581cb51806 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index bf16b33c..4c67ab6a 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20241004.0 \ No newline at end of file +16.0.20241023.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 04c01c9d..612dfd75 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -8,6 +8,7 @@ description="Meta package for oca-calendar Odoo addons", version=version, install_requires=[ + 'odoo-addon-calendar_event_type_color>=16.0dev,<16.1dev', 'odoo-addon-calendar_monthly_multi>=16.0dev,<16.1dev', 'odoo-addon-resource_booking>=16.0dev,<16.1dev', ],