2019-03-08 14:40:45 +00:00
|
|
|
# Copyright 2009-2019 Noviat.
|
2019-12-22 09:54:00 +00:00
|
|
|
# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl).
|
2018-08-14 15:04:39 +00:00
|
|
|
|
|
|
|
{
|
|
|
|
'name': 'EBICS banking protocol',
|
2020-05-29 11:12:18 +00:00
|
|
|
'version': '13.0.1.0.0',
|
2019-10-17 20:28:48 +00:00
|
|
|
'license': 'LGPL-3',
|
2018-08-14 15:04:39 +00:00
|
|
|
'author': 'Noviat',
|
|
|
|
'category': 'Accounting & Finance',
|
|
|
|
'depends': ['account'],
|
|
|
|
'data': [
|
|
|
|
'security/ebics_security.xml',
|
|
|
|
'security/ir.model.access.csv',
|
|
|
|
'data/ebics_file_format.xml',
|
|
|
|
'views/menuitem.xml',
|
|
|
|
'views/ebics_config.xml',
|
|
|
|
'views/ebics_file.xml',
|
|
|
|
'views/ebics_file_format.xml',
|
|
|
|
'wizard/ebics_change_passphrase.xml',
|
|
|
|
'wizard/ebics_xfer.xml',
|
|
|
|
],
|
|
|
|
'installable': True,
|
|
|
|
'application': True,
|
2020-05-29 08:44:15 +00:00
|
|
|
'external_dependencies': {
|
|
|
|
'python': [
|
|
|
|
'fintech',
|
|
|
|
'cryptography',
|
|
|
|
]
|
|
|
|
},
|
2018-08-14 15:04:39 +00:00
|
|
|
}
|