c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #23872
[Bug 780589] Re: [6.0][mrp] extensibility broken in action_scrap
** Patch added: "stock_mrp.diff"
https://bugs.launchpad.net/bugs/780589/+attachment/2122831/+files/stock_mrp.diff
--
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/780589
Title:
[6.0][mrp] extensibility broken in action_scrap
Status in OpenERP Modules (addons):
New
Bug description:
Hi,
action_scrap() method in mrp breaks the extensibility of method
because, it returns "{}" instead of "res" as his super method in stock
module. I attach a patch with this small change.
Another thing about this method that doesn't like me: This method
removes prodlot_id and tracking_id for scrapped moves, but if I don't
scrap my move whole, it mustn't remove my references to prodlot and
tracking.
References