mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
TT26069 [UPD] Update account_bank_statement_import_qif.pot [UPD] README.rst [UPD] README.rst Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: bank-statement-import-13.0/bank-statement-import-13.0-account_bank_statement_import_qif Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-13-0/bank-statement-import-13-0-account_bank_statement_import_qif/
18 lines
666 B
Python
18 lines
666 B
Python
# Copyright 2015 Odoo S. A.
|
|
# Copyright 2015 Laurent Mignon <laurent.mignon@acsone.eu>
|
|
# Copyright 2015 Ronald Portier <rportier@therp.nl>
|
|
# Copyright 2016-2017 Tecnativa - Pedro M. Baeza
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Import QIF Bank Statements",
|
|
"category": "Accounting",
|
|
"version": "13.0.1.0.0",
|
|
"author": "OpenERP SA," "Tecnativa," "Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/bank-statement-import",
|
|
"depends": ["account_bank_statement_import"],
|
|
"data": ["wizards/account_bank_statement_import_qif_view.xml"],
|
|
"installable": True,
|
|
"license": "AGPL-3",
|
|
}
|