Skip to content

Commit 3e5ff85

Browse files
SimonBT-anieto
Simon
authored andcommitted
[MIG] l10n_ch_pain_credit_transfer: Migration to 14.0
1 parent 52a73b1 commit 3e5ff85

File tree

8 files changed

+165
-164
lines changed

8 files changed

+165
-164
lines changed

l10n_ch_pain_credit_transfer/README.rst

+22-13
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22
Switzerland - PAIN Credit Transfer
33
==================================
44

5-
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5+
..
6+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
67
!! This file is generated by oca-gen-addon-readme !!
78
!! changes will be overwritten. !!
89
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10+
!! source digest: sha256:dcdd9d8807816c0392d729de3b0c60c6717aa2ffad6485b4b032502cb7f7aebb
11+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
912
1013
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
1114
:target: https://odoo-community.org/page/development-status
@@ -14,16 +17,16 @@ Switzerland - PAIN Credit Transfer
1417
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1518
:alt: License: AGPL-3
1619
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--switzerland-lightgray.png?logo=github
17-
:target: https://github.com/OCA/l10n-switzerland/tree/12.0/l10n_ch_pain_credit_transfer
20+
:target: https://github.com/OCA/l10n-switzerland/tree/14.0/l10n_ch_pain_credit_transfer
1821
:alt: OCA/l10n-switzerland
1922
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
20-
:target: https://translation.odoo-community.org/projects/l10n-switzerland-12-0/l10n-switzerland-12-0-l10n_ch_pain_credit_transfer
23+
:target: https://translation.odoo-community.org/projects/l10n-switzerland-14-0/l10n-switzerland-14-0-l10n_ch_pain_credit_transfer
2124
:alt: Translate me on Weblate
22-
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
23-
:target: https://runbot.odoo-community.org/runbot/125/12.0
24-
:alt: Try me on Runbot
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
2528

26-
|badge1| |badge2| |badge3| |badge4| |badge5|
29+
|badge1| |badge2| |badge3| |badge4| |badge5|
2730

2831
This module adds support for *pain.001.001.03.ch.02* which is used for ISO 20022 credit transfers in Switzerland (SEPA or not SEPA).
2932

@@ -44,9 +47,6 @@ set the *PAIN Version* to *pain.001.001.03.ch.02 (credit transfer in Switzerland
4447
Usage
4548
=====
4649

47-
On the payment order, you will see a new computed boolean field named
48-
*ISR* which shows if the payment order is BVR or not.
49-
5050
This module doesn't modify the standard usage of the modules
5151
*account_payment_order* and *account_banking_sepa_credit_transfer*.
5252

@@ -55,8 +55,8 @@ Bug Tracker
5555

5656
Bugs are tracked on `GitHub Issues <https://github.com/OCA/l10n-switzerland/issues>`_.
5757
In case of trouble, please check there if your issue has already been reported.
58-
If you spotted it first, help us smashing it by providing a detailed and welcomed
59-
`feedback <https://github.com/OCA/l10n-switzerland/issues/new?body=module:%20l10n_ch_pain_credit_transfer%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
58+
If you spotted it first, help us to smash it by providing a detailed and welcomed
59+
`feedback <https://github.com/OCA/l10n-switzerland/issues/new?body=module:%20l10n_ch_pain_credit_transfer%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
6060

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

@@ -75,6 +75,7 @@ Contributors
7575
* Alexis de Lattre <alexis.delattre@akretion.com>
7676
* Denis Leemann <denis.leemann@camptocamp.com>
7777
* Mykhailo Panarin <m.panarin@mobilunity.com>
78+
* Emanuel Cino <ecino@compassion.ch>
7879

7980
Maintainers
8081
~~~~~~~~~~~
@@ -89,6 +90,14 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
8990
mission is to support the collaborative development of Odoo features and
9091
promote its widespread use.
9192

92-
This module is part of the `OCA/l10n-switzerland <https://github.com/OCA/l10n-switzerland/tree/12.0/l10n_ch_pain_credit_transfer>`_ project on GitHub.
93+
.. |maintainer-ecino| image:: https://github.com/ecino.png?size=40px
94+
:target: https://github.com/ecino
95+
:alt: ecino
96+
97+
Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
98+
99+
|maintainer-ecino|
100+
101+
This module is part of the `OCA/l10n-switzerland <https://github.com/OCA/l10n-switzerland/tree/14.0/l10n_ch_pain_credit_transfer>`_ project on GitHub.
93102

94103
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

l10n_ch_pain_credit_transfer/__manifest__.py

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"version": "14.0.1.0.0",
88
"category": "Finance",
99
"author": "Akretion,Camptocamp,Odoo Community Association (OCA)",
10+
"maintainers": ["ecino"],
1011
"license": "AGPL-3",
1112
"website": "https://github.com/OCA/l10n-switzerland",
1213
"depends": [
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,44 @@
11
# Translation of Odoo Server.
22
# This file contains the translation of the following modules:
3-
# * l10n_ch_pain_credit_transfer
3+
# * l10n_ch_pain_credit_transfer
44
#
55
msgid ""
66
msgstr ""
7-
"Project-Id-Version: Odoo Server 12.0\n"
7+
"Project-Id-Version: Odoo Server 14.0\n"
88
"Report-Msgid-Bugs-To: \n"
9-
"Last-Translator: <>\n"
9+
"Last-Translator: \n"
1010
"Language-Team: \n"
1111
"MIME-Version: 1.0\n"
1212
"Content-Type: text/plain; charset=UTF-8\n"
1313
"Content-Transfer-Encoding: \n"
1414
"Plural-Forms: \n"
1515

1616
#. module: l10n_ch_pain_credit_transfer
17-
#: model:ir.model.fields,field_description:l10n_ch_pain_credit_transfer.field_account_payment_method__pain_version
18-
msgid "PAIN Version"
17+
#: model:ir.model.fields,field_description:l10n_ch_pain_credit_transfer.field_account_payment_method__display_name
18+
msgid "Display Name"
1919
msgstr ""
2020

2121
#. module: l10n_ch_pain_credit_transfer
22-
#: model:ir.model,name:l10n_ch_pain_credit_transfer.model_account_payment_method
23-
msgid "Payment Methods"
22+
#: model:ir.model.fields,field_description:l10n_ch_pain_credit_transfer.field_account_payment_method__id
23+
msgid "ID"
2424
msgstr ""
2525

2626
#. module: l10n_ch_pain_credit_transfer
27-
#: selection:account.payment.method,pain_version:0
28-
msgid "pain.001.001.02"
27+
#: model:ir.model.fields,field_description:l10n_ch_pain_credit_transfer.field_account_payment_method____last_update
28+
msgid "Last Modified on"
2929
msgstr ""
3030

3131
#. module: l10n_ch_pain_credit_transfer
32-
#: selection:account.payment.method,pain_version:0
33-
msgid "pain.001.001.03 (recommended for credit transfer)"
34-
msgstr ""
35-
36-
#. module: l10n_ch_pain_credit_transfer
37-
#: selection:account.payment.method,pain_version:0
38-
msgid "pain.001.001.03.ch.02 (credit transfer in Switzerland)"
39-
msgstr ""
40-
41-
#. module: l10n_ch_pain_credit_transfer
42-
#: selection:account.payment.method,pain_version:0
43-
msgid "pain.001.001.04"
32+
#: model:ir.model.fields,field_description:l10n_ch_pain_credit_transfer.field_account_payment_method__pain_version
33+
msgid "PAIN Version"
4434
msgstr ""
4535

4636
#. module: l10n_ch_pain_credit_transfer
47-
#: selection:account.payment.method,pain_version:0
48-
msgid "pain.001.001.05"
37+
#: model:ir.model,name:l10n_ch_pain_credit_transfer.model_account_payment_method
38+
msgid "Payment Methods"
4939
msgstr ""
5040

5141
#. module: l10n_ch_pain_credit_transfer
52-
#: selection:account.payment.method,pain_version:0
53-
msgid "pain.001.003.03 (credit transfer in Germany)"
42+
#: model:ir.model.fields.selection,name:l10n_ch_pain_credit_transfer.selection__account_payment_method__pain_version__pain_001_001_03_ch_02
43+
msgid "pain.001.001.03.ch.02 (credit transfer in Switzerland)"
5444
msgstr ""
55-

l10n_ch_pain_credit_transfer/models/account_payment_method.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ class AccountPaymentMethod(models.Model):
1313
"pain.001.001.03.ch.02",
1414
"pain.001.001.03.ch.02 (credit transfer in Switzerland)",
1515
),
16-
]
16+
],
17+
ondelete={"pain.001.001.03.ch.02": "set null"},
1718
)
1819

1920
def get_xsd_file_path(self):
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
* Alexis de Lattre <alexis.delattre@akretion.com>
22
* Denis Leemann <denis.leemann@camptocamp.com>
33
* Mykhailo Panarin <m.panarin@mobilunity.com>
4+
* Emanuel Cino <ecino@compassion.ch>
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
On the payment order, you will see a new computed boolean field named
2-
*ISR* which shows if the payment order is BVR or not.
3-
41
This module doesn't modify the standard usage of the modules
52
*account_payment_order* and *account_banking_sepa_credit_transfer*.

l10n_ch_pain_credit_transfer/static/description/index.html

+27-24
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
<?xml version="1.0" encoding="utf-8" ?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
33
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6-
<meta name="generator" content="Docutils 0.15.1: http://docutils.sourceforge.net/" />
6+
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
77
<title>Switzerland - PAIN Credit Transfer</title>
88
<style type="text/css">
99

1010
/*
1111
:Author: David Goodger (goodger@python.org)
12-
:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $
12+
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
1313
:Copyright: This stylesheet has been placed in the public domain.
1414
1515
Default cascading style sheet for the HTML output of Docutils.
1616
17-
See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
17+
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1818
customize this style sheet.
1919
*/
2020

@@ -366,70 +366,73 @@ <h1 class="title">Switzerland - PAIN Credit Transfer</h1>
366366
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370+
!! source digest: sha256:dcdd9d8807816c0392d729de3b0c60c6717aa2ffad6485b4b032502cb7f7aebb
369371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
370-
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/l10n-switzerland/tree/12.0/l10n_ch_pain_credit_transfer"><img alt="OCA/l10n-switzerland" src="https://img.shields.io/badge/github-OCA%2Fl10n--switzerland-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/l10n-switzerland-12-0/l10n-switzerland-12-0-l10n_ch_pain_credit_transfer"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/125/12.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
372+
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/l10n-switzerland/tree/14.0/l10n_ch_pain_credit_transfer"><img alt="OCA/l10n-switzerland" src="https://img.shields.io/badge/github-OCA%2Fl10n--switzerland-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/l10n-switzerland-14-0/l10n-switzerland-14-0-l10n_ch_pain_credit_transfer"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/l10n-switzerland&amp;target_branch=14.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
371373
<p>This module adds support for <em>pain.001.001.03.ch.02</em> which is used for ISO 20022 credit transfers in Switzerland (SEPA or not SEPA).</p>
372374
<p>It implements the guidelines for <a class="reference external" href="http://www.six-interbank-clearing.com/dam/downloads/fr/standardization/iso/swiss-recommendations/implementation_guidelines_ct.pdf">ISO 20022 credit transfers</a> published by SIX Interbank Clearing.</p>
373375
<p><strong>Table of contents</strong></p>
374376
<div class="contents local topic" id="contents">
375377
<ul class="simple">
376-
<li><a class="reference internal" href="#configuration" id="id1">Configuration</a></li>
377-
<li><a class="reference internal" href="#usage" id="id2">Usage</a></li>
378-
<li><a class="reference internal" href="#bug-tracker" id="id3">Bug Tracker</a></li>
379-
<li><a class="reference internal" href="#credits" id="id4">Credits</a><ul>
380-
<li><a class="reference internal" href="#authors" id="id5">Authors</a></li>
381-
<li><a class="reference internal" href="#contributors" id="id6">Contributors</a></li>
382-
<li><a class="reference internal" href="#maintainers" id="id7">Maintainers</a></li>
378+
<li><a class="reference internal" href="#configuration" id="toc-entry-1">Configuration</a></li>
379+
<li><a class="reference internal" href="#usage" id="toc-entry-2">Usage</a></li>
380+
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-3">Bug Tracker</a></li>
381+
<li><a class="reference internal" href="#credits" id="toc-entry-4">Credits</a><ul>
382+
<li><a class="reference internal" href="#authors" id="toc-entry-5">Authors</a></li>
383+
<li><a class="reference internal" href="#contributors" id="toc-entry-6">Contributors</a></li>
384+
<li><a class="reference internal" href="#maintainers" id="toc-entry-7">Maintainers</a></li>
383385
</ul>
384386
</li>
385387
</ul>
386388
</div>
387389
<div class="section" id="configuration">
388-
<h1><a class="toc-backref" href="#id1">Configuration</a></h1>
390+
<h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
389391
<p>In the menu <em>Accounting &gt; Configuration &gt; Management &gt; Payment Methods</em>,
390392
select the payment method that has the code <em>sepa_credit_transfer</em> and
391393
set the <em>PAIN Version</em> to <em>pain.001.001.03.ch.02 (credit transfer in Switzerland)</em>.</p>
392394
</div>
393395
<div class="section" id="usage">
394-
<h1><a class="toc-backref" href="#id2">Usage</a></h1>
395-
<p>On the payment order, you will see a new computed boolean field named
396-
<em>ISR</em> which shows if the payment order is BVR or not.</p>
396+
<h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
397397
<p>This module doesn’t modify the standard usage of the modules
398398
<em>account_payment_order</em> and <em>account_banking_sepa_credit_transfer</em>.</p>
399399
</div>
400400
<div class="section" id="bug-tracker">
401-
<h1><a class="toc-backref" href="#id3">Bug Tracker</a></h1>
401+
<h1><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h1>
402402
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/l10n-switzerland/issues">GitHub Issues</a>.
403403
In case of trouble, please check there if your issue has already been reported.
404-
If you spotted it first, help us smashing it by providing a detailed and welcomed
405-
<a class="reference external" href="https://github.com/OCA/l10n-switzerland/issues/new?body=module:%20l10n_ch_pain_credit_transfer%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
404+
If you spotted it first, help us to smash it by providing a detailed and welcomed
405+
<a class="reference external" href="https://github.com/OCA/l10n-switzerland/issues/new?body=module:%20l10n_ch_pain_credit_transfer%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
406406
<p>Do not contact contributors directly about support or help with technical issues.</p>
407407
</div>
408408
<div class="section" id="credits">
409-
<h1><a class="toc-backref" href="#id4">Credits</a></h1>
409+
<h1><a class="toc-backref" href="#toc-entry-4">Credits</a></h1>
410410
<div class="section" id="authors">
411-
<h2><a class="toc-backref" href="#id5">Authors</a></h2>
411+
<h2><a class="toc-backref" href="#toc-entry-5">Authors</a></h2>
412412
<ul class="simple">
413413
<li>Akretion</li>
414414
<li>Camptocamp</li>
415415
</ul>
416416
</div>
417417
<div class="section" id="contributors">
418-
<h2><a class="toc-backref" href="#id6">Contributors</a></h2>
418+
<h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
419419
<ul class="simple">
420420
<li>Alexis de Lattre &lt;<a class="reference external" href="mailto:alexis.delattre&#64;akretion.com">alexis.delattre&#64;akretion.com</a>&gt;</li>
421421
<li>Denis Leemann &lt;<a class="reference external" href="mailto:denis.leemann&#64;camptocamp.com">denis.leemann&#64;camptocamp.com</a>&gt;</li>
422422
<li>Mykhailo Panarin &lt;<a class="reference external" href="mailto:m.panarin&#64;mobilunity.com">m.panarin&#64;mobilunity.com</a>&gt;</li>
423+
<li>Emanuel Cino &lt;<a class="reference external" href="mailto:ecino&#64;compassion.ch">ecino&#64;compassion.ch</a>&gt;</li>
423424
</ul>
424425
</div>
425426
<div class="section" id="maintainers">
426-
<h2><a class="toc-backref" href="#id7">Maintainers</a></h2>
427+
<h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
427428
<p>This module is maintained by the OCA.</p>
428429
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
429430
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
430431
mission is to support the collaborative development of Odoo features and
431432
promote its widespread use.</p>
432-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/l10n-switzerland/tree/12.0/l10n_ch_pain_credit_transfer">OCA/l10n-switzerland</a> project on GitHub.</p>
433+
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainer</a>:</p>
434+
<p><a class="reference external image-reference" href="https://github.com/ecino"><img alt="ecino" src="https://github.com/ecino.png?size=40px" /></a></p>
435+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/l10n-switzerland/tree/14.0/l10n_ch_pain_credit_transfer">OCA/l10n-switzerland</a> project on GitHub.</p>
433436
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
434437
</div>
435438
</div>

0 commit comments

Comments
 (0)