c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #24576
[Bug 780589] Re: [mrp] extensibility broken in action_scrap
** Summary changed:
- [6.0][mrp] extensibility broken in action_scrap
+ [mrp] extensibility broken in action_scrap
** Changed in: openobject-addons
Importance: Undecided => Low
** Changed in: openobject-addons
Status: New => Confirmed
** Changed in: openobject-addons
Assignee: (unassigned) => OpenERP R&D Addons Team 2 (openerp-dev-addons2)
--
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):
Confirmed
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