Search 1.9 billion lines of Odoo code on GitHub

stock_inventory_revaluation_adjustment

Author: Open Source Integrators, Odoo Community Association (OCA)
License: AGPL-3
Branch: bot/14.15-dr-fix
Repository: ursais/stock-logistics-warehouse
Dependencies: base, mrp, product, stock_account, and web
Languages: JavaScript (163, 11.4%), Python (588, 41.1%), XML (635, 44.4%), and reStructuredText (44, 3.1%)
Other branches: 14.0_new_stock_inventory_revaluation_wip, 14.15, bot/14.12, bot/14.15, bot/14.17, bot/develop, fix-perf-issue, hs_cost_rollup, hs_imp_bom_cost_roll_multi_company, stock_inventory_revaluation_mrp, and stock_inventory_revaluaton

<h1 class="title">Stock Inventory Revaluation</h1> <p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/tree/14.0/stock_inventory_revaluation"><img alt="OCA/stock-logistics-warehouse" src="https://img.shields.io/badge/github-OCA%2Fproduct--attribute-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/stock-logistics-warehouse-14-0/stock-logistics-warehouse-14-0-stock_inventory_revaluation"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/135/14.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p> <p>Adds a cost change process workflow to products to allow users to adjust costs in bulk. Cost changes will trigger inventory valuation if stock is set to do so. Valuations can use specific account specified on the cost adjustment type or use the account set on the product categories.</p> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#configuration" id="id1">Configuration</a></li> <li><a class="reference internal" href="#usage" id="id2">Usage</a></li> <li><a class="reference internal" href="#bug-tracker" id="id3">Bug Tracker</a></li> </ul> </div> <a name="configuration"></a> <h2><a class="toc-backref" href="#id1">Configuration</a></h2> <p>To configure this module you need to:</p> <ol class="arabic simple"> <li>Go to Inventory &gt; Configuration &gt; Products &gt; Cost Adjustment Types</li> <li>Create a new Cost Adjustment Type and choose account (Optional) to use during valuation posting.</li> </ol> <a name="usage"></a> <h2><a class="toc-backref" href="#id2">Usage</a></h2> <p>To use this module you need to:</p> <ol class="arabic simple"> <li>Go to Inventory &gt; Products &gt; Cost Adjustment</li> <li>Create a new Cost Adjustment.</li> <li>Update costs on products.</li> <li>Click the Validate Adjustment button to validate.</li> <li>Click the Post button to finalize the changes and trigger valuations.</li> <li>Verify the costs have been updated on the products.</li> </ol> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id3">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/issues">GitHub Issues</a>. 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 <a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/issues/new?body=module:%20stock_inventory_revaluation%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> <p>Do not contact contributors directly about support or help with technical issues.</p> <p>Credits</p>