diff --git a/stock_move_value_report/README.rst b/stock_move_value_report/README.rst new file mode 100644 index 0000000..789ad16 --- /dev/null +++ b/stock_move_value_report/README.rst @@ -0,0 +1,97 @@ +============================ +Stock Move Cost Value Report +============================ + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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/11.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-11-0/stock-logistics-reporting-11-0-stock_move_value_report + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/151/11.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module allows to obtain a report with the cost value of a given +operation set like a picking, a scrap, an inventory or even a selection of +moves or move lines. + +**Table of contents** + +.. contents:: + :local: + +Usage +===== + +To print the report you can either go to: + +- *Inventory > Transfrers* +- *Inventory > Inventory Adjustments* +- *Inventory > Scraps* +- *Inventory > Reporting > Stock Moves* +- *Inventory > Reporting > Product Moves* + +And then: + +#. Switch to list view. +#. Select records to print. +#. And then *Print > Operations Cost Value Report* + +A pdf preport with the operations linked to these records and their cost will +be obtained. Keep in mind that only done operations will have a 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 smashing it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* Tecnativa + +Contributors +~~~~~~~~~~~~ + +* `Tecnativa `_: + + * David Vidal + +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 `_ 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/__init__.py b/stock_move_value_report/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/stock_move_value_report/__manifest__.py b/stock_move_value_report/__manifest__.py new file mode 100644 index 0000000..d1af3fd --- /dev/null +++ b/stock_move_value_report/__manifest__.py @@ -0,0 +1,24 @@ +# Copyright 2019 Tecnativa - David Vidal +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +{ + "name": "Stock Move Cost Value Report", + "version": "11.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', + ], +} diff --git a/stock_move_value_report/i18n/es.po b/stock_move_value_report/i18n/es.po new file mode 100644 index 0000000..87a9f0d --- /dev/null +++ b/stock_move_value_report/i18n/es.po @@ -0,0 +1,154 @@ +# 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:ir.ui.view,arch_db:stock_move_value_report.report_stock_picking_value_document +msgid "Customer Address:" +msgstr "Dirección del Cliente:" + +#. module: stock_move_value_report +#: model:ir.ui.view,arch_db:stock_move_value_report.report_stock_picking_value_document +msgid "Delivery Address:" +msgstr "Dirección de Envío:" + +#. module: stock_move_value_report +#: model:ir.ui.view,arch_db:stock_move_value_report.report_stock_picking_value_document +msgid "Partner Address:" +msgstr "Dirección de la empresa:" + +#. module: stock_move_value_report +#: model:ir.ui.view,arch_db:stock_move_value_report.report_stock_picking_value_document +msgid "Warehouse Address:" +msgstr "Dirección de almacén:" + +#. module: stock_move_value_report +#: model:ir.ui.view,arch_db:stock_move_value_report.report_stock_picking_value_document +msgid "Commitment Date" +msgstr "Fecha de compromiso" + +#. module: stock_move_value_report +#: model:ir.ui.view,arch_db:stock_move_value_report.report_stock_inventory_value_document +#: model:ir.ui.view,arch_db:stock_move_value_report.report_stock_scrap_value_document +msgid "Date" +msgstr "Fecha" + +#. module: stock_move_value_report +#: model:ir.ui.view,arch_db:stock_move_value_report.report_stock_inventory_value_document +#: model:ir.ui.view,arch_db:stock_move_value_report.report_stock_scrap_value_document +msgid "Location" +msgstr "Ubicación" + +#. module: stock_move_value_report +#: model:ir.ui.view,arch_db:stock_move_value_report.report_stock_picking_value_document +msgid "Order (Origin)" +msgstr "Pedido (Origen)" + +#. module: stock_move_value_report +#: model:ir.ui.view,arch_db:stock_move_value_report.stock_move_lines_value +msgid "Product" +msgstr "Producto" + +#. module: stock_move_value_report +#: model:ir.ui.view,arch_db:stock_move_value_report.stock_move_lines_value +msgid "Quantity" +msgstr "Cantidad" + +#. module: stock_move_value_report +#: model:ir.ui.view,arch_db:stock_move_value_report.report_stock_picking_value_document +msgid "Scheduled Date" +msgstr "Fecha planificada" + +#. module: stock_move_value_report +#: model:ir.ui.view,arch_db:stock_move_value_report.report_stock_scrap_value_document +msgid "Source Document" +msgstr "Documento de Origen" + +#. module: stock_move_value_report +#: model:ir.ui.view,arch_db:stock_move_value_report.report_stock_inventory_value_document +#: model:ir.ui.view,arch_db:stock_move_value_report.report_stock_picking_value_document +#: model:ir.ui.view,arch_db:stock_move_value_report.report_stock_scrap_value_document +msgid "State" +msgstr "Estado" + +#. module: stock_move_value_report +#: model:ir.ui.view,arch_db:stock_move_value_report.stock_move_lines_value +msgid "Subtotal" +msgstr "Subtotal" + +#. module: stock_move_value_report +#: model:ir.ui.view,arch_db:stock_move_value_report.report_stock_move_value_document +msgid "Total operations value balance" +msgstr "Balance total de operaciones" + +#. module: stock_move_value_report +#: model:ir.ui.view,arch_db:stock_move_value_report.stock_move_lines_value_total +msgid "Total" +msgstr "Total" + +#. module: stock_move_value_report +#: model:ir.ui.view,arch_db:stock_move_value_report.stock_move_lines_value +msgid "Value" +msgstr "Valor" + +#. module: stock_move_value_report +#: model:ir.ui.view,arch_db:stock_move_value_report.report_stock_inventory_value_document +#: model:ir.ui.view,arch_db:stock_move_value_report.report_stock_move_value_document +msgid "Inventory" +msgstr "Inventario" + +#. module: stock_move_value_report +#: model:ir.actions.report,name:stock_move_value_report.action_report_stock_inventory_value +msgid "Inventory Operations Cost Value" +msgstr "Valor de Coste de Operaciones de Iventario" + +#. module: stock_move_value_report +#: model: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: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:ir.ui.view,arch_db:stock_move_value_report.report_stock_move_value_document +#: model: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: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" diff --git a/stock_move_value_report/i18n/stock_move_value_report.pot b/stock_move_value_report/i18n/stock_move_value_report.pot new file mode 100644 index 0000000..5247305 --- /dev/null +++ b/stock_move_value_report/i18n/stock_move_value_report.pot @@ -0,0 +1,152 @@ +# 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" +"Last-Translator: <>\n" +"Language-Team: \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:ir.ui.view,arch_db:stock_move_value_report.report_stock_picking_value_document +msgid "Customer Address:" +msgstr "" + +#. module: stock_move_value_report +#: model:ir.ui.view,arch_db:stock_move_value_report.report_stock_picking_value_document +msgid "Delivery Address:" +msgstr "" + +#. module: stock_move_value_report +#: model:ir.ui.view,arch_db:stock_move_value_report.report_stock_picking_value_document +msgid "Partner Address:" +msgstr "" + +#. module: stock_move_value_report +#: model:ir.ui.view,arch_db:stock_move_value_report.report_stock_picking_value_document +msgid "Warehouse Address:" +msgstr "" + +#. module: stock_move_value_report +#: model:ir.ui.view,arch_db:stock_move_value_report.report_stock_picking_value_document +msgid "Commitment Date" +msgstr "" + +#. module: stock_move_value_report +#: model:ir.ui.view,arch_db:stock_move_value_report.report_stock_inventory_value_document +#: model:ir.ui.view,arch_db:stock_move_value_report.report_stock_scrap_value_document +msgid "Date" +msgstr "" + +#. module: stock_move_value_report +#: model:ir.ui.view,arch_db:stock_move_value_report.report_stock_inventory_value_document +#: model:ir.ui.view,arch_db:stock_move_value_report.report_stock_scrap_value_document +msgid "Location" +msgstr "" + +#. module: stock_move_value_report +#: model:ir.ui.view,arch_db:stock_move_value_report.report_stock_picking_value_document +msgid "Order (Origin)" +msgstr "" + +#. module: stock_move_value_report +#: model:ir.ui.view,arch_db:stock_move_value_report.stock_move_lines_value +msgid "Product" +msgstr "" + +#. module: stock_move_value_report +#: model:ir.ui.view,arch_db:stock_move_value_report.stock_move_lines_value +msgid "Quantity" +msgstr "" + +#. module: stock_move_value_report +#: model:ir.ui.view,arch_db:stock_move_value_report.report_stock_picking_value_document +msgid "Scheduled Date" +msgstr "" + +#. module: stock_move_value_report +#: model:ir.ui.view,arch_db:stock_move_value_report.report_stock_scrap_value_document +msgid "Source Document" +msgstr "" + +#. module: stock_move_value_report +#: model:ir.ui.view,arch_db:stock_move_value_report.report_stock_inventory_value_document +#: model:ir.ui.view,arch_db:stock_move_value_report.report_stock_picking_value_document +#: model:ir.ui.view,arch_db:stock_move_value_report.report_stock_scrap_value_document +msgid "State" +msgstr "" + +#. module: stock_move_value_report +#: model:ir.ui.view,arch_db:stock_move_value_report.stock_move_lines_value +msgid "Subtotal" +msgstr "" + +#. module: stock_move_value_report +#: model:ir.ui.view,arch_db:stock_move_value_report.report_stock_move_value_document +msgid "Total operations value balance" +msgstr "" + +#. module: stock_move_value_report +#: model:ir.ui.view,arch_db:stock_move_value_report.stock_move_lines_value_total +msgid "Total" +msgstr "" + +#. module: stock_move_value_report +#: model:ir.ui.view,arch_db:stock_move_value_report.stock_move_lines_value +msgid "Value" +msgstr "" + +#. module: stock_move_value_report +#: model:ir.ui.view,arch_db:stock_move_value_report.report_stock_inventory_value_document +#: model:ir.ui.view,arch_db:stock_move_value_report.report_stock_move_value_document +msgid "Inventory" +msgstr "" + +#. module: stock_move_value_report +#: model:ir.actions.report,name:stock_move_value_report.action_report_stock_inventory_value +msgid "Inventory Operations Cost Value" +msgstr "" + +#. module: stock_move_value_report +#: model:ir.ui.view,arch_db:stock_move_value_report.stock_move_lines_value +msgid "Lot/Serial Number" +msgstr "" + +#. 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 "" + +#. module: stock_move_value_report +#: model:ir.ui.view,arch_db:stock_move_value_report.report_stock_move_value_document +msgid "Picking" +msgstr "" + +#. 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 "" + +#. module: stock_move_value_report +#: model:ir.ui.view,arch_db:stock_move_value_report.report_stock_move_value_document +#: model:ir.ui.view,arch_db:stock_move_value_report.report_stock_scrap_value_document +msgid "Scrap" +msgstr "" + +#. 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 "" + +#. module: stock_move_value_report +#: model:ir.ui.view,arch_db:stock_move_value_report.report_stock_move_value_document +msgid "Selected operations cost value" +msgstr "" + diff --git a/stock_move_value_report/readme/CONTRIBUTORS.rst b/stock_move_value_report/readme/CONTRIBUTORS.rst new file mode 100644 index 0000000..94b6ba9 --- /dev/null +++ b/stock_move_value_report/readme/CONTRIBUTORS.rst @@ -0,0 +1,3 @@ +* `Tecnativa `_: + + * David Vidal diff --git a/stock_move_value_report/readme/DESCRIPTION.rst b/stock_move_value_report/readme/DESCRIPTION.rst new file mode 100644 index 0000000..82ac603 --- /dev/null +++ b/stock_move_value_report/readme/DESCRIPTION.rst @@ -0,0 +1,3 @@ +This module allows to obtain a report with the cost value of a given +operation set 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.rst b/stock_move_value_report/readme/USAGE.rst new file mode 100644 index 0000000..2262a16 --- /dev/null +++ b/stock_move_value_report/readme/USAGE.rst @@ -0,0 +1,16 @@ +To print the report you can either go to: + +- *Inventory > Transfrers* +- *Inventory > Inventory Adjustments* +- *Inventory > Scraps* +- *Inventory > Reporting > Stock Moves* +- *Inventory > Reporting > Product Moves* + +And then: + +#. Switch to list view. +#. Select records to print. +#. And then *Print > Operations Cost Value Report* + +A pdf preport with the operations linked to these records and their cost will +be obtained. Keep in mind that only done operations will have a cost value. diff --git a/stock_move_value_report/report/stock_inventory_value_report.xml b/stock_move_value_report/report/stock_inventory_value_report.xml new file mode 100644 index 0000000..024a5a2 --- /dev/null +++ b/stock_move_value_report/report/stock_inventory_value_report.xml @@ -0,0 +1,55 @@ + + + + + + + + diff --git a/stock_move_value_report/report/stock_move_line_value_report.xml b/stock_move_value_report/report/stock_move_line_value_report.xml new file mode 100644 index 0000000..24cc3e5 --- /dev/null +++ b/stock_move_value_report/report/stock_move_line_value_report.xml @@ -0,0 +1,166 @@ + + + + + + + + + + + + diff --git a/stock_move_value_report/report/stock_move_value_report.xml b/stock_move_value_report/report/stock_move_value_report.xml new file mode 100644 index 0000000..8e6b634 --- /dev/null +++ b/stock_move_value_report/report/stock_move_value_report.xml @@ -0,0 +1,11 @@ + + + + + + diff --git a/stock_move_value_report/report/stock_picking_value_report.xml b/stock_move_value_report/report/stock_picking_value_report.xml new file mode 100644 index 0000000..c671954 --- /dev/null +++ b/stock_move_value_report/report/stock_picking_value_report.xml @@ -0,0 +1,91 @@ + + + + + + + + diff --git a/stock_move_value_report/report/stock_scrap_value_report.xml b/stock_move_value_report/report/stock_scrap_value_report.xml new file mode 100644 index 0000000..42bab68 --- /dev/null +++ b/stock_move_value_report/report/stock_scrap_value_report.xml @@ -0,0 +1,58 @@ + + + + + + + + diff --git a/stock_move_value_report/report/stock_value_report.xml b/stock_move_value_report/report/stock_value_report.xml new file mode 100644 index 0000000..a5748bc --- /dev/null +++ b/stock_move_value_report/report/stock_value_report.xml @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + diff --git a/stock_move_value_report/static/description/icon.png b/stock_move_value_report/static/description/icon.png new file mode 100644 index 0000000..3a0328b Binary files /dev/null and b/stock_move_value_report/static/description/icon.png differ diff --git a/stock_move_value_report/static/description/index.html b/stock_move_value_report/static/description/index.html new file mode 100644 index 0000000..0206bc2 --- /dev/null +++ b/stock_move_value_report/static/description/index.html @@ -0,0 +1,444 @@ + + + + + + +Stock Move Cost Value Report + + + +
+

Stock Move Cost Value Report

+ + +

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

+

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

+

Table of contents

+ +
+

Usage

+

To print the report you can either go to:

+
    +
  • Inventory > Transfrers
  • +
  • Inventory > Inventory Adjustments
  • +
  • Inventory > Scraps
  • +
  • Inventory > Reporting > Stock Moves
  • +
  • Inventory > Reporting > Product Moves
  • +
+

And then:

+
    +
  1. Switch to list view.
  2. +
  3. Select records to print.
  4. +
  5. And then Print > Operations Cost Value Report
  6. +
+

A pdf preport with the operations linked to these records and their cost will +be obtained. Keep in mind that only done operations will have a 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 smashing it by providing a detailed and welcomed +feedback.

+

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

+
+
+

Credits

+
+

Authors

+
    +
  • Tecnativa
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

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

+

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

+
+
+
+ +