Search 1.9 billion lines of Odoo code on GitHub

mrp_stock_reservation

Author: mtaylor
License: AGPL-3
Branch: 12.0
Repository: asphaltzipper/azi-odoo-modules
Dependencies: mfg_integration, mrp, and product
Languages: Python (151, 42.3%), XML (159, 44.5%), and reStructuredText (47, 13.2%)
Other branches: 10.0, and master
Other repositories: Heri-Founder/azi-odoo-modules, IbiksRiad/azi-odoo-modules, JohnLYH/azi-odoo-modules, RL-OtherApps/azi-odoo-modules, consultingerp/engineering_bom, developers-zone/azi-odoo-modules, digitalsatori/azi-odoo-modules, haylahi/azi-odoo-modules, and michaelslade54/azi-odoo-modules

<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="mrp-stock-reservation"></a> <h2>mrp_stock_reservation</h2> <p>This module was written to support the process of building parts kits for manufacturing orders. It provides views where the user can see availability of a given product, along with a list of waiting stock moves (as a component of manufacturing orders). Within the view, the user can scan the barcode of the manufacturing order and reserve the material for that order. When scanning the barcode for another product, the form will reload, showing the new product scanned.</p> <a name="installation"></a> <h3>Installation</h3> <p>To install this module, you need to:</p> <ol class="arabic"> <li><p class="first">Clone the azi-odoo-modules repository on your Odoo server.</p> <ul class="simple"> <li><code>$ git clone https://github.com/asphaltzipper/azi-odoo-modules</code></li> </ul> </li> <li><p class="first">Add the new module repository to your Odoo configuration.</p> <ul> <li><p class="first">Append the new repository path to the <em>addons path</em> configuration variable.</p> <blockquote> <ul class="simple"> <li>e.g. <code>addons_path = /opt/odoo/odoo/addons,/opt/odoo/azi-odoo-modules</code></li> <li>e.g. <code>$ ./odoo-bin --addons-path=&quot;./addons,/opt/odoo/azi-odoo-modules&quot;</code></li> </ul> </blockquote> </li> </ul> </li> <li><p class="first">Restart Odoo.</p> </li> <li><p class="first">Go to the menu <em>Apps &gt; Apps</em> and search for &quot;mrp_stock_reservation&quot;</p> <ul class="simple"> <li>Install the <em>mrp_stock_reservation</em> module.</li> </ul> </li> </ol> <a name="usage"></a> <h3>Usage</h3> <p>Open a product form, and click the Mfg Reservations button. Or, from the Mfg Work Import form, click the shopping cart button on the detail line.</p> <p>While viewing the Mfg Reservations form, scan a product barcode to change to another product. Or, scan a manufacturing order barcode to reserve material for that MO.</p> <a name="known-issues-roadmap"></a> <h3>Known issues / Roadmap</h3> <ul class="simple"> <li>No known issues</li> </ul> <a name="bug-tracker"></a> <h3>Bug Tracker</h3> <p>Bugs are tracked on <a class="reference external" href="https://github.com/asphaltzipper/azi-odoo-modules/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/asphaltzipper/azi-odoo-modules/issues/new?body=module:%20mrp_stock_reservation%0Aversion:%209.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> <a name="credits"></a> <h3>Credits</h3> <a name="contributors"></a> <h4>Contributors</h4> <ul class="simple"> <li>Matt Taylor &lt;<a class="reference external" href="mailto:mtaylor&#64;asphaltzipper.com">mtaylor&#64;asphaltzipper.com</a>&gt;</li> </ul> <a name="funders"></a> <h4>Funders</h4> <p>The development of this module has been financially supported by:</p> <ul class="simple"> <li>Asphalt Zipper, Inc.</li> </ul> <a name="maintainer"></a> <h4>Maintainer</h4> <a class="reference external image-reference" href="http://asphaltzipper.com"><img alt="Asphalt Zipper, Inc." src="http://asphaltzipper.com/img/elements/logo.png" /></a> <p>This module is maintained by Asphalt Zipper, Inc.</p> <p>To contribute to this module, please visit <a class="reference external" href="https://github.com/asphaltzipper/azi-odoo-modules">https://github.com/asphaltzipper/azi-odoo-modules</a>.</p>