2023-01-11 18:19:10 +00:00
|
|
|
# Copyright 2009-2023 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
|
|
|
|
|
|
|
{
|
2022-05-07 16:42:03 +00:00
|
|
|
"name": "EBICS banking protocol",
|
2023-04-01 16:25:32 +00:00
|
|
|
"version": "15.0.1.1.2",
|
2022-05-07 16:42:03 +00:00
|
|
|
"license": "LGPL-3",
|
|
|
|
"author": "Noviat",
|
2022-10-27 21:48:16 +00:00
|
|
|
"website": "https://www.noviat.com",
|
2022-05-07 16:42:03 +00:00
|
|
|
"category": "Accounting & Finance",
|
|
|
|
"depends": ["account"],
|
|
|
|
"data": [
|
|
|
|
"security/ebics_security.xml",
|
|
|
|
"security/ir.model.access.csv",
|
|
|
|
"data/ebics_file_format.xml",
|
|
|
|
"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 15:04:39 +00:00
|
|
|
],
|
2022-05-07 16:42:03 +00:00
|
|
|
"installable": True,
|
|
|
|
"application": True,
|
|
|
|
"external_dependencies": {
|
|
|
|
"python": [
|
|
|
|
"fintech",
|
|
|
|
"cryptography",
|
|
|
|
]
|
|
|
|
},
|
2023-03-26 14:23:31 +00:00
|
|
|
"images": ["static/description/cover.png"],
|
2018-08-14 15:04:39 +00:00
|
|
|
}
|