diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index bb19b187d7..6b70e2ece3 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -14.0.20210509.0 \ No newline at end of file +14.0.20210520.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index c2dbcc56e9..85e63658ab 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -8,6 +8,7 @@ description="Meta package for oca-operating-unit Odoo addons", version=version, install_requires=[ + 'odoo14-addon-account_financial_report_operating_unit', 'odoo14-addon-account_operating_unit', 'odoo14-addon-analytic_operating_unit', 'odoo14-addon-operating_unit',