diff --git a/setup/web_listview_range_select/odoo/addons/web_listview_range_select b/setup/web_listview_range_select/odoo/addons/web_listview_range_select new file mode 120000 index 00000000..131f2ee0 --- /dev/null +++ b/setup/web_listview_range_select/odoo/addons/web_listview_range_select @@ -0,0 +1 @@ +../../../../web_listview_range_select \ No newline at end of file diff --git a/setup/web_listview_range_select/setup.cfg b/setup/web_listview_range_select/setup.cfg new file mode 100644 index 00000000..3c6e79cf --- /dev/null +++ b/setup/web_listview_range_select/setup.cfg @@ -0,0 +1,2 @@ +[bdist_wheel] +universal=1 diff --git a/setup/web_listview_range_select/setup.py b/setup/web_listview_range_select/setup.py new file mode 100644 index 00000000..28c57bb6 --- /dev/null +++ b/setup/web_listview_range_select/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)