22 lines
630 B
Python
Raw Normal View History

# Copyright 2009-2023 Noviat.
2022-05-07 18:42:03 +02:00
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "EBICS Files batch import",
2022-12-23 11:46:48 +01:00
"version": "16.0.1.0.0",
2022-05-07 18:42:03 +02:00
"license": "AGPL-3",
"author": "Noviat",
"website": "https://www.noviat.com",
2022-05-07 18:42:03 +02:00
"category": "Accounting & Finance",
"summary": "EBICS Files automated import and processing",
"depends": ["account_ebics"],
"data": [
"security/ir.model.access.csv",
"data/ir_cron_data.xml",
"views/ebics_batch_log_views.xml",
"views/menu.xml",
],
"installable": True,
2023-03-26 12:38:56 +02:00
"images": ["static/description/cover.png"],
2022-05-07 18:42:03 +02:00
}