Skip to content

Commit

Permalink
Merge PR #325 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by rousseldenis
  • Loading branch information
OCA-git-bot committed Aug 22, 2024
2 parents 59c5a97 + 842ccf6 commit 2ebd632
Show file tree
Hide file tree
Showing 20 changed files with 1,797 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup/stock_move_value_report/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)
111 changes: 111 additions & 0 deletions stock_move_value_report/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
============================
Stock Move Cost Value Report
============================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:ebbb67db7c58015f463e18ae628cdf358196fa2923d740ad689ae8af262fe164
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
: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
: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
: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
: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.

**Table of contents**

.. contents::
:local:

Usage
=====

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.

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**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
~~~~~~~

* Tecnativa

Contributors
~~~~~~~~~~~~

* `Tecnativa <https://www.tecnativa.com>`_:

* David Vidal
* Carlos Roca

Maintainers
~~~~~~~~~~~

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

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.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Empty file.
21 changes: 21 additions & 0 deletions stock_move_value_report/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Copyright 2019 Tecnativa - David Vidal
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Stock Move Cost Value Report",
"version": "16.0.1.0.0",
"category": "Warehouse",
"website": "https://github.com/OCA/stock-logistics-reporting",
"author": "Tecnativa, Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": ["stock_account"],
"data": [
"report/stock_value_report.xml",
"report/stock_move_line_value_report.xml",
"report/stock_move_value_report.xml",
"report/stock_picking_value_report.xml",
"report/stock_scrap_value_report.xml",
"report/stock_inventory_value_report.xml",
],
}
151 changes: 151 additions & 0 deletions stock_move_value_report/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,151 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_move_value_report
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-10-30 09:19+0000\n"
"PO-Revision-Date: 2019-10-30 09:19+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: stock_move_value_report
#: model_terms:ir.ui.view,arch_db:stock_move_value_report.report_stock_picking_value_document
msgid "<span><strong>Customer Address:</strong></span>"
msgstr "<span><strong>Dirección del Cliente:</strong></span>"

#. module: stock_move_value_report
#: model_terms:ir.ui.view,arch_db:stock_move_value_report.report_stock_picking_value_document
msgid "<span><strong>Delivery Address:</strong></span>"
msgstr "<span><strong>Dirección de Envío:</strong></span>"

#. module: stock_move_value_report
#: model_terms:ir.ui.view,arch_db:stock_move_value_report.report_stock_picking_value_document
msgid "<span><strong>Partner Address:</strong></span>"
msgstr "<span><strong>Dirección de la empresa:</strong></span>"

#. module: stock_move_value_report
#: model_terms:ir.ui.view,arch_db:stock_move_value_report.report_stock_picking_value_document
msgid "<span><strong>Warehouse Address:</strong></span>"
msgstr "<span><strong>Dirección de almacén:</strong></span>"

#. module: stock_move_value_report
#: model_terms:ir.ui.view,arch_db:stock_move_value_report.report_stock_picking_value_document
msgid "<strong>Commitment Date</strong>"
msgstr "<strong>Fecha de compromiso</strong>"

#. module: stock_move_value_report
#: model_terms:ir.ui.view,arch_db:stock_move_value_report.report_stock_inventory_value_document
#: model_terms:ir.ui.view,arch_db:stock_move_value_report.report_stock_scrap_value_document
msgid "<strong>Date</strong>"
msgstr "<strong>Fecha</strong>"

#. module: stock_move_value_report
#: model_terms:ir.ui.view,arch_db:stock_move_value_report.report_stock_inventory_value_document
#: model_terms:ir.ui.view,arch_db:stock_move_value_report.report_stock_scrap_value_document
msgid "<strong>Location</strong>"
msgstr "<strong>Ubicación</strong>"

#. module: stock_move_value_report
#: model_terms:ir.ui.view,arch_db:stock_move_value_report.report_stock_picking_value_document
msgid "<strong>Order (Origin)</strong>"
msgstr "<strong>Pedido (Origen)</strong>"

#. module: stock_move_value_report
#: model_terms:ir.ui.view,arch_db:stock_move_value_report.stock_move_lines_value
msgid "<strong>Product</strong>"
msgstr "<strong>Producto</strong>"

#. module: stock_move_value_report
#: model_terms:ir.ui.view,arch_db:stock_move_value_report.stock_move_lines_value
msgid "<strong>Quantity</strong>"
msgstr "<strong>Cantidad</strong>"

#. module: stock_move_value_report
#: model_terms:ir.ui.view,arch_db:stock_move_value_report.report_stock_picking_value_document
msgid "<strong>Scheduled Date</strong>"
msgstr "<strong>Fecha planificada</strong>"

#. module: stock_move_value_report
#: model_terms:ir.ui.view,arch_db:stock_move_value_report.report_stock_scrap_value_document
msgid "<strong>Source Document</strong>"
msgstr "<strong>Documento de Origen</strong>"

#. module: stock_move_value_report
#: model_terms:ir.ui.view,arch_db:stock_move_value_report.report_stock_inventory_value_document
#: model_terms:ir.ui.view,arch_db:stock_move_value_report.report_stock_picking_value_document
#: model_terms:ir.ui.view,arch_db:stock_move_value_report.report_stock_scrap_value_document
msgid "<strong>State</strong>"
msgstr "<strong>Estado</strong>"

#. module: stock_move_value_report
#: model_terms:ir.ui.view,arch_db:stock_move_value_report.stock_move_lines_value
msgid "<strong>Subtotal</strong>"
msgstr "<strong>Subtotal</strong>"

#. module: stock_move_value_report
#: model_terms:ir.ui.view,arch_db:stock_move_value_report.report_stock_move_value_document
msgid "<strong>Total operations value balance</strong>"
msgstr "<strong>Balance total de operaciones</strong>"

#. module: stock_move_value_report
#: model_terms:ir.ui.view,arch_db:stock_move_value_report.stock_move_lines_value_total
msgid "<strong>Total</strong>"
msgstr "<strong>Total</strong>"

#. module: stock_move_value_report
#: model_terms:ir.ui.view,arch_db:stock_move_value_report.stock_move_lines_value
msgid "<strong>Value</strong>"
msgstr "<strong>Valor</strong>"

#. module: stock_move_value_report
#: model_terms:ir.ui.view,arch_db:stock_move_value_report.report_stock_inventory_value_document
msgid "Inventory"
msgstr "Inventario"

#. module: stock_move_value_report
#: model_terms:ir.ui.view,arch_db:stock_move_value_report.stock_move_lines_value
msgid "Lot/Serial Number"
msgstr "Lote/Número de serie"

#. module: stock_move_value_report
#: model:ir.actions.report,name:stock_move_value_report.action_report_stock_move_line_value
#: model:ir.actions.report,name:stock_move_value_report.action_report_stock_move_value
msgid "Operations Cost Value Report"
msgstr "Informe de Valor de Coste de Operaciones"

#. module: stock_move_value_report
#: model_terms:ir.ui.view,arch_db:stock_move_value_report.report_stock_move_value_document
msgid "Picking"
msgstr "Albarán"

#. module: stock_move_value_report
#: model:ir.actions.report,name:stock_move_value_report.action_report_stock_picking_value
msgid "Picking Operations Cost Value"
msgstr "Valor de Coste de Operaciones de Albarán"

#. module: stock_move_value_report
#: model_terms:ir.ui.view,arch_db:stock_move_value_report.report_stock_move_value_document
#: model_terms:ir.ui.view,arch_db:stock_move_value_report.report_stock_scrap_value_document
msgid "Scrap"
msgstr "Desecho"

#. module: stock_move_value_report
#: model:ir.actions.report,name:stock_move_value_report.action_report_stock_scrap_value
msgid "Scrap Operations Cost Value"
msgstr "Valor de Coste de Operaciones de Desecho"

#. module: stock_move_value_report
#: model_terms:ir.ui.view,arch_db:stock_move_value_report.report_stock_move_value_document
msgid "Selected operations cost value"
msgstr "Valor de Coste de Operaciones Seleccionadas"

#~ msgid "Inventory Operations Cost Value"
#~ msgstr "Valor de Coste de Operaciones de Iventario"
Loading

0 comments on commit 2ebd632

Please sign in to comment.