diff --git a/README.md b/README.md index 893945898..d29c7fc88 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- +[agreement_rebate_partner_company_group](agreement_rebate_partner_company_group/) | 16.0.1.0.0 | | Rebate agreements applied to all company group members [contract](contract/) | 16.0.1.1.1 | | Recurring - Contracts Management [contract_invoice_start_end_dates](contract_invoice_start_end_dates/) | 16.0.1.0.0 | [![florian-dacosta](https://github.com/florian-dacosta.png?size=30px)](https://github.com/florian-dacosta) | Contract Invoice Start End Dates [contract_payment_mode](contract_payment_mode/) | 16.0.1.0.0 | | Payment mode in contracts and their invoices diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 2131afb22..80ac7bc86 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20231004.0 \ No newline at end of file +16.0.20231009.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index b6db34ce3..5689aeb5a 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -8,6 +8,7 @@ setuptools.setup( description="Meta package for oca-contract Odoo addons", version=version, install_requires=[ + 'odoo-addon-agreement_rebate_partner_company_group>=16.0dev,<16.1dev', 'odoo-addon-contract>=16.0dev,<16.1dev', 'odoo-addon-contract_invoice_start_end_dates>=16.0dev,<16.1dev', 'odoo-addon-contract_payment_mode>=16.0dev,<16.1dev',