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.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, +)