[MIG] account_banking_sepa_direct_debit

This commit is contained in:
etobella
2017-10-17 16:12:16 +02:00
committed by Enric Tobella
parent 5d312aa87c
commit c8303f304c
24 changed files with 202 additions and 126 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_sepa_direct_debit

View File

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