From 4bfa5a5f2af00da760339f90c23eba6f7f6d59ba Mon Sep 17 00:00:00 2001 From: ArnauCForgeFlow Date: Wed, 19 Feb 2025 16:09:28 +0100 Subject: [PATCH] [IMP] account_partner_reconcile: pre-commit auto fixes --- account_partner_reconcile/README.rst | 33 ++++++++++--------- account_partner_reconcile/pyproject.toml | 3 ++ .../readme/{CONFIGURE.rst => CONFIGURE.md} | 0 .../readme/CONTRIBUTORS.md | 3 ++ .../readme/CONTRIBUTORS.rst | 3 -- .../readme/DESCRIPTION.md | 3 ++ .../readme/DESCRIPTION.rst | 2 -- account_partner_reconcile/readme/USAGE.md | 3 ++ account_partner_reconcile/readme/USAGE.rst | 3 -- .../static/description/index.html | 11 ++++--- 10 files changed, 35 insertions(+), 29 deletions(-) create mode 100644 account_partner_reconcile/pyproject.toml rename account_partner_reconcile/readme/{CONFIGURE.rst => CONFIGURE.md} (100%) create mode 100644 account_partner_reconcile/readme/CONTRIBUTORS.md delete mode 100644 account_partner_reconcile/readme/CONTRIBUTORS.rst create mode 100644 account_partner_reconcile/readme/DESCRIPTION.md delete mode 100644 account_partner_reconcile/readme/DESCRIPTION.rst create mode 100644 account_partner_reconcile/readme/USAGE.md delete mode 100644 account_partner_reconcile/readme/USAGE.rst diff --git a/account_partner_reconcile/README.rst b/account_partner_reconcile/README.rst index 1b806ec5..3ee86c1d 100644 --- a/account_partner_reconcile/README.rst +++ b/account_partner_reconcile/README.rst @@ -17,19 +17,20 @@ Account Partner Reconcile :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--reconcile-lightgray.png?logo=github - :target: https://github.com/OCA/account-reconcile/tree/16.0/account_partner_reconcile + :target: https://github.com/OCA/account-reconcile/tree/17.0/account_partner_reconcile :alt: OCA/account-reconcile .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/account-reconcile-16-0/account-reconcile-16-0-account_partner_reconcile + :target: https://translation.odoo-community.org/projects/account-reconcile-17-0/account-reconcile-17-0-account_partner_reconcile :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/account-reconcile&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/account-reconcile&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| -This module adds the buttons "Match Receivables" (& "Match Payables") in the customer (& suppliers) form -view to allow to start the matching of invoices & payments for that partner. +This module adds the buttons "Match Receivables" (& "Match Payables") in +the customer (& suppliers) form view to allow to start the matching of +invoices & payments for that partner. **Table of contents** @@ -45,9 +46,9 @@ The button is visible only to users that belong to the accounting groups Usage ===== -#. Enable 'Show Full Accounting Features' -#. Create a new Customer Invoice and Payment -#. Go to the Customer/Supplier view form and click on Match payments +1. Enable 'Show Full Accounting Features' +2. Create a new Customer Invoice and Payment +3. Go to the Customer/Supplier view form and click on Match payments Bug Tracker =========== @@ -55,7 +56,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. @@ -63,19 +64,19 @@ Credits ======= Authors -~~~~~~~ +------- * ForgeFlow Contributors -~~~~~~~~~~~~ +------------ -* Jordi Ballester -* Jaume Planas -* Ahmet Yiğit Budak +- Jordi Ballester +- Jaume Planas +- Ahmet Yiğit Budak Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -87,6 +88,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/account-reconcile `_ project on GitHub. +This module is part of the `OCA/account-reconcile `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/account_partner_reconcile/pyproject.toml b/account_partner_reconcile/pyproject.toml new file mode 100644 index 00000000..4231d0cc --- /dev/null +++ b/account_partner_reconcile/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/account_partner_reconcile/readme/CONFIGURE.rst b/account_partner_reconcile/readme/CONFIGURE.md similarity index 100% rename from account_partner_reconcile/readme/CONFIGURE.rst rename to account_partner_reconcile/readme/CONFIGURE.md diff --git a/account_partner_reconcile/readme/CONTRIBUTORS.md b/account_partner_reconcile/readme/CONTRIBUTORS.md new file mode 100644 index 00000000..2d6a380d --- /dev/null +++ b/account_partner_reconcile/readme/CONTRIBUTORS.md @@ -0,0 +1,3 @@ +- Jordi Ballester \<\> +- Jaume Planas \<\> +- Ahmet Yiğit Budak \<\> diff --git a/account_partner_reconcile/readme/CONTRIBUTORS.rst b/account_partner_reconcile/readme/CONTRIBUTORS.rst deleted file mode 100644 index 0aecc832..00000000 --- a/account_partner_reconcile/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,3 +0,0 @@ -* Jordi Ballester -* Jaume Planas -* Ahmet Yiğit Budak diff --git a/account_partner_reconcile/readme/DESCRIPTION.md b/account_partner_reconcile/readme/DESCRIPTION.md new file mode 100644 index 00000000..1b84e0bc --- /dev/null +++ b/account_partner_reconcile/readme/DESCRIPTION.md @@ -0,0 +1,3 @@ +This module adds the buttons "Match Receivables" (& "Match Payables") in +the customer (& suppliers) form view to allow to start the matching of +invoices & payments for that partner. diff --git a/account_partner_reconcile/readme/DESCRIPTION.rst b/account_partner_reconcile/readme/DESCRIPTION.rst deleted file mode 100644 index 8e5542ed..00000000 --- a/account_partner_reconcile/readme/DESCRIPTION.rst +++ /dev/null @@ -1,2 +0,0 @@ -This module adds the buttons "Match Receivables" (& "Match Payables") in the customer (& suppliers) form -view to allow to start the matching of invoices & payments for that partner. diff --git a/account_partner_reconcile/readme/USAGE.md b/account_partner_reconcile/readme/USAGE.md new file mode 100644 index 00000000..e644ba80 --- /dev/null +++ b/account_partner_reconcile/readme/USAGE.md @@ -0,0 +1,3 @@ +1. Enable 'Show Full Accounting Features' +2. Create a new Customer Invoice and Payment +3. Go to the Customer/Supplier view form and click on Match payments diff --git a/account_partner_reconcile/readme/USAGE.rst b/account_partner_reconcile/readme/USAGE.rst deleted file mode 100644 index 1072ced9..00000000 --- a/account_partner_reconcile/readme/USAGE.rst +++ /dev/null @@ -1,3 +0,0 @@ -#. Enable 'Show Full Accounting Features' -#. Create a new Customer Invoice and Payment -#. Go to the Customer/Supplier view form and click on Match payments diff --git a/account_partner_reconcile/static/description/index.html b/account_partner_reconcile/static/description/index.html index 4b701f33..f1db98a3 100644 --- a/account_partner_reconcile/static/description/index.html +++ b/account_partner_reconcile/static/description/index.html @@ -369,9 +369,10 @@ ul.auto-toc { !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:46ced13a239a0f5f479e0eb1e7e81e02831abda167983e2997e3b58daca655bd !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/account-reconcile Translate me on Weblate Try me on Runboat

-

This module adds the buttons “Match Receivables” (& “Match Payables”) in the customer (& suppliers) form -view to allow to start the matching of invoices & payments for that partner.

+

Beta License: AGPL-3 OCA/account-reconcile Translate me on Weblate Try me on Runboat

+

This module adds the buttons “Match Receivables” (& “Match Payables”) in +the customer (& suppliers) form view to allow to start the matching of +invoices & payments for that partner.

Table of contents

    @@ -404,7 +405,7 @@ view to allow to start the matching of invoices & payments for that partner.

    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.

@@ -432,7 +433,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome

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/account-reconcile project on GitHub.

+

This module is part of the OCA/account-reconcile project on GitHub.

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