add rests. Add better multicompany support

add tests and constrains
This commit is contained in:
Jordi Ballester
2017-11-07 11:59:47 +01:00
committed by Enric Tobella
parent 09041f1ab7
commit 0f75e914f0
20 changed files with 446 additions and 61 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_mandate

View File

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