[ADD] add setup for web_action_conditionable

pull/867/head
Cédric Pigeon 2018-01-23 16:49:44 +01:00 committed by Jairo Llopis
parent f0e506345f
commit b860002191
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,
)