diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 9c00dcdb5..8d4a35054 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20221019.0 \ No newline at end of file +16.0.20221019.1 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 2eb17b91a..6b484d1f9 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -8,6 +8,7 @@ setuptools.setup( description="Meta package for oca-account-financial-tools Odoo addons", version=version, install_requires=[ + 'odoo-addon-account_fiscal_year>=16.0dev,<16.1dev', 'odoo-addon-account_invoice_constraint_chronology>=16.0dev,<16.1dev', ], classifiers=[