Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
113 changes: 113 additions & 0 deletions account_statement_import_ofx/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
.. image:: https://odoo-community.org/readme-banner-image
:target: https://odoo-community.org/get-involved?utm_source=readme
:alt: Odoo Community Association

=========================
Import OFX Bank Statement
=========================

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

.. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png
:target: https://odoo-community.org/page/development-status
:alt: Mature
.. |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_ofx
: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_ofx
: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 adds support for the import of bank statements in `OFX
format <https://en.wikipedia.org/wiki/Open_Financial_Exchange>`__.

Bank Statements may be generated containing a subset of the OFX
information (only those transaction lines that are required for the
creation of the Financial Accounting records).

Since v14, this module support multi-account OFX files i.e. several
different bank accounts in the same OFX file.

**Table of contents**

.. contents::
:local:

Installation
============

This module requires the
`ofxparse <https://pypi.org/project/ofxparse/>`__ python lib.

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_ofx%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
-------

* Odoo SA
* Akretion
* La Louve
* GRAP
* Nicolas JEUDY
* Le Filament

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

- Odoo SA
- Alexis de Lattre <alexis.delattre@akretion.com>
- Laurent Mignon <laurent.mignon@acsone.eu>
- Ronald Portier <rportier@therp.nl>
- Sylvain LE GAL <https://twitter.com/legalsylvain>
- Nicolas JEUDY <https://github.com/njeudy>
- Le Filament <https://github.com/lefilament>

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.

.. |maintainer-alexis-via| image:: https://github.com/alexis-via.png?size=40px
:target: https://github.com/alexis-via
:alt: alexis-via

Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-alexis-via|

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

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
2 changes: 2 additions & 0 deletions account_statement_import_ofx/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from . import models
from . import wizard
20 changes: 20 additions & 0 deletions account_statement_import_ofx/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "Import OFX Bank Statement",
"category": "Banking addons",
"version": "19.0.1.0.0",
"license": "AGPL-3",
"author": "Odoo SA,"
"Akretion,"
"La Louve,"
"GRAP,"
"Nicolas JEUDY,"
"Le Filament,"
"Odoo Community Association (OCA)",
"maintainers": ["alexis-via"],
"development_status": "Mature",
"website": "https://github.com/OCA/bank-statement-import",
"depends": ["account_statement_import_file"],
"data": ["wizard/account_statement_import.xml"],
"external_dependencies": {"python": ["ofxparse"]},
"installable": True,
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_bank_statement_import_ofx
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.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_ofx
#: model:ir.model,name:account_bank_statement_import_ofx.model_account_bank_statement_import
msgid "Import Bank Statement"
msgstr ""

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

#. module: account_bank_statement_import_ofx
#: model_terms:ir.ui.view,arch_db:account_bank_statement_import_ofx.view_account_bank_statement_import_form
msgid "Open Financial Exchange (.OFX Money)"
msgstr ""

#. module: account_bank_statement_import_ofx
#: code:addons/account_bank_statement_import_ofx/wizard/account_bank_statement_import.py:85
#, python-format
msgid "The following problem occurred during import. The file might not be valid.\n"
"\n"
" %s"
msgstr ""

38 changes: 38 additions & 0 deletions account_statement_import_ofx/i18n/account_statement_import_ofx.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_statement_import_ofx
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.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_ofx
#: model:ir.model,name:account_statement_import_ofx.model_account_statement_import
msgid "Import Bank Statement Files"
msgstr ""

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

#. module: account_statement_import_ofx
#: model_terms:ir.ui.view,arch_db:account_statement_import_ofx.account_statement_import_form
msgid "Open Financial Exchange (.OFX Money)"
msgstr ""

#. module: account_statement_import_ofx
#. odoo-python
#: code:addons/account_statement_import_ofx/wizard/account_statement_import.py:0
msgid ""
"The following problem occurred during import. The file might not be valid.\n"
"\n"
" %s"
msgstr ""
48 changes: 48 additions & 0 deletions account_statement_import_ofx/i18n/de.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_bank_statement_import_ofx
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-04-11 21:55+0000\n"
"PO-Revision-Date: 2017-04-11 21:55+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_ofx
#: model:ir.model,name:account_statement_import_ofx.model_account_statement_import
#, fuzzy
msgid "Import Bank Statement Files"
msgstr "Kontoauszug importieren"

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

#. module: account_statement_import_ofx
#: model_terms:ir.ui.view,arch_db:account_statement_import_ofx.account_statement_import_form
msgid "Open Financial Exchange (.OFX Money)"
msgstr "Open Financial Exchange (.OFX Money)"

#. module: account_statement_import_ofx
#. odoo-python
#: code:addons/account_statement_import_ofx/wizard/account_statement_import.py:0
msgid ""
"The following problem occurred during import. The file might not be valid.\n"
"\n"
" %s"
msgstr ""
"Das folgende Problem ist beim Importieren aufgetreten. Die Datei ist dürfte "
"ungültig sein.\n"
"\n"
"%s"
48 changes: 48 additions & 0 deletions account_statement_import_ofx/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_bank_statement_import_ofx
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: bank-statement-import (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-24 21:51+0000\n"
"PO-Revision-Date: 2023-05-17 11:34+0000\n"
"Last-Translator: gelo joga Rodríguez <gelo.joga@factorlibre.com>\n"
"Language-Team: Spanish (http://www.transifex.com/oca/OCA-bank-statement-"
"import-8-0/language/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.14.1\n"

#. module: account_statement_import_ofx
#: model:ir.model,name:account_statement_import_ofx.model_account_statement_import
msgid "Import Bank Statement Files"
msgstr "Importar archivos de extractos bancarios"

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

#. module: account_statement_import_ofx
#: model_terms:ir.ui.view,arch_db:account_statement_import_ofx.account_statement_import_form
msgid "Open Financial Exchange (.OFX Money)"
msgstr "Abrir intercambio financiero (.OFX Money)"

#. module: account_statement_import_ofx
#. odoo-python
#: code:addons/account_statement_import_ofx/wizard/account_statement_import.py:0
msgid ""
"The following problem occurred during import. The file might not be valid.\n"
"\n"
" %s"
msgstr ""
"El siguiente problema ocurrió durante la importación. Es posible que el "
"archivo no sea válido.\n"
"\n"
" %s"
54 changes: 54 additions & 0 deletions account_statement_import_ofx/i18n/es_AR.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_statement_import_ofx
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2022-01-07 16:40+0000\n"
"Last-Translator: Ignacio Buioli <ibuioli@gmail.com>\n"
"Language-Team: none\n"
"Language: es_AR\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.3.2\n"

#. module: account_statement_import_ofx
#: model:ir.model,name:account_statement_import_ofx.model_account_statement_import
msgid "Import Bank Statement Files"
msgstr "Importar Archivos de Extractos Bancarios"

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

#. module: account_statement_import_ofx
#: model_terms:ir.ui.view,arch_db:account_statement_import_ofx.account_statement_import_form
msgid "Open Financial Exchange (.OFX Money)"
msgstr "Open Financial Exchange (.OFX Dinero)"

#. module: account_statement_import_ofx
#. odoo-python
#: code:addons/account_statement_import_ofx/wizard/account_statement_import.py:0
msgid ""
"The following problem occurred during import. The file might not be valid.\n"
"\n"
" %s"
msgstr ""
"El siguiente problema ocurrió durante la importación. Es posible que el "
"archivo no sea válido.\n"
"\n"
" %s"

#~ msgid "Display Name"
#~ msgstr "Mostrar Nombre"

#~ msgid "ID"
#~ msgstr "ID"

#~ msgid "Last Modified on"
#~ msgstr "Última modificación en"
Loading
Loading