From 3307c59c1250e2a35780b71266f73816429ed8dd Mon Sep 17 00:00:00 2001 From: Francisco Ivan Anton Prieto Date: Thu, 21 Jan 2021 18:40:31 +0100 Subject: [PATCH] [IMP] web_company_color: black, isort, prettier --- setup/web_company_color/odoo/addons/web_company_color | 1 + setup/web_company_color/setup.py | 6 ++++++ 2 files changed, 7 insertions(+) create mode 120000 setup/web_company_color/odoo/addons/web_company_color create mode 100644 setup/web_company_color/setup.py 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, +)