Skip to content

Commit

Permalink
[IMP] l10n_ch_pain_credit_transfer: black, isort, prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon authored and ecino committed Dec 7, 2023
1 parent b8a84c0 commit b1c43ff
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion l10n_ch_pain_credit_transfer/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"name": "Switzerland - PAIN Credit Transfer",
"summary": "Generate ISO 20022 credit transfert (SEPA and not SEPA)",
"version": "13.0.1.0.0",
"version": "14.0.1.0.0",
"category": "Finance",
"author": "Akretion,Camptocamp,Odoo Community Association (OCA)",
"license": "AGPL-3",
Expand Down
4 changes: 3 additions & 1 deletion l10n_ch_pain_credit_transfer/tests/test_ch_sct.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,9 @@ def test_sct_ch_payment_type3(self):
)
self.assertEquals(
float_compare(
agrolait_pay_line1.amount_currency, 4042.0, precision_digits=accpre,
agrolait_pay_line1.amount_currency,
4042.0,
precision_digits=accpre,
),
0,
)
Expand Down
6 changes: 6 additions & 0 deletions setup/l10n_ch_pain_credit_transfer/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)

0 comments on commit b1c43ff

Please sign in to comment.