Merge pull request #405 from etobella/11.0-mig-account_payment_pain_base

[11.0] [MIG] account_payment_pain_base
This commit is contained in:
Jordi Ballester Alomar
2017-11-17 18:26:22 +01:00
committed by GitHub
33 changed files with 4253 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 @@
../../../../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,
)