diff --git a/stock_inventory_valuation_show_remaining/README.rst b/stock_inventory_valuation_show_remaining/README.rst new file mode 100644 index 0000000..248e4d0 --- /dev/null +++ b/stock_inventory_valuation_show_remaining/README.rst @@ -0,0 +1,76 @@ +======================================== +Stock Inventory Valuation Show Remaining +======================================== + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! 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/13.0/stock_inventory_valuation_show_remaining + :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-13-0/stock-logistics-reporting-13-0-stock_inventory_valuation_show_remaining + :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/13.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| + +When you trigger a report of inventory valuation the total quantity and the +total value of the layers show. This is confusing as users expect is the +actual value sitting in stock. This module modifies the standard "Inventory +Valuation" report to show the remaining values. + +**Table of contents** + +.. contents:: + :local: + +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 +~~~~~~~ + +* ForgeFlow S.L. + +Contributors +~~~~~~~~~~~~ + +* Aaron Henriquez + +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_inventory_valuation_show_remaining/__init__.py b/stock_inventory_valuation_show_remaining/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/stock_inventory_valuation_show_remaining/__manifest__.py b/stock_inventory_valuation_show_remaining/__manifest__.py new file mode 100644 index 0000000..aa1baf1 --- /dev/null +++ b/stock_inventory_valuation_show_remaining/__manifest__.py @@ -0,0 +1,15 @@ +# Copyright 2020 ForgeFlow S.L. +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). + +{ + "name": "Stock Inventory Valuation Show Remaining", + "version": "13.0.1.0.0", + "summary": "Remaining Inventory Valuation Report", + "author": "ForgeFlow S.L., Odoo Community Association (OCA)", + "website": "https://github.com/OCA/stock-logistics-reporting", + "category": "Warehouse Management", + "depends": ["stock_account"], + "license": "AGPL-3", + "data": ["views/stock_valuation_layer_views.xml"], + "installable": True, +} diff --git a/stock_inventory_valuation_show_remaining/readme/CONTRIBUTORS.rst b/stock_inventory_valuation_show_remaining/readme/CONTRIBUTORS.rst new file mode 100644 index 0000000..2e52496 --- /dev/null +++ b/stock_inventory_valuation_show_remaining/readme/CONTRIBUTORS.rst @@ -0,0 +1 @@ +* Aaron Henriquez diff --git a/stock_inventory_valuation_show_remaining/readme/DESCRIPTION.rst b/stock_inventory_valuation_show_remaining/readme/DESCRIPTION.rst new file mode 100644 index 0000000..e74e369 --- /dev/null +++ b/stock_inventory_valuation_show_remaining/readme/DESCRIPTION.rst @@ -0,0 +1,4 @@ +When you trigger a report of inventory valuation the total quantity and the +total value of the layers are displayed. This is confusing as users expect +the actual value sitting in stock. This module modifies the standard +"Inventory Valuation" report to show the remaining values. diff --git a/stock_inventory_valuation_show_remaining/static/description/icon.png b/stock_inventory_valuation_show_remaining/static/description/icon.png new file mode 100644 index 0000000..3a0328b Binary files /dev/null and b/stock_inventory_valuation_show_remaining/static/description/icon.png differ diff --git a/stock_inventory_valuation_show_remaining/static/description/index.html b/stock_inventory_valuation_show_remaining/static/description/index.html new file mode 100644 index 0000000..fd56c5a --- /dev/null +++ b/stock_inventory_valuation_show_remaining/static/description/index.html @@ -0,0 +1,422 @@ + + + + + + +Stock Inventory Valuation Show Remaining + + + +
+

Stock Inventory Valuation Show Remaining

+ + +

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

+

When you trigger a report of inventory valuation the total quantity and the +total value of the layers show. This is confusing as users expect is the +actual value sitting in stock. This module modifies the standard “Inventory +Valuation” report to show the remaining values.

+

Table of contents

+ +
+

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

+
    +
  • ForgeFlow S.L.
  • +
+
+
+

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.

+
+
+
+ + diff --git a/stock_inventory_valuation_show_remaining/views/stock_valuation_layer_views.xml b/stock_inventory_valuation_show_remaining/views/stock_valuation_layer_views.xml new file mode 100644 index 0000000..45e5e8d --- /dev/null +++ b/stock_inventory_valuation_show_remaining/views/stock_valuation_layer_views.xml @@ -0,0 +1,23 @@ + + + + stock.valuation.layer.tree + stock.valuation.layer + + + + hide + + + + + + hide + + + + + + + +