mirror of
https://github.com/brain-tec/account_ebics.git
synced 2024-11-22 20:22:03 +00:00
21 lines
581 B
Python
21 lines
581 B
Python
# Copyright 2009-2022 Noviat.
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "EBICS Files batch import",
|
|
"version": "14.0.1.0.0",
|
|
"license": "AGPL-3",
|
|
"author": "Noviat",
|
|
"website": "http://www.noviat.com",
|
|
"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,
|
|
}
|