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