From 8a9a3dd3a7f2b6983a57c367dd019eeb162a2814 Mon Sep 17 00:00:00 2001 From: JordiMForgeFlow Date: Fri, 13 Dec 2024 09:09:55 +0100 Subject: [PATCH] [IMP] account_banking_ach_credit_transfer: pre-commit fixes --- .../README.rst | 30 +++++++++---------- .../pyproject.toml | 3 ++ .../readme/CONFIGURE.md | 2 ++ .../readme/CONFIGURE.rst | 2 -- .../readme/CONTRIBUTORS.md | 4 +++ .../readme/CONTRIBUTORS.rst | 4 --- .../{DESCRIPTION.rst => DESCRIPTION.md} | 0 .../readme/INSTALL.md | 5 ++++ .../readme/INSTALL.rst | 5 ---- .../static/description/index.html | 17 +++++------ ...est_account_banking_ach_credit_trasnfer.py | 1 - 11 files changed, 36 insertions(+), 37 deletions(-) create mode 100644 account_banking_ach_credit_transfer/pyproject.toml create mode 100644 account_banking_ach_credit_transfer/readme/CONFIGURE.md delete mode 100644 account_banking_ach_credit_transfer/readme/CONFIGURE.rst create mode 100644 account_banking_ach_credit_transfer/readme/CONTRIBUTORS.md delete mode 100644 account_banking_ach_credit_transfer/readme/CONTRIBUTORS.rst rename account_banking_ach_credit_transfer/readme/{DESCRIPTION.rst => DESCRIPTION.md} (100%) create mode 100644 account_banking_ach_credit_transfer/readme/INSTALL.md delete mode 100644 account_banking_ach_credit_transfer/readme/INSTALL.rst diff --git a/account_banking_ach_credit_transfer/README.rst b/account_banking_ach_credit_transfer/README.rst index 54d1327c..a1244055 100644 --- a/account_banking_ach_credit_transfer/README.rst +++ b/account_banking_ach_credit_transfer/README.rst @@ -17,13 +17,13 @@ Account Banking ACH Credit Transfer :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--usa-lightgray.png?logo=github - :target: https://github.com/OCA/l10n-usa/tree/16.0/account_banking_ach_credit_transfer + :target: https://github.com/OCA/l10n-usa/tree/17.0/account_banking_ach_credit_transfer :alt: OCA/l10n-usa .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/l10n-usa-16-0/l10n-usa-16-0-account_banking_ach_credit_transfer + :target: https://translation.odoo-community.org/projects/l10n-usa-17-0/l10n-usa-17-0-account_banking_ach_credit_transfer :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png - :target: https://runboat.odoo-community.org/builds?repo=OCA/l10n-usa&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/l10n-usa&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -42,9 +42,9 @@ Installation This module depends on : -* account_banking_ach_base -* carta-ach -* stdnum +- account_banking_ach_base +- carta-ach +- stdnum Configuration ============= @@ -58,7 +58,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -66,20 +66,20 @@ Credits ======= Authors -~~~~~~~ +------- * Thinkwell Designs Contributors -~~~~~~~~~~~~ +------------ -* Dave Burkholder -* Maxime Chambreuil -* Serpent Consulting Services Pvt. Ltd. -* Murtaza Mithaiwala +- Dave Burkholder +- Maxime Chambreuil +- Serpent Consulting Services Pvt. Ltd. +- Murtaza Mithaiwala Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -91,6 +91,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -This module is part of the `OCA/l10n-usa `_ project on GitHub. +This module is part of the `OCA/l10n-usa `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/account_banking_ach_credit_transfer/pyproject.toml b/account_banking_ach_credit_transfer/pyproject.toml new file mode 100644 index 00000000..4231d0cc --- /dev/null +++ b/account_banking_ach_credit_transfer/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/account_banking_ach_credit_transfer/readme/CONFIGURE.md b/account_banking_ach_credit_transfer/readme/CONFIGURE.md new file mode 100644 index 00000000..414a67cc --- /dev/null +++ b/account_banking_ach_credit_transfer/readme/CONFIGURE.md @@ -0,0 +1,2 @@ +1. Your Company record must have the Legal ID specified. +2. Your Bank must have the Routing Number specified. diff --git a/account_banking_ach_credit_transfer/readme/CONFIGURE.rst b/account_banking_ach_credit_transfer/readme/CONFIGURE.rst deleted file mode 100644 index 502d45ac..00000000 --- a/account_banking_ach_credit_transfer/readme/CONFIGURE.rst +++ /dev/null @@ -1,2 +0,0 @@ -1. Your Company record must have the Legal ID specified. -2. Your Bank must have the Routing Number specified. diff --git a/account_banking_ach_credit_transfer/readme/CONTRIBUTORS.md b/account_banking_ach_credit_transfer/readme/CONTRIBUTORS.md new file mode 100644 index 00000000..39c4c3fd --- /dev/null +++ b/account_banking_ach_credit_transfer/readme/CONTRIBUTORS.md @@ -0,0 +1,4 @@ +- Dave Burkholder \<\> +- Maxime Chambreuil \<\> +- Serpent Consulting Services Pvt. Ltd. \<\> +- Murtaza Mithaiwala \<\> diff --git a/account_banking_ach_credit_transfer/readme/CONTRIBUTORS.rst b/account_banking_ach_credit_transfer/readme/CONTRIBUTORS.rst deleted file mode 100644 index 1c48c3e7..00000000 --- a/account_banking_ach_credit_transfer/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,4 +0,0 @@ -* Dave Burkholder -* Maxime Chambreuil -* Serpent Consulting Services Pvt. Ltd. -* Murtaza Mithaiwala diff --git a/account_banking_ach_credit_transfer/readme/DESCRIPTION.rst b/account_banking_ach_credit_transfer/readme/DESCRIPTION.md similarity index 100% rename from account_banking_ach_credit_transfer/readme/DESCRIPTION.rst rename to account_banking_ach_credit_transfer/readme/DESCRIPTION.md diff --git a/account_banking_ach_credit_transfer/readme/INSTALL.md b/account_banking_ach_credit_transfer/readme/INSTALL.md new file mode 100644 index 00000000..cb93563c --- /dev/null +++ b/account_banking_ach_credit_transfer/readme/INSTALL.md @@ -0,0 +1,5 @@ +This module depends on : + +- account_banking_ach_base +- carta-ach +- stdnum diff --git a/account_banking_ach_credit_transfer/readme/INSTALL.rst b/account_banking_ach_credit_transfer/readme/INSTALL.rst deleted file mode 100644 index b869995a..00000000 --- a/account_banking_ach_credit_transfer/readme/INSTALL.rst +++ /dev/null @@ -1,5 +0,0 @@ -This module depends on : - -* account_banking_ach_base -* carta-ach -* stdnum diff --git a/account_banking_ach_credit_transfer/static/description/index.html b/account_banking_ach_credit_transfer/static/description/index.html index b3729e57..86675bdf 100644 --- a/account_banking_ach_credit_transfer/static/description/index.html +++ b/account_banking_ach_credit_transfer/static/description/index.html @@ -8,11 +8,10 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ +:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. -Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -275,7 +274,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: gray; } /* line numbers */ +pre.code .ln { color: grey; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -301,7 +300,7 @@ span.pre { white-space: pre } -span.problematic, pre.problematic { +span.problematic { color: red } span.section-subtitle { @@ -369,7 +368,7 @@

Account Banking ACH Credit Transfer

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:2acfd000956b8377b952111df800a0ded3a4272a185ab1ce5ba3b446e19153c5 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/l10n-usa Translate me on Weblate Try me on Runboat

+

Beta License: AGPL-3 OCA/l10n-usa Translate me on Weblate Try me on Runboat

Create ACH files for Credit Transfers

Module to export credit transfers in Nacha file format.

Table of contents

@@ -407,7 +406,7 @@

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -feedback.

+feedback.

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

@@ -430,13 +429,11 @@

Contributors

Maintainers

This module is maintained by the OCA.

- -Odoo Community Association - +Odoo Community Association

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

-

This module is part of the OCA/l10n-usa project on GitHub.

+

This module is part of the OCA/l10n-usa project on GitHub.

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

diff --git a/account_banking_ach_credit_transfer/tests/test_account_banking_ach_credit_trasnfer.py b/account_banking_ach_credit_transfer/tests/test_account_banking_ach_credit_trasnfer.py index 59216b97..e67cd7bf 100644 --- a/account_banking_ach_credit_transfer/tests/test_account_banking_ach_credit_trasnfer.py +++ b/account_banking_ach_credit_transfer/tests/test_account_banking_ach_credit_trasnfer.py @@ -50,7 +50,6 @@ def setUpClass(cls): cls.payment_mode.variable_journal_ids += cls.bank_journal def test_account_payment_order(self): - self.payment_order = self.env["account.payment.order"].create( { "payment_type": "outbound",