diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 857420c..7d0d50c 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -11.0.20190617.0 \ No newline at end of file +11.0.20190619.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 0c991a4..4598b8b 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -8,9 +8,11 @@ setuptools.setup( description="Meta package for oca-stock-logistics-reporting Odoo addons", version=version, install_requires=[ + 'odoo11-addon-stock_account_quantity_history_location', 'odoo11-addon-stock_picking_comment_template', 'odoo11-addon-stock_picking_report_custom_description', 'odoo11-addon-stock_picking_report_valued', + 'odoo11-addon-stock_quantity_history_location', 'odoo11-addon-stock_report_quantity_by_location', ], classifiers=[ diff --git a/setup/stock_account_quantity_history_location/odoo/addons/stock_account_quantity_history_location b/setup/stock_account_quantity_history_location/odoo/addons/stock_account_quantity_history_location new file mode 120000 index 0000000..c405a0f --- /dev/null +++ b/setup/stock_account_quantity_history_location/odoo/addons/stock_account_quantity_history_location @@ -0,0 +1 @@ +../../../../stock_account_quantity_history_location \ No newline at end of file diff --git a/setup/stock_account_quantity_history_location/setup.cfg b/setup/stock_account_quantity_history_location/setup.cfg new file mode 100644 index 0000000..3c6e79c --- /dev/null +++ b/setup/stock_account_quantity_history_location/setup.cfg @@ -0,0 +1,2 @@ +[bdist_wheel] +universal=1 diff --git a/setup/stock_account_quantity_history_location/setup.py b/setup/stock_account_quantity_history_location/setup.py new file mode 100644 index 0000000..28c57bb --- /dev/null +++ b/setup/stock_account_quantity_history_location/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/setup/stock_quantity_history_location/odoo/addons/stock_quantity_history_location b/setup/stock_quantity_history_location/odoo/addons/stock_quantity_history_location new file mode 120000 index 0000000..2f1a370 --- /dev/null +++ b/setup/stock_quantity_history_location/odoo/addons/stock_quantity_history_location @@ -0,0 +1 @@ +../../../../stock_quantity_history_location \ No newline at end of file diff --git a/setup/stock_quantity_history_location/setup.cfg b/setup/stock_quantity_history_location/setup.cfg new file mode 100644 index 0000000..3c6e79c --- /dev/null +++ b/setup/stock_quantity_history_location/setup.cfg @@ -0,0 +1,2 @@ +[bdist_wheel] +universal=1 diff --git a/setup/stock_quantity_history_location/setup.py b/setup/stock_quantity_history_location/setup.py new file mode 100644 index 0000000..28c57bb --- /dev/null +++ b/setup/stock_quantity_history_location/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)