From 2341bed04c929b6f99f1899a13d06cb0e4dc88fb Mon Sep 17 00:00:00 2001 From: JasminSForgeFlow Date: Tue, 15 Oct 2024 16:06:24 +0530 Subject: [PATCH] [IMP] purchase_unreconciled: black, isort, prettier --- purchase_unreconciled/README.rst | 39 +++++++++---------- purchase_unreconciled/pyproject.toml | 3 ++ purchase_unreconciled/readme/CONTRIBUTORS.md | 4 ++ purchase_unreconciled/readme/CONTRIBUTORS.rst | 7 ---- purchase_unreconciled/readme/DESCRIPTION.md | 6 +++ purchase_unreconciled/readme/DESCRIPTION.rst | 5 --- .../readme/{USAGE.rst => USAGE.md} | 4 +- .../static/description/index.html | 19 ++++----- 8 files changed, 44 insertions(+), 43 deletions(-) create mode 100644 purchase_unreconciled/pyproject.toml create mode 100644 purchase_unreconciled/readme/CONTRIBUTORS.md delete mode 100644 purchase_unreconciled/readme/CONTRIBUTORS.rst create mode 100644 purchase_unreconciled/readme/DESCRIPTION.md delete mode 100644 purchase_unreconciled/readme/DESCRIPTION.rst rename purchase_unreconciled/readme/{USAGE.rst => USAGE.md} (87%) diff --git a/purchase_unreconciled/README.rst b/purchase_unreconciled/README.rst index f516d433b..b3b03f9b8 100644 --- a/purchase_unreconciled/README.rst +++ b/purchase_unreconciled/README.rst @@ -17,22 +17,23 @@ Purchase Unreconciled :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--financial--tools-lightgray.png?logo=github - :target: https://github.com/OCA/account-financial-tools/tree/16.0/purchase_unreconciled + :target: https://github.com/OCA/account-financial-tools/tree/17.0/purchase_unreconciled :alt: OCA/account-financial-tools .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/account-financial-tools-16-0/account-financial-tools-16-0-purchase_unreconciled + :target: https://translation.odoo-community.org/projects/account-financial-tools-17-0/account-financial-tools-17-0-purchase_unreconciled :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-financial-tools&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/account-financial-tools&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| -This module adds a new fields "Unreconciled" on Purchase Orders, that allows -to find PO's with unreconciled journal items related. +This module adds a new fields "Unreconciled" on Purchase Orders, that +allows to find PO's with unreconciled journal items related. -This module allows to reconcile those PO in a single click. In accounting -settings users will be able to set up a specific account for write-off. +This module allows to reconcile those PO in a single click. In +accounting settings users will be able to set up a specific account for +write-off. .. IMPORTANT:: This is an alpha version, the data model and design can change at any time without warning. @@ -51,8 +52,8 @@ Accountants will be able to find a filters in Purchase Orders that shows outstanding balances in interim accounts. Also there is a link in the PO to those outstanding journal items. -Locking the PO will automatically reconcile the outstanding balance for the -stock iterim accounts. +Locking the PO will automatically reconcile the outstanding balance for +the stock iterim accounts. Bug Tracker =========== @@ -60,7 +61,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. @@ -68,23 +69,21 @@ Credits ======= Authors -~~~~~~~ +------- * ForgeFlow S.L. Contributors -~~~~~~~~~~~~ +------------ -* ForgeFlow S.L. +- ForgeFlow S.L. - - Lois Rilo - - - Aaron Henriquez - - - Miquel Raich + - Lois Rilo + - Aaron Henriquez + - Miquel Raich Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -104,6 +103,6 @@ Current `maintainer `__: |maintainer-AaronHForgeFlow| -This module is part of the `OCA/account-financial-tools `_ project on GitHub. +This module is part of the `OCA/account-financial-tools `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/purchase_unreconciled/pyproject.toml b/purchase_unreconciled/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/purchase_unreconciled/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/purchase_unreconciled/readme/CONTRIBUTORS.md b/purchase_unreconciled/readme/CONTRIBUTORS.md new file mode 100644 index 000000000..cccfd01f8 --- /dev/null +++ b/purchase_unreconciled/readme/CONTRIBUTORS.md @@ -0,0 +1,4 @@ +- ForgeFlow S.L. \<\> + - Lois Rilo \<\> + - Aaron Henriquez \<\> + - Miquel Raich \<\> diff --git a/purchase_unreconciled/readme/CONTRIBUTORS.rst b/purchase_unreconciled/readme/CONTRIBUTORS.rst deleted file mode 100644 index c4de5c908..000000000 --- a/purchase_unreconciled/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,7 +0,0 @@ -* ForgeFlow S.L. - - - Lois Rilo - - - Aaron Henriquez - - - Miquel Raich diff --git a/purchase_unreconciled/readme/DESCRIPTION.md b/purchase_unreconciled/readme/DESCRIPTION.md new file mode 100644 index 000000000..4ac421246 --- /dev/null +++ b/purchase_unreconciled/readme/DESCRIPTION.md @@ -0,0 +1,6 @@ +This module adds a new fields "Unreconciled" on Purchase Orders, that +allows to find PO's with unreconciled journal items related. + +This module allows to reconcile those PO in a single click. In +accounting settings users will be able to set up a specific account for +write-off. diff --git a/purchase_unreconciled/readme/DESCRIPTION.rst b/purchase_unreconciled/readme/DESCRIPTION.rst deleted file mode 100644 index d34220243..000000000 --- a/purchase_unreconciled/readme/DESCRIPTION.rst +++ /dev/null @@ -1,5 +0,0 @@ -This module adds a new fields "Unreconciled" on Purchase Orders, that allows -to find PO's with unreconciled journal items related. - -This module allows to reconcile those PO in a single click. In accounting -settings users will be able to set up a specific account for write-off. diff --git a/purchase_unreconciled/readme/USAGE.rst b/purchase_unreconciled/readme/USAGE.md similarity index 87% rename from purchase_unreconciled/readme/USAGE.rst rename to purchase_unreconciled/readme/USAGE.md index 550778548..7bc7c0ed4 100644 --- a/purchase_unreconciled/readme/USAGE.rst +++ b/purchase_unreconciled/readme/USAGE.md @@ -2,5 +2,5 @@ Accountants will be able to find a filters in Purchase Orders that shows outstanding balances in interim accounts. Also there is a link in the PO to those outstanding journal items. -Locking the PO will automatically reconcile the outstanding balance for the -stock iterim accounts. +Locking the PO will automatically reconcile the outstanding balance for +the stock iterim accounts. diff --git a/purchase_unreconciled/static/description/index.html b/purchase_unreconciled/static/description/index.html index 773c033b5..78b2b102c 100644 --- a/purchase_unreconciled/static/description/index.html +++ b/purchase_unreconciled/static/description/index.html @@ -369,11 +369,12 @@ ul.auto-toc { !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:8134013d5d37fe8931266d6f916bbc160f48212ac4a9faa43b4efe39d03e6b4c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Alpha License: AGPL-3 OCA/account-financial-tools Translate me on Weblate Try me on Runboat

-

This module adds a new fields “Unreconciled” on Purchase Orders, that allows -to find PO’s with unreconciled journal items related.

-

This module allows to reconcile those PO in a single click. In accounting -settings users will be able to set up a specific account for write-off.

+

Alpha License: AGPL-3 OCA/account-financial-tools Translate me on Weblate Try me on Runboat

+

This module adds a new fields “Unreconciled” on Purchase Orders, that +allows to find PO’s with unreconciled journal items related.

+

This module allows to reconcile those PO in a single click. In +accounting settings users will be able to set up a specific account for +write-off.

Important

This is an alpha version, the data model and design can change at any time without warning. @@ -398,15 +399,15 @@ Only for development or testing purpose, do not use in production.

Accountants will be able to find a filters in Purchase Orders that shows outstanding balances in interim accounts. Also there is a link in the PO to those outstanding journal items.

-

Locking the PO will automatically reconcile the outstanding balance for the -stock iterim accounts.

+

Locking the PO will automatically reconcile the outstanding balance for +the stock iterim accounts.

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.

@@ -439,7 +440,7 @@ mission is to support the collaborative development of Odoo features and promote its widespread use.

Current maintainer:

AaronHForgeFlow

-

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

+

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

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