From cc770b0393c4d4687a0e72ae975f3c54d16be396 Mon Sep 17 00:00:00 2001 From: Vincent Van Rossem Date: Thu, 6 Jun 2024 17:00:51 +0200 Subject: [PATCH] [IMP] stock_move_value_report: pre-commit auto fixes --- stock_move_value_report/README.rst | 55 +++++++++---------- stock_move_value_report/pyproject.toml | 3 + .../readme/CONTRIBUTORS.md | 3 + .../readme/CONTRIBUTORS.rst | 4 -- stock_move_value_report/readme/DESCRIPTION.md | 3 + .../readme/DESCRIPTION.rst | 2 - stock_move_value_report/readme/USAGE.md | 25 +++++++++ stock_move_value_report/readme/USAGE.rst | 27 --------- .../static/description/index.html | 31 +++++------ 9 files changed, 76 insertions(+), 77 deletions(-) create mode 100644 stock_move_value_report/pyproject.toml create mode 100644 stock_move_value_report/readme/CONTRIBUTORS.md delete mode 100644 stock_move_value_report/readme/CONTRIBUTORS.rst create mode 100644 stock_move_value_report/readme/DESCRIPTION.md delete mode 100644 stock_move_value_report/readme/DESCRIPTION.rst create mode 100644 stock_move_value_report/readme/USAGE.md delete mode 100644 stock_move_value_report/readme/USAGE.rst diff --git a/stock_move_value_report/README.rst b/stock_move_value_report/README.rst index d3cee03..d47bcf9 100644 --- a/stock_move_value_report/README.rst +++ b/stock_move_value_report/README.rst @@ -17,19 +17,20 @@ Stock Move Cost Value Report :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_move_value_report + :target: https://github.com/OCA/stock-logistics-reporting/tree/17.0/stock_move_value_report :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_move_value_report + :target: https://translation.odoo-community.org/projects/stock-logistics-reporting-17-0/stock-logistics-reporting-17-0-stock_move_value_report :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 allows to obtain a report with cost value of a given operation like -a picking, a scrap, an inventory or even a selection of moves or move lines. +This module allows to obtain a report with cost value of a given +operation like a picking, a scrap, an inventory or even a selection of +moves or move lines. **Table of contents** @@ -41,31 +42,29 @@ Usage To print this report, you can go to: -- *Inventory > Operations > Transfers* +- *Inventory > Operations > Transfers* -Then: -#. Select records to print. -#. And click on *Print > Picking Operations Cost Value* +Then: #. Select records to print. #. And click on *Print > Picking +Operations Cost Value* Or, you can go to: -- *Inventory > Operations > Scrap* +- *Inventory > Operations > Scrap* -Then: -#. Select records to print. -#. And click on *Print > Scrap Operations Cost Value* +Then: #. Select records to print. #. And click on *Print > Scrap +Operations Cost Value* Or, you can either go to: -- *Inventory > Reporting > Stock Moves*, or -- *Inventory > Reporting > Moves History* +- *Inventory > Reporting > Stock Moves*, or +- *Inventory > Reporting > Moves History* -Then: -#. Select records to print. -#. And click on *Print > Operations Cost Value Report* +Then: #. Select records to print. #. And click on *Print > Operations +Cost Value Report* -A pdf report with operations linked to these records, and their cost, will -be obtained. Keep in mind: only "done" operations will show cost value. +A pdf report with operations linked to these records, and their cost, +will be obtained. Keep in mind: only "done" operations will show cost +value. Bug Tracker =========== @@ -73,7 +72,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. @@ -81,20 +80,20 @@ Credits ======= Authors -~~~~~~~ +------- * Tecnativa Contributors -~~~~~~~~~~~~ +------------ -* `Tecnativa `_: +- `Tecnativa `__: - * David Vidal - * Carlos Roca + - David Vidal + - Carlos Roca Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -106,6 +105,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_move_value_report/pyproject.toml b/stock_move_value_report/pyproject.toml new file mode 100644 index 0000000..4231d0c --- /dev/null +++ b/stock_move_value_report/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/stock_move_value_report/readme/CONTRIBUTORS.md b/stock_move_value_report/readme/CONTRIBUTORS.md new file mode 100644 index 0000000..beb53c6 --- /dev/null +++ b/stock_move_value_report/readme/CONTRIBUTORS.md @@ -0,0 +1,3 @@ +- [Tecnativa](https://www.tecnativa.com): + - David Vidal + - Carlos Roca diff --git a/stock_move_value_report/readme/CONTRIBUTORS.rst b/stock_move_value_report/readme/CONTRIBUTORS.rst deleted file mode 100644 index 1bed2df..0000000 --- a/stock_move_value_report/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,4 +0,0 @@ -* `Tecnativa `_: - - * David Vidal - * Carlos Roca diff --git a/stock_move_value_report/readme/DESCRIPTION.md b/stock_move_value_report/readme/DESCRIPTION.md new file mode 100644 index 0000000..feca153 --- /dev/null +++ b/stock_move_value_report/readme/DESCRIPTION.md @@ -0,0 +1,3 @@ +This module allows to obtain a report with cost value of a given +operation like a picking, a scrap, an inventory or even a selection of +moves or move lines. diff --git a/stock_move_value_report/readme/DESCRIPTION.rst b/stock_move_value_report/readme/DESCRIPTION.rst deleted file mode 100644 index eab2f4c..0000000 --- a/stock_move_value_report/readme/DESCRIPTION.rst +++ /dev/null @@ -1,2 +0,0 @@ -This module allows to obtain a report with cost value of a given operation like -a picking, a scrap, an inventory or even a selection of moves or move lines. diff --git a/stock_move_value_report/readme/USAGE.md b/stock_move_value_report/readme/USAGE.md new file mode 100644 index 0000000..6c38e45 --- /dev/null +++ b/stock_move_value_report/readme/USAGE.md @@ -0,0 +1,25 @@ +To print this report, you can go to: + +- *Inventory \> Operations \> Transfers* + +Then: \#. Select records to print. \#. And click on *Print \> Picking +Operations Cost Value* + +Or, you can go to: + +- *Inventory \> Operations \> Scrap* + +Then: \#. Select records to print. \#. And click on *Print \> Scrap +Operations Cost Value* + +Or, you can either go to: + +- *Inventory \> Reporting \> Stock Moves*, or +- *Inventory \> Reporting \> Moves History* + +Then: \#. Select records to print. \#. And click on *Print \> Operations +Cost Value Report* + +A pdf report with operations linked to these records, and their cost, +will be obtained. Keep in mind: only "done" operations will show cost +value. diff --git a/stock_move_value_report/readme/USAGE.rst b/stock_move_value_report/readme/USAGE.rst deleted file mode 100644 index efbdd15..0000000 --- a/stock_move_value_report/readme/USAGE.rst +++ /dev/null @@ -1,27 +0,0 @@ -To print this report, you can go to: - -- *Inventory > Operations > Transfers* - -Then: -#. Select records to print. -#. And click on *Print > Picking Operations Cost Value* - -Or, you can go to: - -- *Inventory > Operations > Scrap* - -Then: -#. Select records to print. -#. And click on *Print > Scrap Operations Cost Value* - -Or, you can either go to: - -- *Inventory > Reporting > Stock Moves*, or -- *Inventory > Reporting > Moves History* - -Then: -#. Select records to print. -#. And click on *Print > Operations Cost Value Report* - -A pdf report with operations linked to these records, and their cost, will -be obtained. Keep in mind: only "done" operations will show cost value. diff --git a/stock_move_value_report/static/description/index.html b/stock_move_value_report/static/description/index.html index a9fdb69..305c324 100644 --- a/stock_move_value_report/static/description/index.html +++ b/stock_move_value_report/static/description/index.html @@ -369,9 +369,10 @@ ul.auto-toc { !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:ebbb67db7c58015f463e18ae628cdf358196fa2923d740ad689ae8af262fe164 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

-

This module allows to obtain a report with cost value of a given operation like -a picking, a scrap, an inventory or even a selection of moves or move lines.

+

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

+

This module allows to obtain a report with cost value of a given +operation like a picking, a scrap, an inventory or even a selection of +moves or move lines.

Table of contents

    @@ -391,33 +392,31 @@ a picking, a scrap, an inventory or even a selection of moves or move lines.

    • Inventory > Operations > Transfers
    -

    Then: -#. Select records to print. -#. And click on Print > Picking Operations Cost Value

    +

    Then: #. Select records to print. #. And click on Print > Picking +Operations Cost Value

    Or, you can go to:

    • Inventory > Operations > Scrap
    -

    Then: -#. Select records to print. -#. And click on Print > Scrap Operations Cost Value

    +

    Then: #. Select records to print. #. And click on Print > Scrap +Operations Cost Value

    Or, you can either go to:

    • Inventory > Reporting > Stock Moves, or
    • Inventory > Reporting > Moves History
    -

    Then: -#. Select records to print. -#. And click on Print > Operations Cost Value Report

    -

    A pdf report with operations linked to these records, and their cost, will -be obtained. Keep in mind: only “done” operations will show cost value.

    +

    Then: #. Select records to print. #. And click on Print > Operations +Cost Value Report

    +

    A pdf report with operations linked to these records, and their cost, +will be obtained. Keep in mind: only “done” operations will show cost +value.

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 +446,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/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.