[MIG] Contract Payment Mode to 12.0

This commit is contained in:
Thomas Binsfeld
2018-12-18 10:54:18 +01:00
committed by sbejaoui
parent ea361628f0
commit c9018e7fe0
40 changed files with 833 additions and 259 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_payment_mode

View File

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