From a35adee9d7705198228c0a493cac56acdb5ae386 Mon Sep 17 00:00:00 2001 From: tarteo Date: Wed, 1 Mar 2023 14:24:49 +0100 Subject: [PATCH] [IMP] web_tree_many2one_clickable: pre-commit stuff --- .../odoo/addons/web_tree_many2one_clickable | 1 + setup/web_tree_many2one_clickable/setup.py | 6 ++++++ 2 files changed, 7 insertions(+) create mode 120000 setup/web_tree_many2one_clickable/odoo/addons/web_tree_many2one_clickable create mode 100644 setup/web_tree_many2one_clickable/setup.py diff --git a/setup/web_tree_many2one_clickable/odoo/addons/web_tree_many2one_clickable b/setup/web_tree_many2one_clickable/odoo/addons/web_tree_many2one_clickable new file mode 120000 index 000000000..7c5008024 --- /dev/null +++ b/setup/web_tree_many2one_clickable/odoo/addons/web_tree_many2one_clickable @@ -0,0 +1 @@ +../../../../web_tree_many2one_clickable \ No newline at end of file diff --git a/setup/web_tree_many2one_clickable/setup.py b/setup/web_tree_many2one_clickable/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/web_tree_many2one_clickable/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)