[13.0][MIGRATE] migrate module account_ebics.

This commit is contained in:
phanupong
2020-05-29 09:24:49 +07:00
committed by Luc De Meyer
parent fe9bf6c4aa
commit a58c92e152
9 changed files with 9 additions and 41 deletions

View File

@@ -3,7 +3,7 @@
{
'name': 'EBICS banking protocol',
'version': '12.0.1.0.1',
'version': '13.0.1.0.1',
'license': 'LGPL-3',
'author': 'Noviat',
'category': 'Accounting & Finance',
@@ -21,4 +21,5 @@
],
'installable': True,
'application': True,
'external_dependencies': {'python': ['fintech', ]},
}