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