diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index fdf565a..07199c9 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -13.0.20210912.0 \ No newline at end of file +13.0.20210924.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 452e547..65826b3 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -8,10 +8,12 @@ setuptools.setup( description="Meta package for oca-stock-logistics-reporting Odoo addons", version=version, install_requires=[ + 'odoo13-addon-delivery_line_sale_line_position', 'odoo13-addon-stock_account_quantity_history_location', 'odoo13-addon-stock_card_report', 'odoo13-addon-stock_inventory_valuation_pivot', 'odoo13-addon-stock_inventory_valuation_show_remaining', + 'odoo13-addon-stock_picking_group_by_partner_by_carrier_sale_line_position', 'odoo13-addon-stock_picking_report_undelivered_product', 'odoo13-addon-stock_picking_report_valued', 'odoo13-addon-stock_picking_report_valued_sale_mrp',