35 lines
988 B
Python
Raw Normal View History

# Copyright 2009-2023 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",
"version": "16.0.1.4.0",
2022-05-07 18:42:03 +02:00
"license": "LGPL-3",
"author": "Noviat",
2022-10-27 23:48:16 +02:00
"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
}