[MIG] Contract Mandate to 12.0

This commit is contained in:
Thomas Binsfeld
2018-12-20 16:06:52 +01:00
parent 4ccb52956d
commit 48e2b2728c
37 changed files with 992 additions and 378 deletions

View File

@@ -0,0 +1,6 @@
This directory contains eggs that were downloaded by setuptools to build, test, and run plug-ins.
This directory caches those eggs to prevent repeated downloads.
However, it is safe to delete this directory.

View File

@@ -0,0 +1 @@
../../../../contract_mandate

View File

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