the fix is also merged in trunk too,

revid: [email protected]
revno: 4658

Thanks

** Changed in: openobject-addons
       Status: Fix Committed => Fix Released

** Changed in: openobject-addons
    Milestone: None => 6.1

-- 
You received this bug notification because you are a member of OpenERP
Framework Experts, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/747379

Title:
  [6.0] inventory : wrong stocks moves generated when using production
  lot

Status in OpenERP Addons (modules):
  Fix Released
Status in OpenERP Addons 6.0 series:
  Fix Released

Bug description:
  For each inventory line with a production lot, the generated stock move must 
be based on the stock level for that (Product,Location,ProdLot) and not 
(Product,Location)
  For example I create an initial inventory:
  Location, Product, Qty, Lot#
  Stock, FAN, 10, 0000001
  Stock, FAN, 10, 0000002
  Then, 2 stock moves are generated from Inventory Loss to Stock. That's 
correct.

  I create new inventory:

  Location, Product, Qty, Lot#
  Stock, FAN, 2, 0000003
  Then, 1 stock move is created from Stock to Inventory Loss with qty 13 and 
Lot# 0000003. This is WRONG.

  When fixing this bug, pay attention to this rule: an inventory should
  NEVER create a stock move for a (Product,Location,ProdLot) that is not
  present in the inventory

  Related bug : https://bugs.launchpad.net/openobject-addons/+bug/747396

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/747379/+subscriptions

-- 
Mailing list: https://launchpad.net/~credativ
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~credativ
More help   : https://help.launchpad.net/ListHelp

Reply via email to