Skip to content

Commit 9db4677

Browse files
committed
Merge PR #725 into 16.0
Signed-off-by ecino
2 parents b7e35fd + c9e3f7e commit 9db4677

18 files changed

+1054
-0
lines changed

l10n_ch_pain_base/README.rst

+82
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
=======================
2+
Switzerland - ISO 20022
3+
=======================
4+
5+
..
6+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
7+
!! This file is generated by oca-gen-addon-readme !!
8+
!! changes will be overwritten. !!
9+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10+
!! source digest: sha256:c1dafe4028d1fbcf7e53729c3b4b2a8ff8ef21aa9fb9558640b991a44bc6fbfa
11+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12+
13+
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
14+
:target: https://odoo-community.org/page/development-status
15+
:alt: Beta
16+
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
17+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
18+
:alt: License: AGPL-3
19+
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--switzerland-lightgray.png?logo=github
20+
:target: https://github.com/OCA/l10n-switzerland/tree/14.0/l10n_ch_pain_base
21+
:alt: OCA/l10n-switzerland
22+
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23+
:target: https://translation.odoo-community.org/projects/l10n-switzerland-14-0/l10n-switzerland-14-0-l10n_ch_pain_base
24+
:alt: Translate me on Weblate
25+
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/l10n-switzerland&target_branch=14.0
27+
:alt: Try me on Runboat
28+
29+
|badge1| |badge2| |badge3| |badge4| |badge5|
30+
31+
This module doesn't do anything by himself. It is the base module for 2 other modules:
32+
33+
* 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),
34+
* 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.
35+
36+
**Table of contents**
37+
38+
.. contents::
39+
:local:
40+
41+
Bug Tracker
42+
===========
43+
44+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/l10n-switzerland/issues>`_.
45+
In case of trouble, please check there if your issue has already been reported.
46+
If you spotted it first, help us to smash it by providing a detailed and welcomed
47+
`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**>`_.
48+
49+
Do not contact contributors directly about support or help with technical issues.
50+
51+
Credits
52+
=======
53+
54+
Authors
55+
~~~~~~~
56+
57+
* Akretion
58+
* Camptocamp
59+
60+
Contributors
61+
~~~~~~~~~~~~
62+
63+
* Alexis de Lattre <alexis.delattre@akretion.com>
64+
* Denis Leemann <denis.leemann@camptocamp.com>
65+
* Mykhailo Panarin <m.panarin@mobilunity.com>
66+
67+
Maintainers
68+
~~~~~~~~~~~
69+
70+
This module is maintained by the OCA.
71+
72+
.. image:: https://odoo-community.org/logo.png
73+
:alt: Odoo Community Association
74+
:target: https://odoo-community.org
75+
76+
OCA, or the Odoo Community Association, is a nonprofit organization whose
77+
mission is to support the collaborative development of Odoo features and
78+
promote its widespread use.
79+
80+
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.
81+
82+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

l10n_ch_pain_base/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from . import models

l10n_ch_pain_base/__manifest__.py

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# copyright 2016 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
2+
# copyright 2011 Camptocamp SA (Yannick Vaucher)
3+
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
4+
5+
{
6+
"name": "Switzerland - ISO 20022",
7+
"summary": "ISO 20022 base module for Switzerland",
8+
"version": "16.0.1.0.0",
9+
"category": "Finance",
10+
"website": "https://github.com/OCA/l10n-switzerland",
11+
"author": "Akretion,Camptocamp,Odoo Community Association (OCA)",
12+
"license": "AGPL-3",
13+
"depends": ["account_banking_pain_base"],
14+
"data": ["views/account_payment_line.xml"],
15+
"installable": True,
16+
}

l10n_ch_pain_base/i18n/de.po

+91
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * l10n_ch_pain_base
4+
#
5+
# Translators:
6+
# OCA Transbot <transbot@odoo-community.org>, 2017
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Odoo Server 10.0\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2017-04-19 00:40+0000\n"
12+
"PO-Revision-Date: 2018-11-23 22:11+0000\n"
13+
"Last-Translator: chrispi-ch <chris@okc.ch>\n"
14+
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
15+
"Language: de\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: \n"
19+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
20+
"X-Generator: Weblate 3.2.2\n"
21+
22+
#. module: l10n_ch_pain_base
23+
#: selection:account.payment.line,local_instrument:0
24+
msgid "CH01 (ISR)"
25+
msgstr ""
26+
27+
#. module: l10n_ch_pain_base
28+
#: model:ir.model.fields,field_description:l10n_ch_pain_base.field_account_payment_line__communication_type
29+
msgid "Communication Type"
30+
msgstr ""
31+
32+
#. module: l10n_ch_pain_base
33+
#: code:addons/l10n_ch_pain_base/models/account_payment_order.py:72
34+
#, python-format
35+
msgid ""
36+
"For pain.001.001.03.ch.02, for non-ISR payments, the BIC is required on the "
37+
"bank '%s' related to the bank account '%s'"
38+
msgstr ""
39+
"Bei pain.001.001.03.ch.02 ist für Nicht-ESR-Zahlungen der BIC zur Bank '%s' "
40+
"des Bankkontos '%s' erforderlich"
41+
42+
#. module: l10n_ch_pain_base
43+
#: selection:account.payment.line,communication_type:0
44+
msgid "Free"
45+
msgstr ""
46+
47+
#. module: l10n_ch_pain_base
48+
#: selection:account.payment.line,communication_type:0
49+
msgid "ISO"
50+
msgstr ""
51+
52+
#. module: l10n_ch_pain_base
53+
#: selection:account.payment.line,communication_type:0
54+
msgid "ISR"
55+
msgstr ""
56+
57+
#. module: l10n_ch_pain_base
58+
#: selection:account.payment.line,local_instrument:0
59+
msgid "Instant Transfer"
60+
msgstr ""
61+
62+
#. module: l10n_ch_pain_base
63+
#: model:ir.model,name:l10n_ch_pain_base.model_account_move_line
64+
msgid "Journal Item"
65+
msgstr "Journaleintrag"
66+
67+
#. module: l10n_ch_pain_base
68+
#: model:ir.model.fields,field_description:l10n_ch_pain_base.field_account_payment_line__local_instrument
69+
msgid "Local Instrument"
70+
msgstr ""
71+
72+
#. module: l10n_ch_pain_base
73+
#: model:ir.model,name:l10n_ch_pain_base.model_account_payment_line
74+
msgid "Payment Lines"
75+
msgstr "Zahlungszeilen"
76+
77+
#. module: l10n_ch_pain_base
78+
#: model:ir.model,name:l10n_ch_pain_base.model_account_payment_order
79+
msgid "Payment Order"
80+
msgstr "Zahlungsauftrag"
81+
82+
#. module: l10n_ch_pain_base
83+
#: selection:account.payment.line,communication_type:0
84+
msgid "QRR"
85+
msgstr ""
86+
87+
#. module: l10n_ch_pain_base
88+
#: code:addons/l10n_ch_pain_base/models/account_payment_order.py:90
89+
#, fuzzy, python-format
90+
msgid "The field 'Postal account' is not set on the bank account '%s'."
91+
msgstr "Das Feld 'Postkonto' ist beim Bankkonto '%s' nicht gesetzt."

l10n_ch_pain_base/i18n/fr.po

+92
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * l10n_ch_pain_base
4+
#
5+
# Translators:
6+
# leemannd <denis.leemann@camptocamp.com>, 2017
7+
# OCA Transbot <transbot@odoo-community.org>, 2017
8+
msgid ""
9+
msgstr ""
10+
"Project-Id-Version: Odoo Server 10.0\n"
11+
"Report-Msgid-Bugs-To: \n"
12+
"POT-Creation-Date: 2017-12-01 03:54+0000\n"
13+
"PO-Revision-Date: 2019-08-14 09:44+0000\n"
14+
"Last-Translator: Valaeys Stéphane <svalaeys@fiefmanage.ch>\n"
15+
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
16+
"Language: fr\n"
17+
"MIME-Version: 1.0\n"
18+
"Content-Type: text/plain; charset=UTF-8\n"
19+
"Content-Transfer-Encoding: \n"
20+
"Plural-Forms: nplurals=2; plural=n > 1;\n"
21+
"X-Generator: Weblate 3.7.1\n"
22+
23+
#. module: l10n_ch_pain_base
24+
#: selection:account.payment.line,local_instrument:0
25+
msgid "CH01 (ISR)"
26+
msgstr ""
27+
28+
#. module: l10n_ch_pain_base
29+
#: model:ir.model.fields,field_description:l10n_ch_pain_base.field_account_payment_line__communication_type
30+
msgid "Communication Type"
31+
msgstr ""
32+
33+
#. module: l10n_ch_pain_base
34+
#: code:addons/l10n_ch_pain_base/models/account_payment_order.py:72
35+
#, python-format
36+
msgid ""
37+
"For pain.001.001.03.ch.02, for non-ISR payments, the BIC is required on the "
38+
"bank '%s' related to the bank account '%s'"
39+
msgstr ""
40+
"Pour pain.001.001.03.ch.02 et les paiements non-BVR, le BIC est requis sur "
41+
"les Banques '%s' lié au compte bancaire '%s'"
42+
43+
#. module: l10n_ch_pain_base
44+
#: selection:account.payment.line,communication_type:0
45+
msgid "Free"
46+
msgstr ""
47+
48+
#. module: l10n_ch_pain_base
49+
#: selection:account.payment.line,communication_type:0
50+
msgid "ISO"
51+
msgstr ""
52+
53+
#. module: l10n_ch_pain_base
54+
#: selection:account.payment.line,communication_type:0
55+
msgid "ISR"
56+
msgstr ""
57+
58+
#. module: l10n_ch_pain_base
59+
#: selection:account.payment.line,local_instrument:0
60+
msgid "Instant Transfer"
61+
msgstr ""
62+
63+
#. module: l10n_ch_pain_base
64+
#: model:ir.model,name:l10n_ch_pain_base.model_account_move_line
65+
msgid "Journal Item"
66+
msgstr "Écriture comptable"
67+
68+
#. module: l10n_ch_pain_base
69+
#: model:ir.model.fields,field_description:l10n_ch_pain_base.field_account_payment_line__local_instrument
70+
msgid "Local Instrument"
71+
msgstr ""
72+
73+
#. module: l10n_ch_pain_base
74+
#: model:ir.model,name:l10n_ch_pain_base.model_account_payment_line
75+
msgid "Payment Lines"
76+
msgstr "Lignes de Paiement"
77+
78+
#. module: l10n_ch_pain_base
79+
#: model:ir.model,name:l10n_ch_pain_base.model_account_payment_order
80+
msgid "Payment Order"
81+
msgstr "Ordre de paiement"
82+
83+
#. module: l10n_ch_pain_base
84+
#: selection:account.payment.line,communication_type:0
85+
msgid "QRR"
86+
msgstr ""
87+
88+
#. module: l10n_ch_pain_base
89+
#: code:addons/l10n_ch_pain_base/models/account_payment_order.py:90
90+
#, fuzzy, python-format
91+
msgid "The field 'Postal account' is not set on the bank account '%s'."
92+
msgstr "Le champ 'CCP' n'est pas défini sur le compte bancaire '%s'."

l10n_ch_pain_base/i18n/it.po

+89
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * l10n_ch_pain_base
4+
#
5+
# Translators:
6+
# OCA Transbot <transbot@odoo-community.org>, 2017
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Odoo Server 10.0\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2017-03-03 03:39+0000\n"
12+
"PO-Revision-Date: 2024-02-23 14:37+0000\n"
13+
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
14+
"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n"
15+
"Language: it\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: \n"
19+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
20+
"X-Generator: Weblate 4.17\n"
21+
22+
#. module: l10n_ch_pain_base
23+
#: selection:account.payment.line,local_instrument:0
24+
msgid "CH01 (ISR)"
25+
msgstr ""
26+
27+
#. module: l10n_ch_pain_base
28+
#: model:ir.model.fields,field_description:l10n_ch_pain_base.field_account_payment_line__communication_type
29+
msgid "Communication Type"
30+
msgstr ""
31+
32+
#. module: l10n_ch_pain_base
33+
#: code:addons/l10n_ch_pain_base/models/account_payment_order.py:72
34+
#, python-format
35+
msgid ""
36+
"For pain.001.001.03.ch.02, for non-ISR payments, the BIC is required on the "
37+
"bank '%s' related to the bank account '%s'"
38+
msgstr ""
39+
40+
#. module: l10n_ch_pain_base
41+
#: selection:account.payment.line,communication_type:0
42+
msgid "Free"
43+
msgstr ""
44+
45+
#. module: l10n_ch_pain_base
46+
#: selection:account.payment.line,communication_type:0
47+
msgid "ISO"
48+
msgstr ""
49+
50+
#. module: l10n_ch_pain_base
51+
#: selection:account.payment.line,communication_type:0
52+
msgid "ISR"
53+
msgstr ""
54+
55+
#. module: l10n_ch_pain_base
56+
#: selection:account.payment.line,local_instrument:0
57+
msgid "Instant Transfer"
58+
msgstr ""
59+
60+
#. module: l10n_ch_pain_base
61+
#: model:ir.model,name:l10n_ch_pain_base.model_account_move_line
62+
msgid "Journal Item"
63+
msgstr ""
64+
65+
#. module: l10n_ch_pain_base
66+
#: model:ir.model.fields,field_description:l10n_ch_pain_base.field_account_payment_line__local_instrument
67+
msgid "Local Instrument"
68+
msgstr ""
69+
70+
#. module: l10n_ch_pain_base
71+
#: model:ir.model,name:l10n_ch_pain_base.model_account_payment_line
72+
msgid "Payment Lines"
73+
msgstr ""
74+
75+
#. module: l10n_ch_pain_base
76+
#: model:ir.model,name:l10n_ch_pain_base.model_account_payment_order
77+
msgid "Payment Order"
78+
msgstr "Ordine di pagamento"
79+
80+
#. module: l10n_ch_pain_base
81+
#: selection:account.payment.line,communication_type:0
82+
msgid "QRR"
83+
msgstr ""
84+
85+
#. module: l10n_ch_pain_base
86+
#: code:addons/l10n_ch_pain_base/models/account_payment_order.py:90
87+
#, python-format
88+
msgid "The field 'Postal account' is not set on the bank account '%s'."
89+
msgstr ""

0 commit comments

Comments
 (0)