Skip to content

Commit

Permalink
Merge PR #725 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by ecino
  • Loading branch information
OCA-git-bot committed Oct 14, 2024
2 parents b7e35fd + c9e3f7e commit 9db4677
Show file tree
Hide file tree
Showing 18 changed files with 1,054 additions and 0 deletions.
82 changes: 82 additions & 0 deletions l10n_ch_pain_base/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
=======================
Switzerland - ISO 20022
=======================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:c1dafe4028d1fbcf7e53729c3b4b2a8ff8ef21aa9fb9558640b991a44bc6fbfa
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |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%2Fl10n--switzerland-lightgray.png?logo=github
:target: https://github.com/OCA/l10n-switzerland/tree/14.0/l10n_ch_pain_base
:alt: OCA/l10n-switzerland
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/l10n-switzerland-14-0/l10n-switzerland-14-0-l10n_ch_pain_base
: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/l10n-switzerland&target_branch=14.0
:alt: Try me on Runboat

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

This module doesn't do anything by himself. It is the base module for 2 other modules:

* the module *l10n_ch_pain_credit_transfer* which adds support for the file format *pain.001.001.03.ch.02* which is used for ISO 20022 credit transfers (SEPA or not SEPA),
* the module *l10n_ch_pain_direct_debit* which adds support for the file format *pain.008.001.02.ch.01* which is used for ISO 20022 direct debits.

**Table of contents**

.. contents::
:local:

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/l10n-switzerland/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/l10n-switzerland/issues/new?body=module:%20l10n_ch_pain_base%0Aversion:%2014.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
~~~~~~~

* Akretion
* Camptocamp

Contributors
~~~~~~~~~~~~

* Alexis de Lattre <[email protected]>
* Denis Leemann <[email protected]>
* Mykhailo Panarin <[email protected]>

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/l10n-switzerland <https://github.com/OCA/l10n-switzerland/tree/14.0/l10n_ch_pain_base>`_ 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 l10n_ch_pain_base/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
16 changes: 16 additions & 0 deletions l10n_ch_pain_base/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# copyright 2016 Akretion (Alexis de Lattre <[email protected]>)
# copyright 2011 Camptocamp SA (Yannick Vaucher)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
"name": "Switzerland - ISO 20022",
"summary": "ISO 20022 base module for Switzerland",
"version": "16.0.1.0.0",
"category": "Finance",
"website": "https://github.com/OCA/l10n-switzerland",
"author": "Akretion,Camptocamp,Odoo Community Association (OCA)",
"license": "AGPL-3",
"depends": ["account_banking_pain_base"],
"data": ["views/account_payment_line.xml"],
"installable": True,
}
91 changes: 91 additions & 0 deletions l10n_ch_pain_base/i18n/de.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * l10n_ch_pain_base
#
# Translators:
# OCA Transbot <[email protected]>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-04-19 00:40+0000\n"
"PO-Revision-Date: 2018-11-23 22:11+0000\n"
"Last-Translator: chrispi-ch <[email protected]>\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"
"X-Generator: Weblate 3.2.2\n"

#. module: l10n_ch_pain_base
#: selection:account.payment.line,local_instrument:0
msgid "CH01 (ISR)"
msgstr ""

#. module: l10n_ch_pain_base
#: model:ir.model.fields,field_description:l10n_ch_pain_base.field_account_payment_line__communication_type
msgid "Communication Type"
msgstr ""

#. module: l10n_ch_pain_base
#: code:addons/l10n_ch_pain_base/models/account_payment_order.py:72
#, python-format
msgid ""
"For pain.001.001.03.ch.02, for non-ISR payments, the BIC is required on the "
"bank '%s' related to the bank account '%s'"
msgstr ""
"Bei pain.001.001.03.ch.02 ist für Nicht-ESR-Zahlungen der BIC zur Bank '%s' "
"des Bankkontos '%s' erforderlich"

#. module: l10n_ch_pain_base
#: selection:account.payment.line,communication_type:0
msgid "Free"
msgstr ""

#. module: l10n_ch_pain_base
#: selection:account.payment.line,communication_type:0
msgid "ISO"
msgstr ""

#. module: l10n_ch_pain_base
#: selection:account.payment.line,communication_type:0
msgid "ISR"
msgstr ""

#. module: l10n_ch_pain_base
#: selection:account.payment.line,local_instrument:0
msgid "Instant Transfer"
msgstr ""

#. module: l10n_ch_pain_base
#: model:ir.model,name:l10n_ch_pain_base.model_account_move_line
msgid "Journal Item"
msgstr "Journaleintrag"

#. module: l10n_ch_pain_base
#: model:ir.model.fields,field_description:l10n_ch_pain_base.field_account_payment_line__local_instrument
msgid "Local Instrument"
msgstr ""

#. module: l10n_ch_pain_base
#: model:ir.model,name:l10n_ch_pain_base.model_account_payment_line
msgid "Payment Lines"
msgstr "Zahlungszeilen"

#. module: l10n_ch_pain_base
#: model:ir.model,name:l10n_ch_pain_base.model_account_payment_order
msgid "Payment Order"
msgstr "Zahlungsauftrag"

#. module: l10n_ch_pain_base
#: selection:account.payment.line,communication_type:0
msgid "QRR"
msgstr ""

#. module: l10n_ch_pain_base
#: code:addons/l10n_ch_pain_base/models/account_payment_order.py:90
#, fuzzy, python-format
msgid "The field 'Postal account' is not set on the bank account '%s'."
msgstr "Das Feld 'Postkonto' ist beim Bankkonto '%s' nicht gesetzt."
92 changes: 92 additions & 0 deletions l10n_ch_pain_base/i18n/fr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * l10n_ch_pain_base
#
# Translators:
# leemannd <[email protected]>, 2017
# OCA Transbot <[email protected]>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-12-01 03:54+0000\n"
"PO-Revision-Date: 2019-08-14 09:44+0000\n"
"Last-Translator: Valaeys Stéphane <[email protected]>\n"
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
"Language: fr\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.7.1\n"

#. module: l10n_ch_pain_base
#: selection:account.payment.line,local_instrument:0
msgid "CH01 (ISR)"
msgstr ""

#. module: l10n_ch_pain_base
#: model:ir.model.fields,field_description:l10n_ch_pain_base.field_account_payment_line__communication_type
msgid "Communication Type"
msgstr ""

#. module: l10n_ch_pain_base
#: code:addons/l10n_ch_pain_base/models/account_payment_order.py:72
#, python-format
msgid ""
"For pain.001.001.03.ch.02, for non-ISR payments, the BIC is required on the "
"bank '%s' related to the bank account '%s'"
msgstr ""
"Pour pain.001.001.03.ch.02 et les paiements non-BVR, le BIC est requis sur "
"les Banques '%s' lié au compte bancaire '%s'"

#. module: l10n_ch_pain_base
#: selection:account.payment.line,communication_type:0
msgid "Free"
msgstr ""

#. module: l10n_ch_pain_base
#: selection:account.payment.line,communication_type:0
msgid "ISO"
msgstr ""

#. module: l10n_ch_pain_base
#: selection:account.payment.line,communication_type:0
msgid "ISR"
msgstr ""

#. module: l10n_ch_pain_base
#: selection:account.payment.line,local_instrument:0
msgid "Instant Transfer"
msgstr ""

#. module: l10n_ch_pain_base
#: model:ir.model,name:l10n_ch_pain_base.model_account_move_line
msgid "Journal Item"
msgstr "Écriture comptable"

#. module: l10n_ch_pain_base
#: model:ir.model.fields,field_description:l10n_ch_pain_base.field_account_payment_line__local_instrument
msgid "Local Instrument"
msgstr ""

#. module: l10n_ch_pain_base
#: model:ir.model,name:l10n_ch_pain_base.model_account_payment_line
msgid "Payment Lines"
msgstr "Lignes de Paiement"

#. module: l10n_ch_pain_base
#: model:ir.model,name:l10n_ch_pain_base.model_account_payment_order
msgid "Payment Order"
msgstr "Ordre de paiement"

#. module: l10n_ch_pain_base
#: selection:account.payment.line,communication_type:0
msgid "QRR"
msgstr ""

#. module: l10n_ch_pain_base
#: code:addons/l10n_ch_pain_base/models/account_payment_order.py:90
#, fuzzy, python-format
msgid "The field 'Postal account' is not set on the bank account '%s'."
msgstr "Le champ 'CCP' n'est pas défini sur le compte bancaire '%s'."
89 changes: 89 additions & 0 deletions l10n_ch_pain_base/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * l10n_ch_pain_base
#
# Translators:
# OCA Transbot <[email protected]>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-03 03:39+0000\n"
"PO-Revision-Date: 2024-02-23 14:37+0000\n"
"Last-Translator: mymage <[email protected]>\n"
"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n"
"Language: it\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: l10n_ch_pain_base
#: selection:account.payment.line,local_instrument:0
msgid "CH01 (ISR)"
msgstr ""

#. module: l10n_ch_pain_base
#: model:ir.model.fields,field_description:l10n_ch_pain_base.field_account_payment_line__communication_type
msgid "Communication Type"
msgstr ""

#. module: l10n_ch_pain_base
#: code:addons/l10n_ch_pain_base/models/account_payment_order.py:72
#, python-format
msgid ""
"For pain.001.001.03.ch.02, for non-ISR payments, the BIC is required on the "
"bank '%s' related to the bank account '%s'"
msgstr ""

#. module: l10n_ch_pain_base
#: selection:account.payment.line,communication_type:0
msgid "Free"
msgstr ""

#. module: l10n_ch_pain_base
#: selection:account.payment.line,communication_type:0
msgid "ISO"
msgstr ""

#. module: l10n_ch_pain_base
#: selection:account.payment.line,communication_type:0
msgid "ISR"
msgstr ""

#. module: l10n_ch_pain_base
#: selection:account.payment.line,local_instrument:0
msgid "Instant Transfer"
msgstr ""

#. module: l10n_ch_pain_base
#: model:ir.model,name:l10n_ch_pain_base.model_account_move_line
msgid "Journal Item"
msgstr ""

#. module: l10n_ch_pain_base
#: model:ir.model.fields,field_description:l10n_ch_pain_base.field_account_payment_line__local_instrument
msgid "Local Instrument"
msgstr ""

#. module: l10n_ch_pain_base
#: model:ir.model,name:l10n_ch_pain_base.model_account_payment_line
msgid "Payment Lines"
msgstr ""

#. module: l10n_ch_pain_base
#: model:ir.model,name:l10n_ch_pain_base.model_account_payment_order
msgid "Payment Order"
msgstr "Ordine di pagamento"

#. module: l10n_ch_pain_base
#: selection:account.payment.line,communication_type:0
msgid "QRR"
msgstr ""

#. module: l10n_ch_pain_base
#: code:addons/l10n_ch_pain_base/models/account_payment_order.py:90
#, python-format
msgid "The field 'Postal account' is not set on the bank account '%s'."
msgstr ""
Loading

0 comments on commit 9db4677

Please sign in to comment.