diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 4a89ed806..805555e05 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -15.0.20211027.0 \ No newline at end of file +15.0.20211028.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 57bbf2e17..bcaf135f9 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -8,6 +8,7 @@ setuptools.setup( description="Meta package for oca-stock-logistics-warehouse Odoo addons", version=version, install_requires=[ + 'odoo-addon-account_move_line_stock_info>=15.0dev,<15.1dev', 'odoo-addon-stock_warehouse_calendar>=15.0dev,<15.1dev', ], classifiers=[