← Back to team overview

c2c-oerpscenario team mailing list archive

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

 

Public bug reported:

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

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
mrp_prodlot_autosplit bug on hardcoded sql query, in method stock_production_lot._last_location_id
https://bugs.launchpad.net/bugs/665253
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in OpenObject Addons Modules: New

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





Follow ups

References