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, +)