c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #17787
[Bug 665253] Re: mrp_prodlot_autosplit bug on hardcoded sql query, in method stock_production_lot._last_location_id
** Changed in: openobject-addons
Assignee: (unassigned) => Lorenzo Battistini - agilebg.com (elbati)
--
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