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=[