diff --git a/setup/web_x2many_add_button_position/odoo_addons/__init__.py b/setup/web_x2many_add_button_position/odoo_addons/__init__.py new file mode 100644 index 00000000..de40ea7c --- /dev/null +++ b/setup/web_x2many_add_button_position/odoo_addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/web_x2many_add_button_position/odoo_addons/web_x2many_add_button_position b/setup/web_x2many_add_button_position/odoo_addons/web_x2many_add_button_position new file mode 120000 index 00000000..c5dc850f --- /dev/null +++ b/setup/web_x2many_add_button_position/odoo_addons/web_x2many_add_button_position @@ -0,0 +1 @@ +../../../web_x2many_add_button_position \ No newline at end of file diff --git a/setup/web_x2many_add_button_position/setup.py b/setup/web_x2many_add_button_position/setup.py new file mode 100644 index 00000000..28c57bb6 --- /dev/null +++ b/setup/web_x2many_add_button_position/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)