From 09638aea7dc482d3f5e9d707e40ac4054c65b085 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 3 Oct 2022 08:50:51 +0000 Subject: [PATCH] [ADD] setup.py --- setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 3ad1055..2c4f28b 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -14.0.20220930.0 \ No newline at end of file +14.0.20221003.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index d3f6501..ae2b041 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -10,6 +10,7 @@ setuptools.setup( install_requires=[ 'odoo14-addon-delivery_line_sale_line_position', 'odoo14-addon-stock_account_quantity_history_location', + 'odoo14-addon-stock_account_valuation_report', 'odoo14-addon-stock_card_report', 'odoo14-addon-stock_inventory_valuation_pivot', 'odoo14-addon-stock_picking_comment_template',