diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 3e1730b17..003630e09 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -14.0.20220126.0 \ No newline at end of file +14.0.20220127.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 8558f4434..68189faf0 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=[ + 'odoo14-addon-account_move_line_product', 'odoo14-addon-account_move_line_stock_info', 'odoo14-addon-procurement_auto_create_group', 'odoo14-addon-product_quantity_update_force_inventory',