From 95a15ff1f83287a45393e52c63b87ec67b32b50d Mon Sep 17 00:00:00 2001 From: "r.perez" Date: Thu, 28 Nov 2024 17:28:57 -0500 Subject: [PATCH] [IMP] account_statement_import_online_plaid: pre-commit auto fixes --- .../README.rst | 75 +++++++++---------- .../pyproject.toml | 3 + .../readme/CONFIGURE.md | 27 +++++++ .../readme/CONFIGURE.rst | 27 ------- .../readme/CONTRIBUTORS.md | 2 + .../readme/CONTRIBUTORS.rst | 3 - .../{DESCRIPTION.rst => DESCRIPTION.md} | 0 .../readme/USAGE.md | 12 +++ .../readme/USAGE.rst | 13 ---- .../static/description/index.html | 35 +++++---- requirements.txt | 1 + 11 files changed, 101 insertions(+), 97 deletions(-) create mode 100644 account_statement_import_online_plaid/pyproject.toml create mode 100644 account_statement_import_online_plaid/readme/CONFIGURE.md delete mode 100644 account_statement_import_online_plaid/readme/CONFIGURE.rst create mode 100644 account_statement_import_online_plaid/readme/CONTRIBUTORS.md delete mode 100644 account_statement_import_online_plaid/readme/CONTRIBUTORS.rst rename account_statement_import_online_plaid/readme/{DESCRIPTION.rst => DESCRIPTION.md} (100%) create mode 100644 account_statement_import_online_plaid/readme/USAGE.md delete mode 100644 account_statement_import_online_plaid/readme/USAGE.rst diff --git a/account_statement_import_online_plaid/README.rst b/account_statement_import_online_plaid/README.rst index 58a89d891..3db4bb07a 100644 --- a/account_statement_import_online_plaid/README.rst +++ b/account_statement_import_online_plaid/README.rst @@ -17,13 +17,13 @@ Online Bank Statements: plaid.com :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fbank--statement--import-lightgray.png?logo=github - :target: https://github.com/OCA/bank-statement-import/tree/16.0/account_statement_import_online_plaid + :target: https://github.com/OCA/bank-statement-import/tree/17.0/account_statement_import_online_plaid :alt: OCA/bank-statement-import .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_online_plaid + :target: https://translation.odoo-community.org/projects/bank-statement-import-17-0/bank-statement-import-17-0-account_statement_import_online_plaid :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/bank-statement-import&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/bank-statement-import&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -40,48 +40,47 @@ Configuration To configure online bank statements provider: -#. Go to *Invoicing > Configuration > Bank Accounts* -#. Open bank account to configure and edit it -#. Set *Bank Feeds* to *Online* -#. Select *Plaid.com* as online bank statements provider in - *Online Bank Statements (OCA)* section -#. Save the bank account -#. Click on provider and configure provider-specific settings. +1. Go to *Invoicing > Configuration > Bank Accounts* +2. Open bank account to configure and edit it +3. Set *Bank Feeds* to *Online* +4. Select *Plaid.com* as online bank statements provider in *Online Bank + Statements (OCA)* section +5. Save the bank account +6. Click on provider and configure provider-specific settings. or, alternatively: -#. Go to *Invoicing > Overview* -#. Open settings of the corresponding journal account -#. Switch to *Bank Account* tab -#. Set *Bank Feeds* to *Online* -#. Select *Plaid.com* as online bank statements provider in - *Online Bank Statements (OCA)* section -#. Save the bank account -#. Click on provider and configure provider-specific settings. +1. Go to *Invoicing > Overview* +2. Open settings of the corresponding journal account +3. Switch to *Bank Account* tab +4. Set *Bank Feeds* to *Online* +5. Select *Plaid.com* as online bank statements provider in *Online Bank + Statements (OCA)* section +6. Save the bank account +7. Click on provider and configure provider-specific settings. To obtain *Login* and *Key*: -#. Open `Plaid.com `_. +1. Open `Plaid.com `__. -Check also ``account_bank_statement_import_online`` configuration instructions -for more information. +Check also ``account_bank_statement_import_online`` configuration +instructions for more information. Usage ===== To pull historical bank statements: -#. Go to *Invoicing > Configuration > Bank Accounts* -#. Select specific bank accounts -#. Configure username, password and host for plaid -#. Launch *Actions > Sync with plaid.com* +1. Go to *Invoicing > Configuration > Bank Accounts* +2. Select specific bank accounts +3. Configure username, password and host for plaid +4. Launch *Actions > Sync with plaid.com* +5. After launch *Actions > Online Bank Statements Pull Wizard* +6. Configure date interval and click *Pull* -#. After launch *Actions > Online Bank Statements Pull Wizard* -#. Configure date interval and click *Pull* - -If historical data is not needed, then just simply wait for the scheduled -activity "Pull Online Bank Statements" to be executed for getting new -transactions. +If historical data is not needed, then just simply wait for the +scheduled activity "Pull Online Bank Statements" to be executed for +getting new transactions. Bug Tracker =========== @@ -89,7 +88,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. @@ -97,19 +96,19 @@ Credits ======= Authors -~~~~~~~ +------- * Binhex Contributors -~~~~~~~~~~~~ +------------ -* `Binhex `_: +- `Binhex `__: - * Adasat Torres de León + - Adasat Torres de León Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -121,6 +120,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/bank-statement-import `_ project on GitHub. +This module is part of the `OCA/bank-statement-import `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/account_statement_import_online_plaid/pyproject.toml b/account_statement_import_online_plaid/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/account_statement_import_online_plaid/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/account_statement_import_online_plaid/readme/CONFIGURE.md b/account_statement_import_online_plaid/readme/CONFIGURE.md new file mode 100644 index 000000000..1df2c169d --- /dev/null +++ b/account_statement_import_online_plaid/readme/CONFIGURE.md @@ -0,0 +1,27 @@ +To configure online bank statements provider: + +1. Go to *Invoicing \> Configuration \> Bank Accounts* +2. Open bank account to configure and edit it +3. Set *Bank Feeds* to *Online* +4. Select *Plaid.com* as online bank statements provider in *Online + Bank Statements (OCA)* section +5. Save the bank account +6. Click on provider and configure provider-specific settings. + +or, alternatively: + +1. Go to *Invoicing \> Overview* +2. Open settings of the corresponding journal account +3. Switch to *Bank Account* tab +4. Set *Bank Feeds* to *Online* +5. Select *Plaid.com* as online bank statements provider in *Online + Bank Statements (OCA)* section +6. Save the bank account +7. Click on provider and configure provider-specific settings. + +To obtain *Login* and *Key*: + +1. Open [Plaid.com](https://plaid.com/). + +Check also `account_bank_statement_import_online` configuration +instructions for more information. diff --git a/account_statement_import_online_plaid/readme/CONFIGURE.rst b/account_statement_import_online_plaid/readme/CONFIGURE.rst deleted file mode 100644 index e83f93325..000000000 --- a/account_statement_import_online_plaid/readme/CONFIGURE.rst +++ /dev/null @@ -1,27 +0,0 @@ -To configure online bank statements provider: - -#. Go to *Invoicing > Configuration > Bank Accounts* -#. Open bank account to configure and edit it -#. Set *Bank Feeds* to *Online* -#. Select *Plaid.com* as online bank statements provider in - *Online Bank Statements (OCA)* section -#. Save the bank account -#. Click on provider and configure provider-specific settings. - -or, alternatively: - -#. Go to *Invoicing > Overview* -#. Open settings of the corresponding journal account -#. Switch to *Bank Account* tab -#. Set *Bank Feeds* to *Online* -#. Select *Plaid.com* as online bank statements provider in - *Online Bank Statements (OCA)* section -#. Save the bank account -#. Click on provider and configure provider-specific settings. - -To obtain *Login* and *Key*: - -#. Open `Plaid.com `_. - -Check also ``account_bank_statement_import_online`` configuration instructions -for more information. diff --git a/account_statement_import_online_plaid/readme/CONTRIBUTORS.md b/account_statement_import_online_plaid/readme/CONTRIBUTORS.md new file mode 100644 index 000000000..fd5cdc481 --- /dev/null +++ b/account_statement_import_online_plaid/readme/CONTRIBUTORS.md @@ -0,0 +1,2 @@ +- [Binhex](https://binhex.cloud): + - Adasat Torres de León \<\> diff --git a/account_statement_import_online_plaid/readme/CONTRIBUTORS.rst b/account_statement_import_online_plaid/readme/CONTRIBUTORS.rst deleted file mode 100644 index a2a3a6b64..000000000 --- a/account_statement_import_online_plaid/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,3 +0,0 @@ -* `Binhex `_: - - * Adasat Torres de León diff --git a/account_statement_import_online_plaid/readme/DESCRIPTION.rst b/account_statement_import_online_plaid/readme/DESCRIPTION.md similarity index 100% rename from account_statement_import_online_plaid/readme/DESCRIPTION.rst rename to account_statement_import_online_plaid/readme/DESCRIPTION.md diff --git a/account_statement_import_online_plaid/readme/USAGE.md b/account_statement_import_online_plaid/readme/USAGE.md new file mode 100644 index 000000000..122a1cf90 --- /dev/null +++ b/account_statement_import_online_plaid/readme/USAGE.md @@ -0,0 +1,12 @@ +To pull historical bank statements: + +1. Go to *Invoicing \> Configuration \> Bank Accounts* +2. Select specific bank accounts +3. Configure username, password and host for plaid +4. Launch *Actions \> Sync with plaid.com* +5. After launch *Actions \> Online Bank Statements Pull Wizard* +6. Configure date interval and click *Pull* + +If historical data is not needed, then just simply wait for the +scheduled activity "Pull Online Bank Statements" to be executed for +getting new transactions. diff --git a/account_statement_import_online_plaid/readme/USAGE.rst b/account_statement_import_online_plaid/readme/USAGE.rst deleted file mode 100644 index 29a24817f..000000000 --- a/account_statement_import_online_plaid/readme/USAGE.rst +++ /dev/null @@ -1,13 +0,0 @@ -To pull historical bank statements: - -#. Go to *Invoicing > Configuration > Bank Accounts* -#. Select specific bank accounts -#. Configure username, password and host for plaid -#. Launch *Actions > Sync with plaid.com* - -#. After launch *Actions > Online Bank Statements Pull Wizard* -#. Configure date interval and click *Pull* - -If historical data is not needed, then just simply wait for the scheduled -activity "Pull Online Bank Statements" to be executed for getting new -transactions. diff --git a/account_statement_import_online_plaid/static/description/index.html b/account_statement_import_online_plaid/static/description/index.html index 81a2112ed..a4e30cacb 100644 --- a/account_statement_import_online_plaid/static/description/index.html +++ b/account_statement_import_online_plaid/static/description/index.html @@ -8,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z 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. @@ -274,7 +275,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* 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 } @@ -300,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -368,7 +369,7 @@

Online Bank Statements: plaid.com

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:a7b84e04274ce7746346dbb4b33c1d2d98df5306dfde3a173ce2982576104eae !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/bank-statement-import Translate me on Weblate Try me on Runboat

+

Beta License: AGPL-3 OCA/bank-statement-import Translate me on Weblate Try me on Runboat

This module provides online bank statements from Plaid.com.

Table of contents

@@ -391,8 +392,8 @@

Configuration

  • Go to Invoicing > Configuration > Bank Accounts
  • Open bank account to configure and edit it
  • Set Bank Feeds to Online
  • -
  • Select Plaid.com as online bank statements provider in -Online Bank Statements (OCA) section
  • +
  • Select Plaid.com as online bank statements provider in Online Bank +Statements (OCA) section
  • Save the bank account
  • Click on provider and configure provider-specific settings.
  • @@ -402,8 +403,8 @@

    Configuration

  • Open settings of the corresponding journal account
  • Switch to Bank Account tab
  • Set Bank Feeds to Online
  • -
  • Select Plaid.com as online bank statements provider in -Online Bank Statements (OCA) section
  • +
  • Select Plaid.com as online bank statements provider in Online Bank +Statements (OCA) section
  • Save the bank account
  • Click on provider and configure provider-specific settings.
  • @@ -411,8 +412,8 @@

    Configuration

    1. Open Plaid.com.
    -

    Check also account_bank_statement_import_online configuration instructions -for more information.

    +

    Check also account_bank_statement_import_online configuration +instructions for more information.

    Usage

    @@ -425,16 +426,16 @@

    Usage

  • After launch Actions > Online Bank Statements Pull Wizard
  • Configure date interval and click Pull
  • -

    If historical data is not needed, then just simply wait for the scheduled -activity “Pull Online Bank Statements” to be executed for getting new -transactions.

    +

    If historical data is not needed, then just simply wait for the +scheduled activity “Pull Online Bank Statements” to be executed for +getting new transactions.

    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.

    @@ -457,11 +458,13 @@

    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/bank-statement-import project on GitHub.

    +

    This module is part of the OCA/bank-statement-import 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 5a2df8071..a3b69ece0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ # generated from manifests external_dependencies chardet +plaid-python xlrd