c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #00685
[Bug 463192] Re: Shipping creation procedure in sale.order is not modular enough, makes inheriting too complex
** Branch linked: lp:~numerigraphe/openobject-addons/dev-5.0
--
Shipping creation procedure in sale.order is not modular enough, makes inheriting too complex
https://bugs.launchpad.net/bugs/463192
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP OpenObject.
Status in OpenObject Addons Modules: Fix Committed
Bug description:
The date planned for shipping is computed for each Sale Order Line in the big fat method action_ship_create().
A hook should be added to allow a clean way of changing the computation in a inherited module.
The creation of the pickings, stock moves and procurements should be made modular too, to allow inherited modules to override it.