From 28869fd53cfb6a3005017f0d367a8eb8d860e375 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 1 Feb 2024 07:26:29 +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 ef6dd52f..c2f605a7 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ addon | version | maintainers | summary [rental_pricelist](rental_pricelist/) | 12.0.1.0.2 | | Enables the user to define different rental prices with time uom ("Month", "Day" and "Hour"). [rental_pricelist_interval](rental_pricelist_interval/) | 12.0.1.0.4 | | Enables the user to define different rental prices with time uom ("Month", "Day" and "Hour"). [rental_product_pack](rental_product_pack/) | 12.0.1.0.1 | | Manage rentals with product packs +[rental_timeline](rental_timeline/) | 12.0.1.0.0 | | Timeline view for rental orders and rental products [//]: # (end addons) diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 4c1723e8..65f5bf53 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -12.0.20211026.1 \ No newline at end of file +12.0.20240201.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 47b67ce1..0ed59609 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -14,6 +14,7 @@ 'odoo12-addon-rental_pricelist', 'odoo12-addon-rental_pricelist_interval', 'odoo12-addon-rental_product_pack', + 'odoo12-addon-rental_timeline', ], classifiers=[ 'Programming Language :: Python',