mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
13 lines
426 B
Python
13 lines
426 B
Python
# Copyright 2019 Camptocamp SA
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "Bank Account Camt54 Import",
|
|
"version": "14.0.1.0.0",
|
|
"category": "Account",
|
|
"website": "https://github.com/OCA/bank-statement-import",
|
|
"author": "camptocamp, " "Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"installable": True,
|
|
"depends": ["account_statement_import_camt"],
|
|
}
|