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