mirror of
https://github.com/brain-tec/account_ebics.git
synced 2026-04-25 23:26:50 +00:00
21 lines
602 B
Python
21 lines
602 B
Python
# Copyright 2022 Noviat.
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "EBICS Files batch import",
|
|
"version": "19.0.1.0.0",
|
|
"license": "AGPL-3",
|
|
"author": "Noviat",
|
|
"website": "https://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",
|
|
],
|
|
"images": ["static/description/cover.png"],
|
|
}
|