From 1829c074353de70d022803b2ee474d1b37da7c7a Mon Sep 17 00:00:00 2001 From: Stefan Rijnhart Date: Thu, 4 Jul 2024 17:04:28 +0200 Subject: [PATCH] [IMP] purchase_request_analytic: pre-commit auto fixes --- purchase_request_analytic/README.rst | 36 +++++++++---------- purchase_request_analytic/pyproject.toml | 3 ++ .../readme/CONTRIBUTORS.md | 3 ++ .../readme/CONTRIBUTORS.rst | 3 -- .../{DESCRIPTION.rst => DESCRIPTION.md} | 0 purchase_request_analytic/readme/HISTORY.md | 15 ++++++++ purchase_request_analytic/readme/HISTORY.rst | 20 ----------- purchase_request_analytic/readme/USAGE.md | 2 ++ purchase_request_analytic/readme/USAGE.rst | 1 - .../static/description/index.html | 12 +++---- 10 files changed, 47 insertions(+), 48 deletions(-) create mode 100644 purchase_request_analytic/pyproject.toml create mode 100644 purchase_request_analytic/readme/CONTRIBUTORS.md delete mode 100644 purchase_request_analytic/readme/CONTRIBUTORS.rst rename purchase_request_analytic/readme/{DESCRIPTION.rst => DESCRIPTION.md} (100%) create mode 100644 purchase_request_analytic/readme/HISTORY.md delete mode 100644 purchase_request_analytic/readme/HISTORY.rst create mode 100644 purchase_request_analytic/readme/USAGE.md delete mode 100644 purchase_request_analytic/readme/USAGE.rst diff --git a/purchase_request_analytic/README.rst b/purchase_request_analytic/README.rst index 91c3c16711..1b42c43dcd 100644 --- a/purchase_request_analytic/README.rst +++ b/purchase_request_analytic/README.rst @@ -17,13 +17,13 @@ Purchase Request Analytic :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--analytic-lightgray.png?logo=github - :target: https://github.com/OCA/account-analytic/tree/15.0/purchase_request_analytic + :target: https://github.com/OCA/account-analytic/tree/17.0/purchase_request_analytic :alt: OCA/account-analytic .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/account-analytic-15-0/account-analytic-15-0-purchase_request_analytic + :target: https://translation.odoo-community.org/projects/account-analytic-17-0/account-analytic-17-0-purchase_request_analytic :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-analytic&target_branch=15.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/account-analytic&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -38,29 +38,29 @@ This module adds the analytic account field to Purchase Requests. Usage ===== -* Assign an analytic account to the purchase request or to purchase request lines. +- Assign an analytic account to the purchase request or to purchase + request lines. Changelog ========= 13.0.1.0.0 (2020-01-08) -~~~~~~~~~~~~~~~~~~~~~~~ +----------------------- Migrated to odoo 13. 12.0.1.0.0 (2019-10-30) -~~~~~~~~~~~~~~~~~~~~~~~ +----------------------- Migrated to odoo 12. 10.0.1.0.1 (2019-05-09) -~~~~~~~~~~~~~~~~~~~~~~~ +----------------------- -[FIX] Do not restrict picking type for analytic. -[IMP] Add tests. +[FIX] Do not restrict picking type for analytic. [IMP] Add tests. 10.0.1.0.0 (2019-04-29) -~~~~~~~~~~~~~~~~~~~~~~~ +----------------------- First version. @@ -70,7 +70,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. @@ -78,19 +78,19 @@ Credits ======= Authors -~~~~~~~ +------- * ForgeFlow Contributors -~~~~~~~~~~~~ +------------ -* Beñat Jimenez -* Pimolnat Suntian -* Juany Davila +- Beñat Jimenez +- Pimolnat Suntian +- Juany Davila Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -102,6 +102,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-analytic `_ project on GitHub. +This module is part of the `OCA/account-analytic `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/purchase_request_analytic/pyproject.toml b/purchase_request_analytic/pyproject.toml new file mode 100644 index 0000000000..4231d0cccb --- /dev/null +++ b/purchase_request_analytic/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/purchase_request_analytic/readme/CONTRIBUTORS.md b/purchase_request_analytic/readme/CONTRIBUTORS.md new file mode 100644 index 0000000000..e136277e8b --- /dev/null +++ b/purchase_request_analytic/readme/CONTRIBUTORS.md @@ -0,0 +1,3 @@ +- Beñat Jimenez \<\> +- Pimolnat Suntian \<\> +- Juany Davila \<\> diff --git a/purchase_request_analytic/readme/CONTRIBUTORS.rst b/purchase_request_analytic/readme/CONTRIBUTORS.rst deleted file mode 100644 index a7df2a8929..0000000000 --- a/purchase_request_analytic/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,3 +0,0 @@ -* Beñat Jimenez -* Pimolnat Suntian -* Juany Davila diff --git a/purchase_request_analytic/readme/DESCRIPTION.rst b/purchase_request_analytic/readme/DESCRIPTION.md similarity index 100% rename from purchase_request_analytic/readme/DESCRIPTION.rst rename to purchase_request_analytic/readme/DESCRIPTION.md diff --git a/purchase_request_analytic/readme/HISTORY.md b/purchase_request_analytic/readme/HISTORY.md new file mode 100644 index 0000000000..0b6cadce41 --- /dev/null +++ b/purchase_request_analytic/readme/HISTORY.md @@ -0,0 +1,15 @@ +## 13.0.1.0.0 (2020-01-08) + +Migrated to odoo 13. + +## 12.0.1.0.0 (2019-10-30) + +Migrated to odoo 12. + +## 10.0.1.0.1 (2019-05-09) + +\[FIX\] Do not restrict picking type for analytic. \[IMP\] Add tests. + +## 10.0.1.0.0 (2019-04-29) + +First version. diff --git a/purchase_request_analytic/readme/HISTORY.rst b/purchase_request_analytic/readme/HISTORY.rst deleted file mode 100644 index abc36de86d..0000000000 --- a/purchase_request_analytic/readme/HISTORY.rst +++ /dev/null @@ -1,20 +0,0 @@ -13.0.1.0.0 (2020-01-08) -~~~~~~~~~~~~~~~~~~~~~~~ - -Migrated to odoo 13. - -12.0.1.0.0 (2019-10-30) -~~~~~~~~~~~~~~~~~~~~~~~ - -Migrated to odoo 12. - -10.0.1.0.1 (2019-05-09) -~~~~~~~~~~~~~~~~~~~~~~~ - -[FIX] Do not restrict picking type for analytic. -[IMP] Add tests. - -10.0.1.0.0 (2019-04-29) -~~~~~~~~~~~~~~~~~~~~~~~ - -First version. diff --git a/purchase_request_analytic/readme/USAGE.md b/purchase_request_analytic/readme/USAGE.md new file mode 100644 index 0000000000..aa6df84621 --- /dev/null +++ b/purchase_request_analytic/readme/USAGE.md @@ -0,0 +1,2 @@ +- Assign an analytic account to the purchase request or to purchase + request lines. diff --git a/purchase_request_analytic/readme/USAGE.rst b/purchase_request_analytic/readme/USAGE.rst deleted file mode 100644 index d90de9636c..0000000000 --- a/purchase_request_analytic/readme/USAGE.rst +++ /dev/null @@ -1 +0,0 @@ -* Assign an analytic account to the purchase request or to purchase request lines. diff --git a/purchase_request_analytic/static/description/index.html b/purchase_request_analytic/static/description/index.html index b3cd0914a9..1229d58467 100644 --- a/purchase_request_analytic/static/description/index.html +++ b/purchase_request_analytic/static/description/index.html @@ -368,7 +368,7 @@

Purchase Request Analytic

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:091f04d8f6a4d3c43d2c4472b26a68d8b4de7c34d58bc3e45bb3cb22b41b137d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

+

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

This module adds the analytic account field to Purchase Requests.

Table of contents

@@ -393,7 +393,8 @@

Purchase Request Analytic

Usage

    -
  • Assign an analytic account to the purchase request or to purchase request lines.
  • +
  • Assign an analytic account to the purchase request or to purchase +request lines.
@@ -408,8 +409,7 @@

12.0.1.0.0 (2019-10-30)

10.0.1.0.1 (2019-05-09)

-

[FIX] Do not restrict picking type for analytic. -[IMP] Add tests.

+

[FIX] Do not restrict picking type for analytic. [IMP] Add tests.

10.0.1.0.0 (2019-04-29)

@@ -421,7 +421,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.

@@ -447,7 +447,7 @@

Maintainers

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-analytic project on GitHub.

+

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

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