diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index f03918ccf..9ea1d0bc1 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20230304.0 \ No newline at end of file +16.0.20230307.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index c28a5b59a..201b976b9 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -10,6 +10,7 @@ setuptools.setup( install_requires=[ 'odoo-addon-account_payment_mode>=16.0dev,<16.1dev', 'odoo-addon-account_payment_order>=16.0dev,<16.1dev', + 'odoo-addon-account_payment_order_grouped_output>=16.0dev,<16.1dev', 'odoo-addon-account_payment_partner>=16.0dev,<16.1dev', 'odoo-addon-account_payment_sale>=16.0dev,<16.1dev', ],