[10.0][ADD] web_unclickable

This commit is contained in:
Denis Roussel
2019-11-18 10:12:14 +01:00
committed by Dennis Sluijk
parent 1bb569f0b6
commit 21f1ea771a
14 changed files with 568 additions and 0 deletions

View File

@@ -0,0 +1 @@
__import__('pkg_resources').declare_namespace(__name__)

View File

@@ -0,0 +1 @@
__import__('pkg_resources').declare_namespace(__name__)

View File

@@ -0,0 +1 @@
../../../../web_unclickable

View File

@@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)