diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 864336dc..19aa35e9 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -14.0.20210712.0 \ No newline at end of file +14.0.20210828.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 76f6a871..215d2c25 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -8,6 +8,7 @@ setuptools.setup( description="Meta package for oca-account-reconcile Odoo addons", version=version, install_requires=[ + 'odoo14-addon-account_move_base_import', 'odoo14-addon-account_reconcile_reconciliation_date', 'odoo14-addon-account_reconciliation_widget', ],