[MIG] account_banking_pain_base

This commit is contained in:
etobella
2017-10-16 17:20:40 +02:00
committed by Enric Tobella
parent f10ac25634
commit 1fabf8ca23
23 changed files with 89 additions and 71 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 @@
../../../../account_banking_pain_base

View File

@@ -0,0 +1,2 @@
[bdist_wheel]
universal=1

View File

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