3
0
Fork 0

[ADD] add setup for web_action_conditionable

10.0
Cédric Pigeon 2018-01-23 16:49:44 +01:00 committed by andreparames
parent 807dfd5135
commit 10e3e6524b
4 changed files with 9 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_action_conditionable

View File

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