diff --git a/stock_account_quantity_history_location/README.rst b/stock_account_quantity_history_location/README.rst new file mode 100644 index 0000000..9e9d933 --- /dev/null +++ b/stock_account_quantity_history_location/README.rst @@ -0,0 +1,71 @@ +======================================= +Stock Account Quantity History Location +======================================= + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! 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_account_quantity_history_location + :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_account_quantity_history_location + :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| + +Glue module between Stock Account and Stock Quantity History Location modules. + +Display a warning on the Stock Inventory report that accounting valuation is +not calculated when you specify a location. + +**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 +~~~~~~~ + +* Eficent + +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_account_quantity_history_location/__init__.py b/stock_account_quantity_history_location/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/stock_account_quantity_history_location/__manifest__.py b/stock_account_quantity_history_location/__manifest__.py new file mode 100644 index 0000000..b196f0e --- /dev/null +++ b/stock_account_quantity_history_location/__manifest__.py @@ -0,0 +1,24 @@ +# Copyright 2019 Eficent Business and IT Consulting Services, S.L. +# Copyright 2019 Aleph Objects, Inc. +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +{ + 'name': 'Stock Account Quantity History Location', + 'summary': """ + Glue module between Stock Account and Stock Quantity History Location + modules""", + 'version': '11.0.1.0.0', + 'license': 'AGPL-3', + 'author': 'Eficent,' + 'Odoo Community Association (OCA)', + 'website': 'https://github.com/OCA/stock-logistics-reporting', + 'depends': [ + 'stock_account', + 'stock_quantity_history_location', + ], + 'data': [ + 'wizards/stock_quantity_history.xml', + ], + 'auto_install': True, + +} diff --git a/stock_account_quantity_history_location/readme/CONSTRIBUTORS.rst b/stock_account_quantity_history_location/readme/CONSTRIBUTORS.rst new file mode 100644 index 0000000..6860aff --- /dev/null +++ b/stock_account_quantity_history_location/readme/CONSTRIBUTORS.rst @@ -0,0 +1 @@ +* Jordi Ballester Alomar diff --git a/stock_account_quantity_history_location/readme/DESCRIPTION.rst b/stock_account_quantity_history_location/readme/DESCRIPTION.rst new file mode 100644 index 0000000..85b2005 --- /dev/null +++ b/stock_account_quantity_history_location/readme/DESCRIPTION.rst @@ -0,0 +1,4 @@ +Glue module between Stock Account and Stock Quantity History Location modules. + +Display a warning on the Stock Inventory report that accounting valuation is +not calculated when you specify a location. diff --git a/stock_account_quantity_history_location/static/description/icon.png b/stock_account_quantity_history_location/static/description/icon.png new file mode 100644 index 0000000..3a0328b Binary files /dev/null and b/stock_account_quantity_history_location/static/description/icon.png differ diff --git a/stock_account_quantity_history_location/static/description/index.html b/stock_account_quantity_history_location/static/description/index.html new file mode 100644 index 0000000..871853a --- /dev/null +++ b/stock_account_quantity_history_location/static/description/index.html @@ -0,0 +1,392 @@ + + + + + + +Stock Account Quantity History Location + + + +
+

Stock Account Quantity History Location

+ + +

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

+

Glue module between Stock Account and Stock Quantity History Location modules.

+

Display a warning on the Stock Inventory report that accounting valuation is +not calculated when you specify a location.

+

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

+
    +
  • Eficent
  • +
+
+
+

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_account_quantity_history_location/wizards/stock_quantity_history.xml b/stock_account_quantity_history_location/wizards/stock_quantity_history.xml new file mode 100644 index 0000000..fc09cdf --- /dev/null +++ b/stock_account_quantity_history_location/wizards/stock_quantity_history.xml @@ -0,0 +1,21 @@ + + + + Valuation Report + stock.quantity.history + + + + + +
+

The accounting valuation is not calculated when you specify a location. +

+
+
+
+
+