[MIG] account_banking_pain_base: Migration to 13.0

This commit is contained in:
Valentin Vinagre Urteaga
2020-04-21 18:37:08 +02:00
parent 94722e79e7
commit 79b1d823f9
12 changed files with 27 additions and 1006 deletions

View File

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

View File

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