From ac2273c1a8090a9f2a369ce8925b64b108766edc Mon Sep 17 00:00:00 2001 From: mpascual Date: Wed, 22 May 2024 08:35:51 +0200 Subject: [PATCH] [IMP] account_statement_import_file_reconcile_oca: pre-commit auto fixes --- .../README.rst | 38 +++++++++++-------- .../pyproject.toml | 3 ++ .../readme/CONTRIBUTORS.md | 1 + .../readme/CONTRIBUTORS.rst | 1 - .../readme/DESCRIPTION.md | 13 +++++++ .../readme/DESCRIPTION.rst | 9 ----- .../readme/INSTALL.md | 3 ++ .../readme/INSTALL.rst | 1 - .../static/description/index.html | 36 +++++++++++------- 9 files changed, 65 insertions(+), 40 deletions(-) create mode 100644 account_statement_import_file_reconcile_oca/pyproject.toml create mode 100644 account_statement_import_file_reconcile_oca/readme/CONTRIBUTORS.md delete mode 100644 account_statement_import_file_reconcile_oca/readme/CONTRIBUTORS.rst create mode 100644 account_statement_import_file_reconcile_oca/readme/DESCRIPTION.md delete mode 100644 account_statement_import_file_reconcile_oca/readme/DESCRIPTION.rst create mode 100644 account_statement_import_file_reconcile_oca/readme/INSTALL.md delete mode 100644 account_statement_import_file_reconcile_oca/readme/INSTALL.rst diff --git a/account_statement_import_file_reconcile_oca/README.rst b/account_statement_import_file_reconcile_oca/README.rst index be5570a6..15846035 100644 --- a/account_statement_import_file_reconcile_oca/README.rst +++ b/account_statement_import_file_reconcile_oca/README.rst @@ -17,26 +17,32 @@ Import Statement Files and Go Direct to Reconciliation :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_file_reconcile_oca + :target: https://github.com/OCA/bank-statement-import/tree/17.0/account_statement_import_file_reconcile_oca :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_file_reconcile_oca + :target: https://translation.odoo-community.org/projects/bank-statement-import-17-0/bank-statement-import-17-0-account_statement_import_file_reconcile_oca :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| This module is a glue module between 2 modules: -* **account_statement_import_file** from the Github project *OCA/bank-statement-import* -* **account_reconcile_oca** from the Github project `OCA/account-reconcile `_ +- **account_statement_import_file** from the Github project + *OCA/bank-statement-import* +- **account_reconcile_oca** from the Github project + `OCA/account-reconcile `__ -This module adds a button **Import and Start to Reconcile** on the bank statement file import wizard. When you click on this button, Odoo will import the bank statement file and jump directly to the reconciliation interface. +This module adds a button **Import and Start to Reconcile** on the bank +statement file import wizard. When you click on this button, Odoo will +import the bank statement file and jump directly to the reconciliation +interface. -.. figure:: https://raw.githubusercontent.com/OCA/bank-statement-import/16.0/account_statement_import_file_reconcile_oca/static/description/bank_statement_import_start_reconcile.png - :alt: Bank statement import wizard screenshot +|image1| + +.. |image1| image:: https://raw.githubusercontent.com/OCA/bank-statement-import/17.0/account_statement_import_file_reconcile_oca/static/description/bank_statement_import_start_reconcile.png **Table of contents** @@ -46,7 +52,9 @@ This module adds a button **Import and Start to Reconcile** on the bank statemen Installation ============ -This module will be installed automatically by Odoo if the modules **account_statement_import_file** and **account_reconcile_oca** are installed. +This module will be installed automatically by Odoo if the modules +**account_statement_import_file** and **account_reconcile_oca** are +installed. Bug Tracker =========== @@ -54,7 +62,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. @@ -62,17 +70,17 @@ Credits ======= Authors -~~~~~~~ +------- * Akretion Contributors -~~~~~~~~~~~~ +------------ -* Alexis de Lattre +- Alexis de Lattre Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -92,6 +100,6 @@ Current `maintainer `__: |maintainer-alexis-via| -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_file_reconcile_oca/pyproject.toml b/account_statement_import_file_reconcile_oca/pyproject.toml new file mode 100644 index 00000000..4231d0cc --- /dev/null +++ b/account_statement_import_file_reconcile_oca/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/account_statement_import_file_reconcile_oca/readme/CONTRIBUTORS.md b/account_statement_import_file_reconcile_oca/readme/CONTRIBUTORS.md new file mode 100644 index 00000000..b61afe5d --- /dev/null +++ b/account_statement_import_file_reconcile_oca/readme/CONTRIBUTORS.md @@ -0,0 +1 @@ +- Alexis de Lattre \<\> diff --git a/account_statement_import_file_reconcile_oca/readme/CONTRIBUTORS.rst b/account_statement_import_file_reconcile_oca/readme/CONTRIBUTORS.rst deleted file mode 100644 index ff65d68c..00000000 --- a/account_statement_import_file_reconcile_oca/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1 +0,0 @@ -* Alexis de Lattre diff --git a/account_statement_import_file_reconcile_oca/readme/DESCRIPTION.md b/account_statement_import_file_reconcile_oca/readme/DESCRIPTION.md new file mode 100644 index 00000000..0bbef85e --- /dev/null +++ b/account_statement_import_file_reconcile_oca/readme/DESCRIPTION.md @@ -0,0 +1,13 @@ +This module is a glue module between 2 modules: + +- **account_statement_import_file** from the Github project + *OCA/bank-statement-import* +- **account_reconcile_oca** from the Github project + [OCA/account-reconcile](https://github.com/OCA/account-reconcile) + +This module adds a button **Import and Start to Reconcile** on the bank +statement file import wizard. When you click on this button, Odoo will +import the bank statement file and jump directly to the reconciliation +interface. + +![](../static/description/bank_statement_import_start_reconcile.png) diff --git a/account_statement_import_file_reconcile_oca/readme/DESCRIPTION.rst b/account_statement_import_file_reconcile_oca/readme/DESCRIPTION.rst deleted file mode 100644 index 8ec9c83a..00000000 --- a/account_statement_import_file_reconcile_oca/readme/DESCRIPTION.rst +++ /dev/null @@ -1,9 +0,0 @@ -This module is a glue module between 2 modules: - -* **account_statement_import_file** from the Github project *OCA/bank-statement-import* -* **account_reconcile_oca** from the Github project `OCA/account-reconcile `_ - -This module adds a button **Import and Start to Reconcile** on the bank statement file import wizard. When you click on this button, Odoo will import the bank statement file and jump directly to the reconciliation interface. - -.. figure:: ../static/description/bank_statement_import_start_reconcile.png - :alt: Bank statement import wizard screenshot diff --git a/account_statement_import_file_reconcile_oca/readme/INSTALL.md b/account_statement_import_file_reconcile_oca/readme/INSTALL.md new file mode 100644 index 00000000..07f8c512 --- /dev/null +++ b/account_statement_import_file_reconcile_oca/readme/INSTALL.md @@ -0,0 +1,3 @@ +This module will be installed automatically by Odoo if the modules +**account_statement_import_file** and **account_reconcile_oca** are +installed. diff --git a/account_statement_import_file_reconcile_oca/readme/INSTALL.rst b/account_statement_import_file_reconcile_oca/readme/INSTALL.rst deleted file mode 100644 index e65c8730..00000000 --- a/account_statement_import_file_reconcile_oca/readme/INSTALL.rst +++ /dev/null @@ -1 +0,0 @@ -This module will be installed automatically by Odoo if the modules **account_statement_import_file** and **account_reconcile_oca** are installed. diff --git a/account_statement_import_file_reconcile_oca/static/description/index.html b/account_statement_import_file_reconcile_oca/static/description/index.html index 65947e2c..d8edeb37 100644 --- a/account_statement_import_file_reconcile_oca/static/description/index.html +++ b/account_statement_import_file_reconcile_oca/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 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code { 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.option { span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -368,16 +369,19 @@ ul.auto-toc { !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:2836a00a46947c2aaf604ec5e01b225d141f5ee67a00fa5f96a56b9a63935e7e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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 is a glue module between 2 modules:

    -
  • account_statement_import_file from the Github project OCA/bank-statement-import
  • -
  • account_reconcile_oca from the Github project OCA/account-reconcile
  • +
  • account_statement_import_file from the Github project +OCA/bank-statement-import
  • +
  • account_reconcile_oca from the Github project +OCA/account-reconcile
-

This module adds a button Import and Start to Reconcile on the bank statement file import wizard. When you click on this button, Odoo will import the bank statement file and jump directly to the reconciliation interface.

-
-Bank statement import wizard screenshot -
+

This module adds a button Import and Start to Reconcile on the bank +statement file import wizard. When you click on this button, Odoo will +import the bank statement file and jump directly to the reconciliation +interface.

+

image1

Table of contents

    @@ -393,14 +397,16 @@ ul.auto-toc {

Installation

-

This module will be installed automatically by Odoo if the modules account_statement_import_file and account_reconcile_oca are installed.

+

This module will be installed automatically by Odoo if the modules +account_statement_import_file and account_reconcile_oca are +installed.

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.

@@ -420,13 +426,15 @@ If you spotted it first, help us to smash it by providing a detailed and welcome

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.

Current maintainer:

alexis-via

-

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.