Merge pull request #236 from acsone/12.0-mig_contract_payment_mode_tbi

[12.0] [MIG] Contract Payment Mode
This commit is contained in:
Bejaoui Souheil
2019-10-01 09:14:47 +02:00
committed by GitHub
43 changed files with 1626 additions and 0 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,
)