diff --git a/setup/stock_pull_list/odoo/addons/stock_pull_list b/setup/stock_pull_list/odoo/addons/stock_pull_list new file mode 120000 index 000000000..a6ea144b4 --- /dev/null +++ b/setup/stock_pull_list/odoo/addons/stock_pull_list @@ -0,0 +1 @@ +../../../../stock_pull_list \ No newline at end of file diff --git a/setup/stock_pull_list/setup.py b/setup/stock_pull_list/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/stock_pull_list/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)