Merge pull request #617 from acsone/10.0-mig-web_domain_field-dro

[10.0][MIG] Migrates web_domain_field module
This commit is contained in:
Pedro M. Baeza
2017-11-03 16:22:38 +01:00
committed by GitHub
10 changed files with 378 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_domain_field/

View File

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