From d8f7ab5d2aeecce007cd2186f41579fa20c82d28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nedas=20=C5=BDilinskas?= Date: Thu, 24 Mar 2022 10:27:53 +0000 Subject: [PATCH] [IMP] web_search_with_and: black, isort, prettier --- setup/web_search_with_and/odoo/addons/web_search_with_and | 1 + setup/web_search_with_and/setup.py | 6 ++++++ 2 files changed, 7 insertions(+) create mode 120000 setup/web_search_with_and/odoo/addons/web_search_with_and create mode 100644 setup/web_search_with_and/setup.py diff --git a/setup/web_search_with_and/odoo/addons/web_search_with_and b/setup/web_search_with_and/odoo/addons/web_search_with_and new file mode 120000 index 000000000..d32981712 --- /dev/null +++ b/setup/web_search_with_and/odoo/addons/web_search_with_and @@ -0,0 +1 @@ +../../../../web_search_with_and \ No newline at end of file diff --git a/setup/web_search_with_and/setup.py b/setup/web_search_with_and/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/web_search_with_and/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)