Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
4c33209
[RFR] Move backported bank import modules from bank-payment
NL66278 Dec 15, 2014
33657d4
New backport from odoo/master
Jan 23, 2015
10c4385
[IMP] Backport from master at 04daefd2d101d90daf5782173b95f31f3bd9e1b6
lmignon Mar 20, 2015
70fd487
[IMP] account_bank_statement_qif: use new API + i18n + move journal_i…
lmignon May 21, 2015
590e052
[FIX] account_bank_statement_import: Handle correctly the selection o…
pedrobaeza Jun 23, 2015
7ffef54
[ENH] Support multiple accounts/currencies.
Apr 2, 2015
ef813b8
[MIG] account_bank_statement_import_qif: Migration to 9.0
pedrobaeza Oct 14, 2015
69a9046
[MIG] account_bank_statement_import_qif: Migrated to 10.0
Jan 15, 2017
3837f44
[MIG] account_bank_statement_import_qif: Migration to 11.0
pedrobaeza Oct 26, 2017
2c276ba
Translated using Weblate (Persian)
fshahy Jul 21, 2018
e5f8845
FIX QIF errors
gdgellatly Aug 15, 2018
4fdae53
[IMP] account_bank_statement_import_qif: black, isort, prettier
victoralmau Oct 17, 2022
2c24341
[MIG] account_bank_statement_import_qif: Migration to 12.0
victoralmau Oct 17, 2022
8353f3f
[MIG] account_bank_statement_import_qif: Migration to 13.0
Oct 16, 2020
aaf11d5
[IMP] account_bank_statement_import_qif: pre-commit stuff
victoralmau Apr 3, 2024
e6a8580
[MIG] account_bank_statement_import_qif: Migration to 16.0 and rename…
victoralmau Apr 4, 2024
1b8b25b
[UPD] Update account_statement_import_qif.pot
Apr 15, 2024
823ceca
Update translation files
weblate Apr 15, 2024
7081008
Added translation using Weblate (Italian)
mymage May 3, 2024
788b443
Translated using Weblate (Italian)
mymage May 3, 2024
c181f5a
Translated using Weblate (Italian)
mymage May 6, 2024
493e867
Translated using Weblate (Spanish)
berisoft-arg May 12, 2024
fc5a381
Translated using Weblate (Portuguese (Brazil))
May 22, 2024
0e74236
Translated using Weblate (Portuguese (Brazil))
May 22, 2024
6bbeb08
[IMP] account_statement_import_qif: pre-commit auto fixes
stferraro May 1, 2026
788d2b7
[MIG] account_statement_import_qif: Migration to 19.0
stferraro May 1, 2026
81d2a45
[MIG] account_statement_import_qif: Migration to 19.0
stferraro May 1, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
121 changes: 121 additions & 0 deletions account_statement_import_qif/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
.. image:: https://odoo-community.org/readme-banner-image
:target: https://odoo-community.org/get-involved?utm_source=readme
:alt: Odoo Community Association

==========================
Import QIF Bank Statements
==========================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:46da85f209ed418623ef45de4757c7ceb32bedf65df4d336d7f8a8473da6c1d0
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fbank--statement--import-lightgray.png?logo=github
:target: https://github.com/OCA/bank-statement-import/tree/19.0/account_statement_import_qif
:alt: OCA/bank-statement-import
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/bank-statement-import-19-0/bank-statement-import-19-0-account_statement_import_qif
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/bank-statement-import&target_branch=19.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This module allows you to import the machine readable QIF Files in Odoo:
they are parsed and stored in human readable format in Accounting Bank
and Cash Bank Statements.

Important Note
--------------

Because of the QIF format limitation, we cannot ensure the same
transactions aren't imported several times or handle multicurrency.
Whenever possible, you should use a more appropriate file format like
OFX.

The module was initiated as a backport of the new framework developed by
Odoo for V9 at its early stage. As Odoo has relicensed this module as
private inside its Odoo enterprise layer, now this one is maintained
from the original AGPL code.

**Table of contents**

.. contents::
:local:

Usage
=====

To use this module, you need to:

1. Go to *Invoicing / Accounting* dashboard.
2. Click on *Import statement* from any of the bank journals.
3. Select a QIF file.
4. Press *Import*.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/bank-statement-import/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/bank-statement-import/issues/new?body=module:%20account_statement_import_qif%0Aversion:%2019.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
-------

* OpenERP SA
* Tecnativa

Contributors
------------

- Odoo SA
- Akretion

- Alexis de Lattre <alexis@via.ecp.fr>

- ACSONE A/V

- Laurent Mignon <laurent.mignon@acsone.eu>

- Therp

- Ronald Portier <rportier@therp.nl>

- Tecnativa (https://www.tecnativa.com)

- Pedro M. Baeza

Maintainers
-----------

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

This module is part of the `OCA/bank-statement-import <https://github.com/OCA/bank-statement-import/tree/19.0/account_statement_import_qif>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
4 changes: 4 additions & 0 deletions account_statement_import_qif/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from . import models
from . import wizards
17 changes: 17 additions & 0 deletions account_statement_import_qif/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 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": "19.0.1.0.0",
"author": "OpenERP SA,Tecnativa,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/bank-statement-import",
"depends": ["account_statement_import_file"],
"data": ["wizards/account_statement_import_qif_view.xml"],
"installable": True,
"license": "AGPL-3",
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_bank_statement_import_qif
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 13.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: account_bank_statement_import_qif
#: code:addons/account_bank_statement_import_qif/wizards/account_bank_statement_import_qif.py:0
#, python-format
msgid "Could not decipher the QIF file."
msgstr ""

#. module: account_bank_statement_import_qif
#: model:ir.model,name:account_bank_statement_import_qif.model_account_bank_statement_import
msgid "Import Bank Statement"
msgstr ""

#. module: account_bank_statement_import_qif
#: model:ir.model,name:account_bank_statement_import_qif.model_account_journal
msgid "Journal"
msgstr ""

#. module: account_bank_statement_import_qif
#: model_terms:ir.ui.view,arch_db:account_bank_statement_import_qif.account_bank_statement_import_view
msgid "Quicken Interchange Format (.qif)"
msgstr ""

#. module: account_bank_statement_import_qif
#: code:addons/account_bank_statement_import_qif/wizards/account_bank_statement_import_qif.py:0
#, python-format
msgid "This file is either not a bank statement or is not correctly formed."
msgstr ""
43 changes: 43 additions & 0 deletions account_statement_import_qif/i18n/account_statement_import_qif.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_statement_import_qif
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: account_statement_import_qif
#. odoo-python
#: code:addons/account_statement_import_qif/wizards/account_statement_import_qif.py:0
#, python-format
msgid "Could not decipher the QIF file."
msgstr ""

#. module: account_statement_import_qif
#: model:ir.model,name:account_statement_import_qif.model_account_statement_import
msgid "Import Bank Statement Files"
msgstr ""

#. module: account_statement_import_qif
#: model:ir.model,name:account_statement_import_qif.model_account_journal
msgid "Journal"
msgstr ""

#. module: account_statement_import_qif
#: model_terms:ir.ui.view,arch_db:account_statement_import_qif.account_statement_import_form
msgid "Quicken Interchange Format (.qif)"
msgstr ""

#. module: account_statement_import_qif
#. odoo-python
#: code:addons/account_statement_import_qif/wizards/account_statement_import_qif.py:0
#, python-format
msgid "This file is either not a bank statement or is not correctly formed."
msgstr ""
50 changes: 50 additions & 0 deletions account_statement_import_qif/i18n/de.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_bank_statement_import_qif
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-12-17 03:38+0000\n"
"PO-Revision-Date: 2017-12-17 03:38+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: account_statement_import_qif
#. odoo-python
#: code:addons/account_statement_import_qif/wizards/account_statement_import_qif.py:0
#, python-format
msgid "Could not decipher the QIF file."
msgstr "Konnte QIF-Datei nicht entziffern."

#. module: account_statement_import_qif
#: model:ir.model,name:account_statement_import_qif.model_account_statement_import
#, fuzzy
msgid "Import Bank Statement Files"
msgstr "Kontoauszug importieren"

#. module: account_statement_import_qif
#: model:ir.model,name:account_statement_import_qif.model_account_journal
msgid "Journal"
msgstr ""

#. module: account_statement_import_qif
#: model_terms:ir.ui.view,arch_db:account_statement_import_qif.account_statement_import_form
msgid "Quicken Interchange Format (.qif)"
msgstr "Quicken Interchange Format (.qif)"

#. module: account_statement_import_qif
#. odoo-python
#: code:addons/account_statement_import_qif/wizards/account_statement_import_qif.py:0
#, python-format
msgid "This file is either not a bank statement or is not correctly formed."
msgstr ""
"Diese Datei ist entweder kein Kontoauszug oder ist fehlerhaft formatiert."
51 changes: 51 additions & 0 deletions account_statement_import_qif/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_bank_statement_import_qif
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
# Pedro M. Baeza <pedro.baeza@gmail.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-12-17 03:38+0000\n"
"PO-Revision-Date: 2024-05-12 21:35+0000\n"
"Last-Translator: Sergio Ariel Ameghino <ariel.ameghino@gmail.com>\n"
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.17\n"

#. module: account_statement_import_qif
#. odoo-python
#: code:addons/account_statement_import_qif/wizards/account_statement_import_qif.py:0
#, python-format
msgid "Could not decipher the QIF file."
msgstr "No se puede descifrar el archivo QIF."

#. module: account_statement_import_qif
#: model:ir.model,name:account_statement_import_qif.model_account_statement_import
msgid "Import Bank Statement Files"
msgstr "Importar extracto bancario"

#. module: account_statement_import_qif
#: model:ir.model,name:account_statement_import_qif.model_account_journal
msgid "Journal"
msgstr "Diario"

#. module: account_statement_import_qif
#: model_terms:ir.ui.view,arch_db:account_statement_import_qif.account_statement_import_form
msgid "Quicken Interchange Format (.qif)"
msgstr "Formato de intercambio QIF"

#. module: account_statement_import_qif
#. odoo-python
#: code:addons/account_statement_import_qif/wizards/account_statement_import_qif.py:0
#, python-format
msgid "This file is either not a bank statement or is not correctly formed."
msgstr ""
"Este archivo no es un extracto bancario o no está correctamente formado."
50 changes: 50 additions & 0 deletions account_statement_import_qif/i18n/fa.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_bank_statement_import_qif
#
# Translators:
# Mehdi Zarrinkolah <mehdi1811@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-06-08 08:27+0000\n"
"PO-Revision-Date: 2018-07-22 11:31+0000\n"
"Last-Translator: derKonig <fshahy@gmail.com>\n"
"Language-Team: Persian (https://www.transifex.com/oca/teams/23907/fa/)\n"
"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.0.1\n"

#. module: account_statement_import_qif
#. odoo-python
#: code:addons/account_statement_import_qif/wizards/account_statement_import_qif.py:0
#, python-format
msgid "Could not decipher the QIF file."
msgstr "فایل QIF رمزگشایی نشد."

#. module: account_statement_import_qif
#: model:ir.model,name:account_statement_import_qif.model_account_statement_import
#, fuzzy
msgid "Import Bank Statement Files"
msgstr "ورود بیانیه بانکی"

#. module: account_statement_import_qif
#: model:ir.model,name:account_statement_import_qif.model_account_journal
msgid "Journal"
msgstr ""

#. module: account_statement_import_qif
#: model_terms:ir.ui.view,arch_db:account_statement_import_qif.account_statement_import_form
msgid "Quicken Interchange Format (.qif)"
msgstr "قالب مبادله سریع (.qif)"

#. module: account_statement_import_qif
#. odoo-python
#: code:addons/account_statement_import_qif/wizards/account_statement_import_qif.py:0
#, python-format
msgid "This file is either not a bank statement or is not correctly formed."
msgstr "این فایل یک بیانیه بانکی نیست یا به درستی شکل نمی گیرد."
Loading
Loading