mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[ADD] setup.py
This commit is contained in:
1
setup/web_listview_invert_selection/odoo/__init__.py
Normal file
1
setup/web_listview_invert_selection/odoo/__init__.py
Normal file
@@ -0,0 +1 @@
|
|||||||
|
__import__('pkg_resources').declare_namespace(__name__)
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
__import__('pkg_resources').declare_namespace(__name__)
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
../../../../web_listview_invert_selection
|
||||||
6
setup/web_listview_invert_selection/setup.py
Normal file
6
setup/web_listview_invert_selection/setup.py
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
import setuptools
|
||||||
|
|
||||||
|
setuptools.setup(
|
||||||
|
setup_requires=['setuptools-odoo'],
|
||||||
|
odoo_addon=True,
|
||||||
|
)
|
||||||
1
setup/web_widget_domain_v11/odoo/__init__.py
Normal file
1
setup/web_widget_domain_v11/odoo/__init__.py
Normal file
@@ -0,0 +1 @@
|
|||||||
|
__import__('pkg_resources').declare_namespace(__name__)
|
||||||
1
setup/web_widget_domain_v11/odoo/addons/__init__.py
Normal file
1
setup/web_widget_domain_v11/odoo/addons/__init__.py
Normal file
@@ -0,0 +1 @@
|
|||||||
|
__import__('pkg_resources').declare_namespace(__name__)
|
||||||
1
setup/web_widget_domain_v11/odoo/addons/web_widget_domain_v11
Symbolic link
1
setup/web_widget_domain_v11/odoo/addons/web_widget_domain_v11
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../../../../web_widget_domain_v11
|
||||||
6
setup/web_widget_domain_v11/setup.py
Normal file
6
setup/web_widget_domain_v11/setup.py
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
import setuptools
|
||||||
|
|
||||||
|
setuptools.setup(
|
||||||
|
setup_requires=['setuptools-odoo'],
|
||||||
|
odoo_addon=True,
|
||||||
|
)
|
||||||
Reference in New Issue
Block a user