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