Search 1.9 billion lines of Odoo code on GitHub

stock_tracked_fifo_valuation

Author: Graeme Gellatly
License: AGPL-3
Branch: 16.0-wip
Repository: odoonz/odoonz-addons
Dependencies: stock, and stock_account
Languages: HTML (363, 69.4%), Python (82, 15.7%), XML (30, 5.7%), and reStructuredText (48, 9.2%)
Other branches: 12.0, 12.0-greenify-gdg, 12.0-no-translate, 14.0, 14.0-partner-lock, 15.0, and gdg-pricelist-rework
Other repositories: RL-OtherApps/odoonz-addons, RujiaL/odoonz-addons, erick-alvino/odoonz-addons, gameboy199/odoonz-addons, jonisunz/odoonz-addons, robotiko/odoonz-addons, sondt87/odoonz-addons, suningwz/odoonz-addons, vanthaiunghoa/odoonz-addons, vidtsin/odoonz-addons, wtaferner/odoonz-addons, xuanthanh/odoonz-addons, and yasmanycastillo/odoonz-addons

<h1 class="title">Stock Tracked Fifo Valuation</h1> <p>This module extends the functionality of <cite>stock_account</cite> to pick the valuation of in_moves for FIFO valuation only from those available lots on the order.</p> <p>It will work perfectly in a perfect scenario, whereby the oldest lot is available in the exact qty shipped, or just 1 lot. Otherwise it falls back to the default behaviour.</p> <p>NOTE: V14 is very experimental</p> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#usage" id="id2">Usage</a></li> <li><a class="reference internal" href="#known-issues-roadmap" id="id3">Known issues / Roadmap</a></li> <li><a class="reference internal" href="#changelog" id="id4">Changelog</a><ul> <li><a class="reference internal" href="#id1" id="id5">12.0.1.0.0 (2019-01-04)</a></li> <li><a class="reference internal" href="#authors" id="id6">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id7">Contributors</a></li> </ul> </li> </ul> </div> <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>Install it, be using FIFO inventory tracking and serial or lot tracking for at least 1 product. Nothing else.</li> </ol> <a name="known-issues-roadmap"></a> <h2><a class="toc-backref" href="#id3">Known issues / Roadmap</a></h2> <ul class="simple"> <li>Better support the quantities case, whereby different quantities of different lots are sent.</li> </ul> <a name="changelog"></a> <h2><a class="toc-backref" href="#id4">Changelog</a></h2> <a name="id1"></a> <h3><a class="toc-backref" href="#id5">12.0.1.0.0 (2019-01-04)</a></h3> <ul class="simple"> <li>[NEW] Initial module release</li> </ul> <a name="authors"></a> <h3><a class="toc-backref" href="#id6">Authors</a></h3> <ul class="simple"> <li>Graeme Gellatly</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id7">Contributors</a></h3> <ul class="simple"> <li>Graeme Gellatly &lt;<a class="reference external" href="mailto:graeme&#64;o4sb.com">graeme&#64;o4sb.com</a>&gt; (<a class="reference external" href="https://o4sb.com">https://o4sb.com</a>)</li> </ul>