From 9ad00224b03f08ac1ef2a3c7953eeca2e9a33dee Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 2 Jul 2024 09:07:22 +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 ef4609a44..0995e97c4 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ addon | version | maintainers | summary [contract_sale](contract_sale/) | 16.0.1.2.0 | | Contract from Sale [contract_sale_generation](contract_sale_generation/) | 16.0.1.1.0 | | Contracts Management - Recurring Sales [contract_variable_quantity](contract_variable_quantity/) | 16.0.1.1.0 | | Variable quantity in contract recurrent invoicing +[product_contract](product_contract/) | 16.0.1.0.0 | [![sbejaoui](https://github.com/sbejaoui.png?size=30px)](https://github.com/sbejaoui) | Recurring - Product Contract [subscription_oca](subscription_oca/) | 16.0.1.0.0 | | Generate recurring invoices. [//]: # (end addons) diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 91ae54217..27abb7e50 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240419.0 \ No newline at end of file +16.0.20240702.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index e0a844041..3f17fa7b4 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -16,6 +16,7 @@ setuptools.setup( 'odoo-addon-contract_sale>=16.0dev,<16.1dev', 'odoo-addon-contract_sale_generation>=16.0dev,<16.1dev', 'odoo-addon-contract_variable_quantity>=16.0dev,<16.1dev', + 'odoo-addon-product_contract>=16.0dev,<16.1dev', 'odoo-addon-subscription_oca>=16.0dev,<16.1dev', ], classifiers=[