35 lines
988 B
Python
Raw Normal View History

2024-01-19 15:13:28 +01:00
# Copyright 2009-2024 Noviat.
2023-05-28 17:01:06 +02:00
# License LGPL-3 or later (http://www.gnu.org/licenses/lgpl).
2018-08-14 17:04:39 +02:00
{
2022-05-07 18:42:03 +02:00
"name": "EBICS banking protocol",
2024-12-23 18:37:55 +01:00
"version": "18.0.1.0.0",
2022-05-07 18:42:03 +02:00
"license": "LGPL-3",
"author": "Noviat",
"website": "https://www.noviat.com",
2022-05-07 18:42:03 +02: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",
"wizards/ebics_admin_order.xml",
2022-05-07 18:42:03 +02:00
"views/menu.xml",
2018-08-14 17:04:39 +02:00
],
2022-05-07 18:42:03 +02:00
"installable": True,
"application": True,
"external_dependencies": {
"python": [
"fintech",
"cryptography",
]
},
2023-03-26 12:38:56 +02:00
"images": ["static/description/cover.png"],
2018-08-14 17:04:39 +02:00
}