diff --git a/setup/stock_inventory_valuation_pivot/odoo/addons/stock_inventory_valuation_pivot b/setup/stock_inventory_valuation_pivot/odoo/addons/stock_inventory_valuation_pivot new file mode 120000 index 0000000..c97d9b8 --- /dev/null +++ b/setup/stock_inventory_valuation_pivot/odoo/addons/stock_inventory_valuation_pivot @@ -0,0 +1 @@ +../../../../stock_inventory_valuation_pivot \ No newline at end of file diff --git a/setup/stock_inventory_valuation_pivot/setup.py b/setup/stock_inventory_valuation_pivot/setup.py new file mode 100644 index 0000000..28c57bb --- /dev/null +++ b/setup/stock_inventory_valuation_pivot/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/stock_inventory_valuation_pivot/README.rst b/stock_inventory_valuation_pivot/README.rst new file mode 100644 index 0000000..05e7301 --- /dev/null +++ b/stock_inventory_valuation_pivot/README.rst @@ -0,0 +1,86 @@ +=============================== +Stock Inventory Valuation Pivot +=============================== + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! 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_pivot + :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_pivot + :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| + +This module extends the functionality of stock inventory valuation report to +add a pivot view. + +**Table of contents** + +.. contents:: + :local: + +Usage +===== + +To use this module, you need to: + +#. Go to *Inventory > Reporting > Inventory Valuation*. +#. Now you can see the report result in a pivot view. +#. You can also filter the results prior to a given date-time. + +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 `_: + + * Ernesto Tejeda + * Carlos Dauden + +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_pivot/__init__.py b/stock_inventory_valuation_pivot/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/stock_inventory_valuation_pivot/__manifest__.py b/stock_inventory_valuation_pivot/__manifest__.py new file mode 100644 index 0000000..32d4410 --- /dev/null +++ b/stock_inventory_valuation_pivot/__manifest__.py @@ -0,0 +1,11 @@ +{ + "name": "Stock Inventory Valuation Pivot", + "version": "14.0.1.0.0", + "summary": "Add pivot view to the stock inventory valuation report", + "author": "Tecnativa, Odoo Community Association (OCA)", + "website": "https://github.com/OCA/stock-logistics-reporting", + "license": "AGPL-3", + "category": "Warehouse Management", + "depends": ["stock_account"], + "data": ["views/stock_account_views.xml"], +} diff --git a/stock_inventory_valuation_pivot/i18n/es.po b/stock_inventory_valuation_pivot/i18n/es.po new file mode 100644 index 0000000..9a6e62e --- /dev/null +++ b/stock_inventory_valuation_pivot/i18n/es.po @@ -0,0 +1,23 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_inventory_valuation_pivot +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 13.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-09-06 18:25+0000\n" +"PO-Revision-Date: 2021-09-06 14:33-0400\n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: \n" +"X-Generator: Poedit 2.3\n" + +#. module: stock_inventory_valuation_pivot +#: model_terms:ir.ui.view,arch_db:stock_inventory_valuation_pivot.view_inventory_valuation_search +msgid "Date Before" +msgstr "Fecha anterior" diff --git a/stock_inventory_valuation_pivot/i18n/stock_inventory_valuation_pivot.pot b/stock_inventory_valuation_pivot/i18n/stock_inventory_valuation_pivot.pot new file mode 100644 index 0000000..09f554c --- /dev/null +++ b/stock_inventory_valuation_pivot/i18n/stock_inventory_valuation_pivot.pot @@ -0,0 +1,19 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_inventory_valuation_pivot +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 13.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_inventory_valuation_pivot +#: model_terms:ir.ui.view,arch_db:stock_inventory_valuation_pivot.view_inventory_valuation_search +msgid "Date Before" +msgstr "" diff --git a/stock_inventory_valuation_pivot/readme/CONTRIBUTORS.rst b/stock_inventory_valuation_pivot/readme/CONTRIBUTORS.rst new file mode 100644 index 0000000..aeee56e --- /dev/null +++ b/stock_inventory_valuation_pivot/readme/CONTRIBUTORS.rst @@ -0,0 +1,4 @@ +* `Tecnativa `_: + + * Ernesto Tejeda + * Carlos Dauden diff --git a/stock_inventory_valuation_pivot/readme/DESCRIPTION.rst b/stock_inventory_valuation_pivot/readme/DESCRIPTION.rst new file mode 100644 index 0000000..8dc9417 --- /dev/null +++ b/stock_inventory_valuation_pivot/readme/DESCRIPTION.rst @@ -0,0 +1,2 @@ +This module extends the functionality of stock inventory valuation report to +add a pivot view. diff --git a/stock_inventory_valuation_pivot/readme/USAGE.rst b/stock_inventory_valuation_pivot/readme/USAGE.rst new file mode 100644 index 0000000..007c1d2 --- /dev/null +++ b/stock_inventory_valuation_pivot/readme/USAGE.rst @@ -0,0 +1,5 @@ +To use this module, you need to: + +#. Go to *Inventory > Reporting > Inventory Valuation*. +#. Now you can see the report result in a pivot view. +#. You can also filter the results prior to a given date-time. diff --git a/stock_inventory_valuation_pivot/static/description/icon.png b/stock_inventory_valuation_pivot/static/description/icon.png new file mode 100644 index 0000000..3a0328b Binary files /dev/null and b/stock_inventory_valuation_pivot/static/description/icon.png differ diff --git a/stock_inventory_valuation_pivot/static/description/index.html b/stock_inventory_valuation_pivot/static/description/index.html new file mode 100644 index 0000000..aea4e67 --- /dev/null +++ b/stock_inventory_valuation_pivot/static/description/index.html @@ -0,0 +1,434 @@ + + + + + + +Stock Inventory Valuation Pivot + + + +
+

Stock Inventory Valuation Pivot

+ + +

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

+

This module extends the functionality of stock inventory valuation report to +add a pivot view.

+

Table of contents

+ +
+

Usage

+

To use this module, you need to:

+
    +
  1. Go to Inventory > Reporting > Inventory Valuation.
  2. +
  3. Now you can see the report result in a pivot view.
  4. +
  5. You can also filter the results prior to a given date-time.
  6. +
+
+
+

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:
      +
    • Ernesto Tejeda
    • +
    • Carlos Dauden
    • +
    +
  • +
+
+
+

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_pivot/views/stock_account_views.xml b/stock_inventory_valuation_pivot/views/stock_account_views.xml new file mode 100644 index 0000000..22ad0b3 --- /dev/null +++ b/stock_inventory_valuation_pivot/views/stock_account_views.xml @@ -0,0 +1,35 @@ + + + + stock.valuation.layer + + + + + + + + + + stock.valuation.layer.pivot + stock.valuation.layer + + + + + + + + + + + tree,form,pivot + +