Search 1.9 billion lines of Odoo code on GitHub

stock_fifo_lot_costing

Author: Matt Taylor
License: AGPL-3
Branch: 12.0
Repository: asphaltzipper/azi-odoo-modules
Dependencies: stock_account
Languages: Python (505, 98.4%), and reStructuredText (8, 1.6%)

<h1 class="title">Stock FIFO Lot Costing</h1> <p>This module changes the FIFO costing methods so that if a lot/serial is specified in a move, the cost of that lot/serial is used. Without this module, the cost of the first in lot/serial would be used, regardless of which lot/serial is being moved.</p> <p>In order to get the correct cost of a lot, we add field remaining_qty to the stock.move.line model.</p>