From 093be8e2857372f30679fdaf1bec5ebcd6a11406 Mon Sep 17 00:00:00 2001 From: Pieter Paulussen Date: Wed, 25 Sep 2024 16:46:22 +0200 Subject: [PATCH] [IMP] : pre-commit auto fixes --- stock_report_quantity_by_location/README.rst | 39 +++++++++-------- .../pyproject.toml | 3 ++ .../readme/CONTRIBUTORS.md | 8 ++++ .../readme/CONTRIBUTORS.rst | 9 ---- .../readme/DESCRIPTION.md | 2 + .../readme/DESCRIPTION.rst | 2 - .../static/description/index.html | 43 +++++++++++-------- 7 files changed, 61 insertions(+), 45 deletions(-) create mode 100644 stock_report_quantity_by_location/pyproject.toml create mode 100644 stock_report_quantity_by_location/readme/CONTRIBUTORS.md delete mode 100644 stock_report_quantity_by_location/readme/CONTRIBUTORS.rst create mode 100644 stock_report_quantity_by_location/readme/DESCRIPTION.md delete mode 100644 stock_report_quantity_by_location/readme/DESCRIPTION.rst diff --git a/stock_report_quantity_by_location/README.rst b/stock_report_quantity_by_location/README.rst index 22d2f6e36..930682bbf 100644 --- a/stock_report_quantity_by_location/README.rst +++ b/stock_report_quantity_by_location/README.rst @@ -17,19 +17,19 @@ Stock Report Quantity By Location :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--reporting-lightgray.png?logo=github - :target: https://github.com/OCA/stock-logistics-reporting/tree/16.0/stock_report_quantity_by_location + :target: https://github.com/OCA/stock-logistics-reporting/tree/17.0/stock_report_quantity_by_location :alt: OCA/stock-logistics-reporting .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/stock-logistics-reporting-16-0/stock-logistics-reporting-16-0-stock_report_quantity_by_location + :target: https://translation.odoo-community.org/projects/stock-logistics-reporting-17-0/stock-logistics-reporting-17-0-stock_report_quantity_by_location :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/stock-logistics-reporting&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-reporting&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| -This module adds an additional reporting on Inventory side where warehouse -location quantities are shown by all stockable products. +This module adds an additional reporting on Inventory side where +warehouse location quantities are shown by all stockable products. **Table of contents** @@ -42,7 +42,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. @@ -50,25 +50,30 @@ Credits ======= Authors -~~~~~~~ +------- * ForgeFlow Contributors -~~~~~~~~~~~~ +------------ -* ForgeFlow, S.L. (https://www.forgeflow.com) - * Jordi Ballester Alomar - * Hector Villarreal +- ForgeFlow, S.L. (https://www.forgeflow.com) - * Ecosoft (http://ecosoft.co.th) - * Kranokporn Thongdoung + - Jordi Ballester Alomar + - Hector Villarreal - * FactorLibre (http://factorlibre.com) - * Hugo Córdoba +.. + + - Ecosoft (http://ecosoft.co.th) + + - Kranokporn Thongdoung + + - FactorLibre (http://factorlibre.com) + + - Hugo Córdoba Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -80,6 +85,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/stock-logistics-reporting `_ project on GitHub. +This module is part of the `OCA/stock-logistics-reporting `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/stock_report_quantity_by_location/pyproject.toml b/stock_report_quantity_by_location/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/stock_report_quantity_by_location/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/stock_report_quantity_by_location/readme/CONTRIBUTORS.md b/stock_report_quantity_by_location/readme/CONTRIBUTORS.md new file mode 100644 index 000000000..9e0a35b50 --- /dev/null +++ b/stock_report_quantity_by_location/readme/CONTRIBUTORS.md @@ -0,0 +1,8 @@ +- ForgeFlow, S.L. () + - Jordi Ballester Alomar \<\> + - Hector Villarreal \<\> + +> - Ecosoft () +> - Kranokporn Thongdoung \<\> +> - FactorLibre () +> - Hugo Córdoba \<\> diff --git a/stock_report_quantity_by_location/readme/CONTRIBUTORS.rst b/stock_report_quantity_by_location/readme/CONTRIBUTORS.rst deleted file mode 100644 index 8d3e0ddef..000000000 --- a/stock_report_quantity_by_location/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,9 +0,0 @@ -* ForgeFlow, S.L. (https://www.forgeflow.com) - * Jordi Ballester Alomar - * Hector Villarreal - - * Ecosoft (http://ecosoft.co.th) - * Kranokporn Thongdoung - - * FactorLibre (http://factorlibre.com) - * Hugo Córdoba diff --git a/stock_report_quantity_by_location/readme/DESCRIPTION.md b/stock_report_quantity_by_location/readme/DESCRIPTION.md new file mode 100644 index 000000000..62d9db6ad --- /dev/null +++ b/stock_report_quantity_by_location/readme/DESCRIPTION.md @@ -0,0 +1,2 @@ +This module adds an additional reporting on Inventory side where +warehouse location quantities are shown by all stockable products. diff --git a/stock_report_quantity_by_location/readme/DESCRIPTION.rst b/stock_report_quantity_by_location/readme/DESCRIPTION.rst deleted file mode 100644 index e9de6acc2..000000000 --- a/stock_report_quantity_by_location/readme/DESCRIPTION.rst +++ /dev/null @@ -1,2 +0,0 @@ -This module adds an additional reporting on Inventory side where warehouse -location quantities are shown by all stockable products. diff --git a/stock_report_quantity_by_location/static/description/index.html b/stock_report_quantity_by_location/static/description/index.html index 69d23bcdd..9bf6bcc70 100644 --- a/stock_report_quantity_by_location/static/description/index.html +++ b/stock_report_quantity_by_location/static/description/index.html @@ -1,4 +1,3 @@ - @@ -9,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. @@ -275,7 +275,7 @@ 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 } @@ -301,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -369,9 +369,9 @@

Stock Report Quantity By Location

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:a267bfa205872d07d7a0a055440a79c70bca49f300b53a8ad40f0114d80fab09 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/stock-logistics-reporting Translate me on Weblate Try me on Runboat

-

This module adds an additional reporting on Inventory side where warehouse -location quantities are shown by all stockable products.

+

Beta License: AGPL-3 OCA/stock-logistics-reporting Translate me on Weblate Try me on Runboat

+

This module adds an additional reporting on Inventory side where +warehouse location quantities are shown by all stockable products.

Table of contents

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

@@ -403,27 +403,36 @@

Authors

Contributors

+

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.

-

This module is part of the OCA/stock-logistics-reporting project on GitHub.

+

This module is part of the OCA/stock-logistics-reporting project on GitHub.

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