From 78423111a78d376be4e31fd2c720a4badb66b5e0 Mon Sep 17 00:00:00 2001 From: pilarvargas-tecnativa Date: Fri, 25 Oct 2024 13:21:00 +0200 Subject: [PATCH] [IMP] account_statement_import_move_line: pre-commit auto fixes --- account_statement_import_move_line/README.rst | 56 ++++++++-------- .../pyproject.toml | 3 + .../readme/CONFIGURE.md | 5 ++ .../readme/CONFIGURE.rst | 5 -- .../readme/CONTRIBUTORS.md | 6 ++ .../readme/CONTRIBUTORS.rst | 8 --- .../readme/DESCRIPTION.md | 3 + .../readme/DESCRIPTION.rst | 3 - .../readme/USAGE.md | 8 +++ .../readme/USAGE.rst | 8 --- .../static/description/index.html | 64 ++++++++++--------- 11 files changed, 86 insertions(+), 83 deletions(-) create mode 100644 account_statement_import_move_line/pyproject.toml create mode 100644 account_statement_import_move_line/readme/CONFIGURE.md delete mode 100644 account_statement_import_move_line/readme/CONFIGURE.rst create mode 100644 account_statement_import_move_line/readme/CONTRIBUTORS.md delete mode 100644 account_statement_import_move_line/readme/CONTRIBUTORS.rst create mode 100644 account_statement_import_move_line/readme/DESCRIPTION.md delete mode 100644 account_statement_import_move_line/readme/DESCRIPTION.rst create mode 100644 account_statement_import_move_line/readme/USAGE.md delete mode 100644 account_statement_import_move_line/readme/USAGE.rst diff --git a/account_statement_import_move_line/README.rst b/account_statement_import_move_line/README.rst index 292717bc..b1a4e7b7 100644 --- a/account_statement_import_move_line/README.rst +++ b/account_statement_import_move_line/README.rst @@ -17,20 +17,20 @@ Bank statement import move lines :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/15.0/account_statement_import_move_line + :target: https://github.com/OCA/bank-statement-import/tree/17.0/account_statement_import_move_line :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-15-0/bank-statement-import-15-0-account_statement_import_move_line + :target: https://translation.odoo-community.org/projects/bank-statement-import-17-0/bank-statement-import-17-0-account_statement_import_move_line :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=15.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 adds a button to bank statement form view to open a wizard to allow -filtering, selecting and importing lines form journal items into the bank -statement. +This module adds a button to bank statement form view to open a wizard +to allow filtering, selecting and importing lines form journal items +into the bank statement. **Table of contents** @@ -42,21 +42,21 @@ Configuration To configure this module, you need to: -#. Go to *Settings > Users & Companies > Users*. -#. Open the user that needs to use this feature. -#. Mark the check *Show Full Accounting Features*. +1. Go to *Settings > Users & Companies > Users*. +2. Open the user that needs to use this feature. +3. Mark the check *Show Full Accounting Features*. Usage ===== -#. Go to Invoicing > Dashboard. -#. Create a new bank statement from a bank journal. -#. Click button "Import Journal Items". -#. Select filtering options. -#. Click on button "Add All Move Lines" to auto-select the move lines matching - the selected criteria or click on Add an item to manually select the move - lines filtered by the criteria. -#. Click on button "Create Statement Lines". +1. Go to Invoicing > Dashboard. +2. Create a new bank statement from a bank journal. +3. Click button "Import Journal Items". +4. Select filtering options. +5. Click on button "Add All Move Lines" to auto-select the move lines + matching the selected criteria or click on Add an item to manually + select the move lines filtered by the criteria. +6. Click on button "Create Statement Lines". Bug Tracker =========== @@ -64,7 +64,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. @@ -72,24 +72,24 @@ Credits ======= Authors -~~~~~~~ +------- * Tecnativa Contributors -~~~~~~~~~~~~ +------------ -* `Tecnativa `_: +- `Tecnativa `__: - * Luis M. Ontalba - * Victor M.M. Torres - * João Marques - * Ernesto García + - Luis M. Ontalba + - Victor M.M. Torres + - João Marques + - Ernesto García -* Pedro Gonzalez +- Pedro Gonzalez Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -109,6 +109,6 @@ Current `maintainer `__: |maintainer-pedrobaeza| -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_move_line/pyproject.toml b/account_statement_import_move_line/pyproject.toml new file mode 100644 index 00000000..4231d0cc --- /dev/null +++ b/account_statement_import_move_line/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/account_statement_import_move_line/readme/CONFIGURE.md b/account_statement_import_move_line/readme/CONFIGURE.md new file mode 100644 index 00000000..9de0ad04 --- /dev/null +++ b/account_statement_import_move_line/readme/CONFIGURE.md @@ -0,0 +1,5 @@ +To configure this module, you need to: + +1. Go to *Settings \> Users & Companies \> Users*. +2. Open the user that needs to use this feature. +3. Mark the check *Show Full Accounting Features*. diff --git a/account_statement_import_move_line/readme/CONFIGURE.rst b/account_statement_import_move_line/readme/CONFIGURE.rst deleted file mode 100644 index e0283f48..00000000 --- a/account_statement_import_move_line/readme/CONFIGURE.rst +++ /dev/null @@ -1,5 +0,0 @@ -To configure this module, you need to: - -#. Go to *Settings > Users & Companies > Users*. -#. Open the user that needs to use this feature. -#. Mark the check *Show Full Accounting Features*. diff --git a/account_statement_import_move_line/readme/CONTRIBUTORS.md b/account_statement_import_move_line/readme/CONTRIBUTORS.md new file mode 100644 index 00000000..1517694c --- /dev/null +++ b/account_statement_import_move_line/readme/CONTRIBUTORS.md @@ -0,0 +1,6 @@ +- [Tecnativa](https://www.tecnativa.com): + - Luis M. Ontalba + - Victor M.M. Torres + - João Marques + - Ernesto García +- Pedro Gonzalez \<\> diff --git a/account_statement_import_move_line/readme/CONTRIBUTORS.rst b/account_statement_import_move_line/readme/CONTRIBUTORS.rst deleted file mode 100644 index 8324ec95..00000000 --- a/account_statement_import_move_line/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,8 +0,0 @@ -* `Tecnativa `_: - - * Luis M. Ontalba - * Victor M.M. Torres - * João Marques - * Ernesto García - -* Pedro Gonzalez diff --git a/account_statement_import_move_line/readme/DESCRIPTION.md b/account_statement_import_move_line/readme/DESCRIPTION.md new file mode 100644 index 00000000..3b869d7f --- /dev/null +++ b/account_statement_import_move_line/readme/DESCRIPTION.md @@ -0,0 +1,3 @@ +This module adds a button to bank statement form view to open a wizard +to allow filtering, selecting and importing lines form journal items +into the bank statement. diff --git a/account_statement_import_move_line/readme/DESCRIPTION.rst b/account_statement_import_move_line/readme/DESCRIPTION.rst deleted file mode 100644 index db08a016..00000000 --- a/account_statement_import_move_line/readme/DESCRIPTION.rst +++ /dev/null @@ -1,3 +0,0 @@ -This module adds a button to bank statement form view to open a wizard to allow -filtering, selecting and importing lines form journal items into the bank -statement. diff --git a/account_statement_import_move_line/readme/USAGE.md b/account_statement_import_move_line/readme/USAGE.md new file mode 100644 index 00000000..3223a4a0 --- /dev/null +++ b/account_statement_import_move_line/readme/USAGE.md @@ -0,0 +1,8 @@ +1. Go to Invoicing \> Dashboard. +2. Create a new bank statement from a bank journal. +3. Click button "Import Journal Items". +4. Select filtering options. +5. Click on button "Add All Move Lines" to auto-select the move lines + matching the selected criteria or click on Add an item to manually + select the move lines filtered by the criteria. +6. Click on button "Create Statement Lines". diff --git a/account_statement_import_move_line/readme/USAGE.rst b/account_statement_import_move_line/readme/USAGE.rst deleted file mode 100644 index 2be85647..00000000 --- a/account_statement_import_move_line/readme/USAGE.rst +++ /dev/null @@ -1,8 +0,0 @@ -#. Go to Invoicing > Dashboard. -#. Create a new bank statement from a bank journal. -#. Click button "Import Journal Items". -#. Select filtering options. -#. Click on button "Add All Move Lines" to auto-select the move lines matching - the selected criteria or click on Add an item to manually select the move - lines filtered by the criteria. -#. Click on button "Create Statement Lines". diff --git a/account_statement_import_move_line/static/description/index.html b/account_statement_import_move_line/static/description/index.html index 0f0ffa73..b044a25e 100644 --- a/account_statement_import_move_line/static/description/index.html +++ b/account_statement_import_move_line/static/description/index.html @@ -1,20 +1,20 @@ - - + Bank statement import move lines