[IMP] stock_move_value_report: pre-commit auto fixes

This commit is contained in:
Vincent Van Rossem
2024-06-06 17:00:51 +02:00
parent 3840c64e43
commit cc770b0393
9 changed files with 76 additions and 77 deletions

View File

@@ -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 <https://github.com/OCA/stock-logistics-reporting/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 <https://github.com/OCA/stock-logistics-reporting/issues/new?body=module:%20stock_move_value_report%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
`feedback <https://github.com/OCA/stock-logistics-reporting/issues/new?body=module:%20stock_move_value_report%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
Do not contact contributors directly about support or help with technical issues.
@@ -81,20 +80,20 @@ Credits
=======
Authors
~~~~~~~
-------
* Tecnativa
Contributors
~~~~~~~~~~~~
------------
* `Tecnativa <https://www.tecnativa.com>`_:
- `Tecnativa <https://www.tecnativa.com>`__:
* 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 <https://github.com/OCA/stock-logistics-reporting/tree/16.0/stock_move_value_report>`_ project on GitHub.
This module is part of the `OCA/stock-logistics-reporting <https://github.com/OCA/stock-logistics-reporting/tree/17.0/stock_move_value_report>`_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

View File

@@ -0,0 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"

View File

@@ -0,0 +1,3 @@
- [Tecnativa](https://www.tecnativa.com):
- David Vidal
- Carlos Roca

View File

@@ -1,4 +0,0 @@
* `Tecnativa <https://www.tecnativa.com>`_:
* David Vidal
* Carlos Roca

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -369,9 +369,10 @@ ul.auto-toc {
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:ebbb67db7c58015f463e18ae628cdf358196fa2923d740ad689ae8af262fe164
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/stock-logistics-reporting/tree/16.0/stock_move_value_report"><img alt="OCA/stock-logistics-reporting" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--reporting-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/stock-logistics-reporting-16-0/stock-logistics-reporting-16-0-stock_move_value_report"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-reporting&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>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.</p>
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/stock-logistics-reporting/tree/17.0/stock_move_value_report"><img alt="OCA/stock-logistics-reporting" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--reporting-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/stock-logistics-reporting-17-0/stock-logistics-reporting-17-0-stock_move_value_report"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-reporting&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>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.</p>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
<ul class="simple">
@@ -391,33 +392,31 @@ a picking, a scrap, an inventory or even a selection of moves or move lines.</p>
<ul class="simple">
<li><em>Inventory &gt; Operations &gt; Transfers</em></li>
</ul>
<p>Then:
#. Select records to print.
#. And click on <em>Print &gt; Picking Operations Cost Value</em></p>
<p>Then: #. Select records to print. #. And click on <em>Print &gt; Picking
Operations Cost Value</em></p>
<p>Or, you can go to:</p>
<ul class="simple">
<li><em>Inventory &gt; Operations &gt; Scrap</em></li>
</ul>
<p>Then:
#. Select records to print.
#. And click on <em>Print &gt; Scrap Operations Cost Value</em></p>
<p>Then: #. Select records to print. #. And click on <em>Print &gt; Scrap
Operations Cost Value</em></p>
<p>Or, you can either go to:</p>
<ul class="simple">
<li><em>Inventory &gt; Reporting &gt; Stock Moves</em>, or</li>
<li><em>Inventory &gt; Reporting &gt; Moves History</em></li>
</ul>
<p>Then:
#. Select records to print.
#. And click on <em>Print &gt; Operations Cost Value Report</em></p>
<p>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.</p>
<p>Then: #. Select records to print. #. And click on <em>Print &gt; Operations
Cost Value Report</em></p>
<p>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.</p>
</div>
<div class="section" id="bug-tracker">
<h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/stock-logistics-reporting/issues">GitHub Issues</a>.
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
<a class="reference external" href="https://github.com/OCA/stock-logistics-reporting/issues/new?body=module:%20stock_move_value_report%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<a class="reference external" href="https://github.com/OCA/stock-logistics-reporting/issues/new?body=module:%20stock_move_value_report%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div>
<div class="section" id="credits">
@@ -447,7 +446,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
<p>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.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/stock-logistics-reporting/tree/16.0/stock_move_value_report">OCA/stock-logistics-reporting</a> project on GitHub.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/stock-logistics-reporting/tree/17.0/stock_move_value_report">OCA/stock-logistics-reporting</a> project on GitHub.</p>
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
</div>
</div>