Search 1.9 billion lines of Odoo code on GitHub

purchase_consignment_inventory

Author: Numigi
License: no license
Branch: 11.0
Repository: Numigi/odoo-purchase-addons
Dependencies: product_supplier_info_helpers, purchase_consignment, and stock
Languages: PO File (23, 5.9%), Python (330, 84.8%), and XML (36, 9.3%)
Other branches: 12.0, 14.0, TA#49456, TA#50304, and qtip_20220127_1938

<h1 class="title">Purchase Consignment Inventory</h1> <p>This module extends the <code>purchase_consignment</code> module (from the same repository).</p> <p>It allows to make an inventory adjustment for all products of a single consignment supplier.</p> <div class="contents topic" id="table-of-contents"> <p class="topic-title first">Table of Contents</p> <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="#supplier-with-no-product" id="id3">Supplier with no Product</a></li> <li><a class="reference internal" href="#behavior-in-details" id="id4">Behavior in Details</a></li> <li><a class="reference internal" href="#contributors" id="id5">Contributors</a></li> </ul> </div> <a name="configuration"></a> <h2><a class="toc-backref" href="#id1">Configuration</a></h2> <p>As <code>Inventory / Manager</code>, I go to the form view of a product.</p> <p>I check the <code>Consignment</code> box:</p> <img alt="static/description/product_form_consignment.png" src="static/description/product_form_consignment.png" /> <p>I select a vendor:</p> <img alt="static/description/product_form_vendor.png" src="static/description/product_form_vendor.png" /> <a name="usage"></a> <h2><a class="toc-backref" href="#id2">Usage</a></h2> <p>I create an inventory adjustment. I select <code>Consignment Supplier</code>.</p> <img alt="static/description/inventory_form.png" src="static/description/inventory_form.png" /> <p>I start the inventory adjusment.</p> <p>The list of products contains all consigned products of the selected supplier.</p> <img alt="static/description/inventory_lines.png" src="static/description/inventory_lines.png" /> <a name="supplier-with-no-product"></a> <h2><a class="toc-backref" href="#id3">Supplier with no Product</a></h2> <p>If a supplier has no consigned product, the inventory line list will be empty.</p> <img alt="static/description/inventory_lines_empty.png" src="static/description/inventory_lines_empty.png" /> <p>In such case, no product will be selectable when adding new inventory lines.</p> <a name="behavior-in-details"></a> <h2><a class="toc-backref" href="#id4">Behavior in Details</a></h2> <p>When the inventory is started, the products are searched based on the <code>Consignment</code> checkbox and the list of vendors of a product.</p> <p>The search is not based on the <code>Owner</code> of a quant. If a quant has a wrong owner or no owner at all, it will appear (if the product is consigned under the selected supplier). This is intended to make the system more transparent and help track errors.</p> <p>If a quant is owned by the selected supplier, but not set as a consigned product for this supplier, it will not appear.</p> <a name="contributors"></a> <h2><a class="toc-backref" href="#id5">Contributors</a></h2> <ul class="simple"> <li>Numigi (tm) and all its contributors (<a class="reference external" href="https://bit.ly/numigiens">https://bit.ly/numigiens</a>)</li> </ul>