[9.0][MIG]web_action_conditionable: migration to 9.0

This commit is contained in:
Zakaria Makrelouf
2018-02-12 11:20:43 +01:00
parent eaae114d21
commit 5f5dc64884
8 changed files with 54 additions and 44 deletions

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,
)