Skip to content

Commit

Permalink
[MIG] l10n_ch_pain_credit_transfer: Migration to 16.0
Browse files Browse the repository at this point in the history
Removed dependency on l10n_ch_base_bank because it is obsolete
  • Loading branch information
BT-anieto committed Jun 12, 2024
1 parent 724bd28 commit 23848fe
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions l10n_ch_pain_credit_transfer/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@
{
"name": "Switzerland - PAIN Credit Transfer",
"summary": "Generate ISO 20022 credit transfert (SEPA and not SEPA)",
"version": "14.0.1.0.0",
"version": "16.0.1.0.0",
"category": "Finance",
"author": "Akretion,Camptocamp,Odoo Community Association (OCA)",
"maintainers": ["ecino"],
"license": "AGPL-3",
"website": "https://github.com/OCA/l10n-switzerland",
"depends": [
"l10n_ch_pain_base",
"l10n_ch_base_bank",
"account_banking_sepa_credit_transfer",
],
"installable": True,
Expand Down
1 change: 1 addition & 0 deletions l10n_ch_pain_credit_transfer/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
* Denis Leemann <[email protected]>
* Mykhailo Panarin <[email protected]>
* Emanuel Cino <[email protected]>
* Alberto Nieto <[email protected]>
2 changes: 0 additions & 2 deletions l10n_ch_pain_credit_transfer/tests/test_ch_sct.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ def test_sct_ch_payment_type1(self):
),
0,
)
self.assertEqual(agrolait_pay_line1.communication_type, "isr")
self.assertEqual(
agrolait_pay_line1.communication, "132000000000000000000000014"
)
Expand All @@ -161,7 +160,6 @@ def test_sct_ch_payment_type1(self):
self.assertEqual(len(bank_lines), 2)
for bank_line in bank_lines:
self.assertEqual(bank_line.currency_id, self.eur_currency)
self.assertEqual(bank_line.communication_type, "isr")
self.assertTrue(
bank_line.communication
in ["132000000000000000000000014", "132000000000000000000000022"]
Expand Down

0 comments on commit 23848fe

Please sign in to comment.