Search 1.9 billion lines of Odoo code on GitHub

stock_lot_supplier_importer

Author: FactorLibre, Odoo Community Association (OCA)
License: AGPL-3
Branch: 8.0
Repository: factorlibre/stock-logistics-warehouse
Dependencies: product, and stock
Languages: Python (155, 63.8%), XML (38, 15.6%), and reStructuredText (50, 20.6%)
Other branches: add_company_id

<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-lot-importer-by-supplier"></a> <h2>Stock Lot Importer by Supplier</h2> <p>This module allows to import Serial Number (lots) by the product_code (SKU - Stock-Keeping Unit) from a xls file.</p> <p>The purpose is to have the lots created before processing the picking in. The supplier give us a list of serial number associated with a sku number before send the products. So we have not to read the serial numbers of each product when they come.</p> <p>The program will search the file sku columns on 'Product Code' field from product info.</p> <a name="usage"></a> <h3>Usage</h3> <p>To use this module, you need to:</p> <ul class="simple"> <li>Create a xls file with, at least, the columns 'sku_no' and 'serial_no' (no matter whether it is case sensitive).</li> <li>Go to Warehouse &gt; Traceability &gt; Lots Supplier Importer</li> <li>Will display a popup. Then enter the xls file created previously and click on 'Import' button.</li> </ul> <p>If any error occurs while importing, the program will show a list of explained errors in the same popup.</p> <a class="reference external image-reference" href="https://runbot.odoo-community.org/runbot/153/8.0"><img alt="Try me on Runbot" src="https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas" /></a> <a name="known-issues-roadmap"></a> <h3>Known issues / Roadmap</h3> <ul class="simple"> <li>May be useful to allow csv files.</li> </ul> <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-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_lot_supplier_importer%0Aversion:%208.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="images"></a> <h4>Images</h4> <ul class="simple"> <li>Odoo Community Association: <a class="reference external" href="https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg">Icon</a>.</li> </ul> <a name="contributors"></a> <h4>Contributors</h4> <ul class="simple"> <li>Ismael Calvo &lt;<a class="reference external" href="mailto:ismael.calvo&#64;factorlibre.com">ismael.calvo&#64;factorlibre.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>