Skip to content

Commit

Permalink
Merge PR #684 into 17.0
Browse files Browse the repository at this point in the history
Signed-off-by grindtildeath
  • Loading branch information
OCA-git-bot committed Dec 17, 2024
2 parents 7204b64 + b4c2426 commit c79f11d
Show file tree
Hide file tree
Showing 43 changed files with 5,820 additions and 4 deletions.
96 changes: 96 additions & 0 deletions account_statement_import_camt/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
==================================
CAMT Format Bank Statements Import
==================================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:a1b71f36ee91c7d89b3cf754ba711cd5d8e50cfb7f9742a9153ca74ce043d458
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |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/licence-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/17.0/account_statement_import_camt
: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-17-0/bank-statement-import-17-0-account_statement_import_camt
: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=17.0
:alt: Try me on Runboat

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

Module to import SEPA CAMT.053 and CAMT.054 Format bank statement files.

**Table of contents**

.. contents::
:local:

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_camt%0Aversion:%2017.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
-------

* Therp BV

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

- Holger Brunn <[email protected]>

- Stefan Rijnhart <[email protected]>

- Ronald Portier <[email protected]>

- Andrea Stirpe <[email protected]>

- Maxence Groine <[email protected]>

- Iryna Vyshnevska <[email protected]>

- `Trobz <https://trobz.com>`__:

- Son Ho <[email protected]>

Other credits
-------------

The migration of this module from 15.0 to 16.0 was financially supported
by Camptocamp

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/17.0/account_statement_import_camt>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
1 change: 1 addition & 0 deletions account_statement_import_camt/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
12 changes: 12 additions & 0 deletions account_statement_import_camt/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Copyright 2013-2017 Therp BV <https://therp.nl>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "CAMT Format Bank Statements Import",
"version": "17.0.1.0.0",
"license": "AGPL-3",
"author": "Therp BV, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/bank-statement-import",
"category": "Banking addons",
"depends": ["account_statement_import_file"],
"data": ["views/account_bank_statement_import.xml"],
}
217 changes: 217 additions & 0 deletions account_statement_import_camt/i18n/account_statement_import_camt.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,217 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_statement_import_camt
#
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_camt
#: model:ir.model,name:account_statement_import_camt.model_account_statement_import_camt_parser
msgid "Account Bank Statement Import CAMT parser"
msgstr ""

#. module: account_statement_import_camt
#. odoo-python
#: code:addons/account_statement_import_camt/models/parser.py:0
#, python-format
msgid "Account Servicer Reference"
msgstr ""

#. module: account_statement_import_camt
#. odoo-python
#: code:addons/account_statement_import_camt/models/parser.py:0
#, python-format
msgid "Additional Entry Information"
msgstr ""

#. module: account_statement_import_camt
#. odoo-python
#: code:addons/account_statement_import_camt/models/parser.py:0
#, python-format
msgid "Additional Transaction Information"
msgstr ""

#. module: account_statement_import_camt
#: model:ir.model,name:account_statement_import_camt.model_account_bank_statement
msgid "Bank Statement"
msgstr ""

#. module: account_statement_import_camt
#: model:ir.model,name:account_statement_import_camt.model_account_bank_statement_line
msgid "Bank Statement Line"
msgstr ""

#. module: account_statement_import_camt
#: model_terms:ir.ui.view,arch_db:account_statement_import_camt.account_statement_import_view
msgid "CAMT"
msgstr ""

#. module: account_statement_import_camt
#. odoo-python
#: code:addons/account_statement_import_camt/models/parser.py:0
#, python-format
msgid "Cheque Number"
msgstr ""

#. module: account_statement_import_camt
#. odoo-python
#: code:addons/account_statement_import_camt/models/parser.py:0
#, python-format
msgid "Communication"
msgstr ""

#. module: account_statement_import_camt
#. odoo-python
#: code:addons/account_statement_import_camt/models/parser.py:0
#, python-format
msgid "End To End Id"
msgstr ""

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

#. module: account_statement_import_camt
#. odoo-python
#: code:addons/account_statement_import_camt/models/parser.py:0
#, python-format
msgid "Instructed Id"
msgstr ""

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

#. module: account_statement_import_camt
#. odoo-python
#: code:addons/account_statement_import_camt/models/parser.py:0
#, python-format
msgid "Mandate Id"
msgstr ""

#. module: account_statement_import_camt
#. odoo-python
#: code:addons/account_statement_import_camt/models/parser.py:0
#, python-format
msgid "Msg Id"
msgstr ""

#. module: account_statement_import_camt
#. odoo-python
#: code:addons/account_statement_import_camt/models/parser.py:0
#, python-format
msgid "Partner Account Number"
msgstr ""

#. module: account_statement_import_camt
#. odoo-python
#: code:addons/account_statement_import_camt/models/parser.py:0
#, python-format
msgid "Partner Name"
msgstr ""

#. module: account_statement_import_camt
#. odoo-python
#: code:addons/account_statement_import_camt/models/parser.py:0
#, python-format
msgid "Postal Address"
msgstr ""

#. module: account_statement_import_camt
#. odoo-python
#: code:addons/account_statement_import_camt/models/parser.py:0
#, python-format
msgid "Reference"
msgstr ""

#. module: account_statement_import_camt
#. odoo-python
#: code:addons/account_statement_import_camt/models/parser.py:0
#, python-format
msgid "Return Reason Additional Information"
msgstr ""

#. module: account_statement_import_camt
#. odoo-python
#: code:addons/account_statement_import_camt/models/parser.py:0
#, python-format
msgid "Return Reason Code"
msgstr ""

#. module: account_statement_import_camt
#. odoo-python
#: code:addons/account_statement_import_camt/models/parser.py:0
#, python-format
msgid "Return Reason Code (Proprietary)"
msgstr ""

#. module: account_statement_import_camt
#. odoo-python
#: code:addons/account_statement_import_camt/models/parser.py:0
#, python-format
msgid "Reversal Indicator"
msgstr ""

#. module: account_statement_import_camt
#. odoo-python
#: code:addons/account_statement_import_camt/models/parser.py:0
#, python-format
msgid "Structured Reference"
msgstr ""

#. module: account_statement_import_camt
#. odoo-python
#: code:addons/account_statement_import_camt/models/parser.py:0
#, python-format
msgid "Transaction Date"
msgstr ""

#. module: account_statement_import_camt
#. odoo-python
#: code:addons/account_statement_import_camt/models/parser.py:0
#, python-format
msgid "Transaction Identification"
msgstr ""

#. module: account_statement_import_camt
#. odoo-python
#: code:addons/account_statement_import_camt/models/parser.py:0
#, python-format
msgid "Transaction Type"
msgstr ""

#. module: account_statement_import_camt
#. odoo-python
#: code:addons/account_statement_import_camt/models/parser.py:0
#, python-format
msgid "Unstructured Reference"
msgstr ""

#. module: account_statement_import_camt
#. odoo-python
#: code:addons/account_statement_import_camt/models/account_journal.py:0
#, python-format
msgid "camt.053.001.02"
msgstr ""

#. module: account_statement_import_camt
#. odoo-python
#: code:addons/account_statement_import_camt/models/account_journal.py:0
#, python-format
msgid "camt.054.001.02"
msgstr ""

#. module: account_statement_import_camt
#: model_terms:ir.ui.view,arch_db:account_statement_import_camt.account_statement_import_view
msgid "zipped CAMT"
msgstr ""
Loading

0 comments on commit c79f11d

Please sign in to comment.