Files
bank-statement-import/account_statement_import_qif/__manifest__.py
Abraham Anes 0915901917 [MIG] account_bank_statement_import_qif: Migration to 13.0
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/
2024-04-04 09:07:12 +02:00

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",
}