From c5f9613197a98ab57de821559c8652962c1ae012 Mon Sep 17 00:00:00 2001 From: Lois Rilo Date: Wed, 7 Jun 2023 12:56:47 +0200 Subject: [PATCH] [IMP] 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, +)