diff --git a/setup/stock_inventory_valuation_unit_cost/odoo/addons/stock_inventory_valuation_unit_cost b/setup/stock_inventory_valuation_unit_cost/odoo/addons/stock_inventory_valuation_unit_cost new file mode 120000 index 0000000..02f99e8 --- /dev/null +++ b/setup/stock_inventory_valuation_unit_cost/odoo/addons/stock_inventory_valuation_unit_cost @@ -0,0 +1 @@ +../../../../stock_inventory_valuation_unit_cost \ No newline at end of file diff --git a/setup/stock_inventory_valuation_unit_cost/setup.py b/setup/stock_inventory_valuation_unit_cost/setup.py new file mode 100644 index 0000000..28c57bb --- /dev/null +++ b/setup/stock_inventory_valuation_unit_cost/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/stock_inventory_valuation_unit_cost/README.rst b/stock_inventory_valuation_unit_cost/README.rst new file mode 100644 index 0000000..0968ad9 --- /dev/null +++ b/stock_inventory_valuation_unit_cost/README.rst @@ -0,0 +1,73 @@ +=================================== +Stock Inventory Valuation Unit Cost +=================================== + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! 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_unit_cost + :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_unit_cost + :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| + +Add Unit Cost on Inventory Valuation Report + +**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 +~~~~~~~ + +* Ecosoft + +Contributors +~~~~~~~~~~~~ + +* Saran Lim. + +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_unit_cost/__init__.py b/stock_inventory_valuation_unit_cost/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/stock_inventory_valuation_unit_cost/__manifest__.py b/stock_inventory_valuation_unit_cost/__manifest__.py new file mode 100644 index 0000000..dbdaf70 --- /dev/null +++ b/stock_inventory_valuation_unit_cost/__manifest__.py @@ -0,0 +1,15 @@ +# Copyright 2021 Ecosoft Co., Ltd (https://ecosoft.co.th/) +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). + +{ + "name": "Stock Inventory Valuation Unit Cost", + "version": "13.0.1.0.0", + "summary": "Add Unit Cost on Inventory Valuation Report", + "author": "Ecosoft, 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_unit_cost/readme/CONTRIBUTORS.rst b/stock_inventory_valuation_unit_cost/readme/CONTRIBUTORS.rst new file mode 100644 index 0000000..cc6b231 --- /dev/null +++ b/stock_inventory_valuation_unit_cost/readme/CONTRIBUTORS.rst @@ -0,0 +1 @@ +* Saran Lim. diff --git a/stock_inventory_valuation_unit_cost/readme/DESCRIPTION.rst b/stock_inventory_valuation_unit_cost/readme/DESCRIPTION.rst new file mode 100644 index 0000000..72f5640 --- /dev/null +++ b/stock_inventory_valuation_unit_cost/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +Add Unit Cost on Inventory Valuation Report diff --git a/stock_inventory_valuation_unit_cost/static/description/icon.png b/stock_inventory_valuation_unit_cost/static/description/icon.png new file mode 100644 index 0000000..3a0328b Binary files /dev/null and b/stock_inventory_valuation_unit_cost/static/description/icon.png differ diff --git a/stock_inventory_valuation_unit_cost/static/description/index.html b/stock_inventory_valuation_unit_cost/static/description/index.html new file mode 100644 index 0000000..6618a04 --- /dev/null +++ b/stock_inventory_valuation_unit_cost/static/description/index.html @@ -0,0 +1,419 @@ + + + + + + +Stock Inventory Valuation Unit Cost + + + +
+

Stock Inventory Valuation Unit Cost

+ + +

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

+

Add Unit Cost on Inventory Valuation Report

+

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

+
    +
  • Ecosoft
  • +
+
+
+

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_unit_cost/views/stock_valuation_layer_views.xml b/stock_inventory_valuation_unit_cost/views/stock_valuation_layer_views.xml new file mode 100644 index 0000000..456c916 --- /dev/null +++ b/stock_inventory_valuation_unit_cost/views/stock_valuation_layer_views.xml @@ -0,0 +1,13 @@ + + + + stock.valuation.layer.tree + stock.valuation.layer + + + + + + + +