From 5050cf476f79fbca4a93c8de4273e3466492dfd4 Mon Sep 17 00:00:00 2001 From: JordiMForgeFlow Date: Thu, 21 Nov 2024 08:53:46 +0100 Subject: [PATCH] [IMP] account_banking_ach_base: pre-commit fixes --- account_banking_ach_base/README.rst | 34 ++++++++++--------- account_banking_ach_base/pyproject.toml | 3 ++ .../readme/CONTRIBUTORS.md | 4 +++ .../readme/CONTRIBUTORS.rst | 4 --- .../{DESCRIPTION.rst => DESCRIPTION.md} | 3 +- account_banking_ach_base/readme/USAGE.md | 7 ++++ account_banking_ach_base/readme/USAGE.rst | 6 ---- .../static/description/index.html | 18 +++++----- requirements.txt | 1 + 9 files changed, 45 insertions(+), 35 deletions(-) create mode 100644 account_banking_ach_base/pyproject.toml create mode 100644 account_banking_ach_base/readme/CONTRIBUTORS.md delete mode 100644 account_banking_ach_base/readme/CONTRIBUTORS.rst rename account_banking_ach_base/readme/{DESCRIPTION.rst => DESCRIPTION.md} (82%) create mode 100644 account_banking_ach_base/readme/USAGE.md delete mode 100644 account_banking_ach_base/readme/USAGE.rst diff --git a/account_banking_ach_base/README.rst b/account_banking_ach_base/README.rst index fc3fb501..86796d1e 100644 --- a/account_banking_ach_base/README.rst +++ b/account_banking_ach_base/README.rst @@ -17,18 +17,19 @@ Localizations for North American Banking & Financials :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_base + :target: https://github.com/OCA/l10n-usa/tree/17.0/account_banking_ach_base :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_base + :target: https://translation.odoo-community.org/projects/l10n-usa-17-0/l10n-usa-17-0-account_banking_ach_base :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| -Add fields to Bank, Partner and Company required for ACH transactions in USA. +Add fields to Bank, Partner and Company required for ACH transactions in +USA. **Table of contents** @@ -38,12 +39,13 @@ Add fields to Bank, Partner and Company required for ACH transactions in USA. Usage ===== -Add `routing_number` on Bank records. +Add routing_number on Bank records. Add Legal ID on Partner and Company records. -Add Mandate URL field to Company record. Use in email templates to provide customer with an easy -way to access your Mandate Authorization form to streamline ACH authorizations. +Add Mandate URL field to Company record. Use in email templates to +provide customer with an easy way to access your Mandate Authorization +form to streamline ACH authorizations. Bug Tracker =========== @@ -51,7 +53,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. @@ -59,20 +61,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. @@ -84,6 +86,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_base/pyproject.toml b/account_banking_ach_base/pyproject.toml new file mode 100644 index 00000000..4231d0cc --- /dev/null +++ b/account_banking_ach_base/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/account_banking_ach_base/readme/CONTRIBUTORS.md b/account_banking_ach_base/readme/CONTRIBUTORS.md new file mode 100644 index 00000000..39c4c3fd --- /dev/null +++ b/account_banking_ach_base/readme/CONTRIBUTORS.md @@ -0,0 +1,4 @@ +- Dave Burkholder \<\> +- Maxime Chambreuil \<\> +- Serpent Consulting Services Pvt. Ltd. \<\> +- Murtaza Mithaiwala \<\> diff --git a/account_banking_ach_base/readme/CONTRIBUTORS.rst b/account_banking_ach_base/readme/CONTRIBUTORS.rst deleted file mode 100644 index fdaab636..00000000 --- a/account_banking_ach_base/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_base/readme/DESCRIPTION.rst b/account_banking_ach_base/readme/DESCRIPTION.md similarity index 82% rename from account_banking_ach_base/readme/DESCRIPTION.rst rename to account_banking_ach_base/readme/DESCRIPTION.md index f67cdafa..71e02781 100644 --- a/account_banking_ach_base/readme/DESCRIPTION.rst +++ b/account_banking_ach_base/readme/DESCRIPTION.md @@ -1 +1,2 @@ -Add fields to Bank, Partner and Company required for ACH transactions in USA. +Add fields to Bank, Partner and Company required for ACH transactions in +USA. diff --git a/account_banking_ach_base/readme/USAGE.md b/account_banking_ach_base/readme/USAGE.md new file mode 100644 index 00000000..910346ff --- /dev/null +++ b/account_banking_ach_base/readme/USAGE.md @@ -0,0 +1,7 @@ +Add routing_number on Bank records. + +Add Legal ID on Partner and Company records. + +Add Mandate URL field to Company record. Use in email templates to +provide customer with an easy way to access your Mandate Authorization +form to streamline ACH authorizations. diff --git a/account_banking_ach_base/readme/USAGE.rst b/account_banking_ach_base/readme/USAGE.rst deleted file mode 100644 index 381ada16..00000000 --- a/account_banking_ach_base/readme/USAGE.rst +++ /dev/null @@ -1,6 +0,0 @@ -Add `routing_number` on Bank records. - -Add Legal ID on Partner and Company records. - -Add Mandate URL field to Company record. Use in email templates to provide customer with an easy -way to access your Mandate Authorization form to streamline ACH authorizations. diff --git a/account_banking_ach_base/static/description/index.html b/account_banking_ach_base/static/description/index.html index f19af5c5..205e563c 100644 --- a/account_banking_ach_base/static/description/index.html +++ b/account_banking_ach_base/static/description/index.html @@ -368,8 +368,9 @@

Localizations for North American Banking & Financials

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:3e433c1cd98ea8f71c47602d76dc289df93b16fc3d56487bff66d2455e5d2c6a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

-

Add fields to Bank, Partner and Company required for ACH transactions in USA.

+

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

+

Add fields to Bank, Partner and Company required for ACH transactions in +USA.

Table of contents

    @@ -385,17 +386,18 @@

    Localizations for North American Banking & Financials

Usage

-

Add routing_number on Bank records.

+

Add routing_number on Bank records.

Add Legal ID on Partner and Company records.

-

Add Mandate URL field to Company record. Use in email templates to provide customer with an easy -way to access your Mandate Authorization form to streamline ACH authorizations.

+

Add Mandate URL field to Company record. Use in email templates to +provide customer with an easy way to access your Mandate Authorization +form to streamline ACH authorizations.

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.

@@ -412,7 +414,7 @@

Contributors

  • Dave Burkholder <dave@thinkwelldesigns.com>
  • Maxime Chambreuil <mchambreuil@opensourceintegrators.com>
  • Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
  • -
  • Murtaza Mithaiwala <mmithaiwala@opensourceintegrators.com>
  • +
  • Murtaza Mithaiwala <mmithaiwala@opensourceintegrators.com>
  • @@ -422,7 +424,7 @@

    Maintainers

    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/requirements.txt b/requirements.txt index f8f07db7..5041c4a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ # generated from manifests external_dependencies +ach python-stdnum