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