2024-05-06 20:15:49 +02:00
|
|
|
# Copyright 2009-2024 Noviat.
|
2019-12-22 10:54:00 +01:00
|
|
|
# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl).
|
2018-08-14 17:04:39 +02:00
|
|
|
|
|
|
|
{
|
|
|
|
'name': 'EBICS banking protocol',
|
2024-05-13 22:08:21 +02:00
|
|
|
'version': '13.0.1.4.1',
|
2019-10-17 22:28:48 +02:00
|
|
|
'license': 'LGPL-3',
|
2018-08-14 17:04:39 +02:00
|
|
|
'author': 'Noviat',
|
2020-07-18 18:37:18 +02:00
|
|
|
'website': 'www.noviat.com',
|
2018-08-14 17:04:39 +02:00
|
|
|
'category': 'Accounting & Finance',
|
2020-12-14 17:35:10 +01:00
|
|
|
'depends': ['account', 'account_bank_statement_import'],
|
2018-08-14 17:04:39 +02:00
|
|
|
'data': [
|
|
|
|
'security/ebics_security.xml',
|
|
|
|
'security/ir.model.access.csv',
|
|
|
|
'data/ebics_file_format.xml',
|
2020-07-05 08:24:57 +02:00
|
|
|
'views/ebics_config_views.xml',
|
|
|
|
'views/ebics_file_views.xml',
|
|
|
|
'views/ebics_userid_views.xml',
|
|
|
|
'views/ebics_file_format_views.xml',
|
|
|
|
'wizards/ebics_change_passphrase.xml',
|
|
|
|
'wizards/ebics_xfer.xml',
|
|
|
|
'views/menu.xml',
|
2018-08-14 17:04:39 +02:00
|
|
|
],
|
2023-04-07 15:25:05 +02:00
|
|
|
"installable": True,
|
|
|
|
"application": True,
|
|
|
|
"external_dependencies": {
|
|
|
|
"python": [
|
|
|
|
"fintech",
|
|
|
|
"cryptography<=39.0.2",
|
|
|
|
]
|
|
|
|
},
|
2023-03-26 16:21:14 +02:00
|
|
|
"images": ["static/description/cover.png"],
|
2018-08-14 17:04:39 +02:00
|
|
|
}
|