diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 62f2ec998f0..a12324ba116 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20221102.0 \ No newline at end of file +16.0.20230116.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index de9b94872d0..ad5bde5cc03 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -9,6 +9,7 @@ version=version, install_requires=[ 'odoo-addon-account_invoice_blocking>=16.0dev,<16.1dev', + 'odoo-addon-account_invoice_check_total>=16.0dev,<16.1dev', 'odoo-addon-account_invoice_fiscal_position_update>=16.0dev,<16.1dev', 'odoo-addon-account_invoice_tax_required>=16.0dev,<16.1dev', ],