Skip to content

Commit 23848fe

Browse files
committed
[MIG] l10n_ch_pain_credit_transfer: Migration to 16.0
Removed dependency on l10n_ch_base_bank because it is obsolete
1 parent 724bd28 commit 23848fe

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

l10n_ch_pain_credit_transfer/__manifest__.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@
44
{
55
"name": "Switzerland - PAIN Credit Transfer",
66
"summary": "Generate ISO 20022 credit transfert (SEPA and not SEPA)",
7-
"version": "14.0.1.0.0",
7+
"version": "16.0.1.0.0",
88
"category": "Finance",
99
"author": "Akretion,Camptocamp,Odoo Community Association (OCA)",
1010
"maintainers": ["ecino"],
1111
"license": "AGPL-3",
1212
"website": "https://github.com/OCA/l10n-switzerland",
1313
"depends": [
1414
"l10n_ch_pain_base",
15-
"l10n_ch_base_bank",
1615
"account_banking_sepa_credit_transfer",
1716
],
1817
"installable": True,

l10n_ch_pain_credit_transfer/readme/CONTRIBUTORS.rst

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
* Denis Leemann <denis.leemann@camptocamp.com>
33
* Mykhailo Panarin <m.panarin@mobilunity.com>
44
* Emanuel Cino <ecino@compassion.ch>
5+
* Alberto Nieto <alberto.nieto@braintec.com>

l10n_ch_pain_credit_transfer/tests/test_ch_sct.py

-2
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ def test_sct_ch_payment_type1(self):
148148
),
149149
0,
150150
)
151-
self.assertEqual(agrolait_pay_line1.communication_type, "isr")
152151
self.assertEqual(
153152
agrolait_pay_line1.communication, "132000000000000000000000014"
154153
)
@@ -161,7 +160,6 @@ def test_sct_ch_payment_type1(self):
161160
self.assertEqual(len(bank_lines), 2)
162161
for bank_line in bank_lines:
163162
self.assertEqual(bank_line.currency_id, self.eur_currency)
164-
self.assertEqual(bank_line.communication_type, "isr")
165163
self.assertTrue(
166164
bank_line.communication
167165
in ["132000000000000000000000014", "132000000000000000000000022"]

0 commit comments

Comments
 (0)