Search 1.9 billion lines of Odoo code on GitHub

stock_disallow_negative

Author: Akretion,Odoo Community Association (OCA)
License: AGPL-3
Branch: 8.0-stock-disallow-negative
Repository: akretion/stock-logistics-workflow
Dependencies: product, and stock
Languages: PO File (29, 20.7%), Python (57, 40.7%), XML (25, 17.9%), and reStructuredText (29, 20.7%)
Other repositories: numerigraphe/stock-logistics-workflow

<a class="reference external image-reference" 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.svg"> </a> <a name="stock-disallow-negative"></a> <h2>Stock Disallow Negative</h2> <p>By default, Odoo allows negative stock. The advantage of negative stock is that, if some stock levels are wrong in the ERP, you will not be blocked when validating the picking for a customer... so you will still be able to ship the products on time (it's an example !). The problem is that, after you forced the stock level to negative, you are supposed to fix the stock level later via an inventory ; but this action is often forgotten by users, so you end up with negative stock levels in your ERP and it can stay like this forever (or at least until the next full inventory).</p> <p>If you disallow negative stock in Odoo with this module, you will be blocked when trying to validate a stock operation that will set the stock level of a product as negative. So you will have to fix the wrong stock level of that product without delay, in order to validate the stock operation in Odoo... you can't forget it anymore !</p> <a name="configuration"></a> <h3>Configuration</h3> <p>By default, the stockable products will not be allowed to have a negative stock. If you want to make some exceptions for some products or some product categories, you can activate the option <em>Allow Negative Stock</em> on some products or some products categories.</p> <a name="usage"></a> <h3>Usage</h3> <p>When you validate a stock operation (a stock move, a picking, etc...) that will set the stock level of a stockable product as negative, you will be blocked by an error message. The consumable products can still have a negative stock level.</p> <a class="reference external image-reference" href="https://runbot.odoo-community.org/runbot/154/8.0"><img alt="Try me on Runbot" src="https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas" /></a> <a name="bug-tracker"></a> <h3>Bug Tracker</h3> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/stock-logistics-workflow/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 feedback.</p> <a name="credits"></a> <h3>Credits</h3> <a name="contributors"></a> <h4>Contributors</h4> <ul class="simple"> <li>Alexis de Lattre &lt;<a class="reference external" href="mailto:alexis.delattre&#64;akretion.com">alexis.delattre&#64;akretion.com</a>&gt;</li> </ul> <a name="maintainer"></a> <h4>Maintainer</h4> <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> <p>This module is maintained by the OCA.</p> <p>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.</p> <p>To contribute to this module, please visit <a class="reference external" href="https://odoo-community.org">https://odoo-community.org</a>.</p>