← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 665253] Re: mrp_prodlot_autosplit bug on hardcoded sql query, in method stock_production_lot._last_location_id

 

Fixed in extra-6.0 and extra-trunk

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/665253

Title:
  mrp_prodlot_autosplit bug on hardcoded sql query, in method
  stock_production_lot._last_location_id

Status in OpenERP Modules (addons):
  Won't Fix

Bug description:
  In version 6.0 , found a bug on hardcoded sql query in method
  stock_production_lot._last_location_id.

  Seems that from v5.0 to v6.0 stock_move.date_planned column name, has
  been changed to stock_move.date_expected. As the sql query is
  hardcoded on the referenced method, and the query uses that column,
  the column name has to be change on the query. At this moment unique
  prodlot number generation hangs on V6.0



References