← Back to team overview

openerp-dev-web team mailing list archive

[Merge] lp:~openerp-dev/openobject-addons/trunk-bug-725921-ksa into lp:openobject-addons

 

Kirti Savalia(OpenERP) has proposed merging lp:~openerp-dev/openobject-addons/trunk-bug-725921-ksa into lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #725921 in OpenERP Addons: "physical inventory: different behavior with and without production lot"
  https://bugs.launchpad.net/openobject-addons/+bug/725921

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-725921-ksa/+merge/54316

https://bugs.launchpad.net/openobject-addons/+bug/725921
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-725921-ksa/+merge/54316
Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/trunk-bug-725921-ksa.
=== modified file 'stock/stock.py'
--- stock/stock.py	2011-03-17 17:33:16 +0000
+++ stock/stock.py	2011-03-22 10:24:34 +0000
@@ -2589,11 +2589,6 @@
                             'location_id': line.location_id.id,
                             'location_dest_id': location_id,
                         })
-                    if lot_id:
-                        value.update({
-                            'prodlot_id': lot_id,
-                            'product_qty': line.product_qty
-                        })
                     move_ids.append(self._inventory_line_hook(cr, uid, line, value))
             message = _("Inventory '%s' is done.") %(inv.name)
             self.log(cr, uid, inv.id, message)


Follow ups