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