c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #24632
[Bug 780589] Re: [mrp] extensibility broken in action_scrap
** Changed in: openobject-addons
Status: Confirmed => In Progress
--
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:
[mrp] extensibility broken in action_scrap
Status in OpenERP Modules (addons):
In Progress
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