From 49193593932c6ce1543c1aa8ccf976821acecd90 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 16 Jan 2023 08:39:21 +0000 Subject: [PATCH] [ADD] setup.py --- setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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', ],