← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 463192] Re: Shipping creation procedure in sale.order is not modular enough, makes inheriting too complex

 

** Attachment removed: "Patch against 5.0.10"
   https://bugs.launchpad.net/openobject-addons/+bug/463192/+attachment/1701979/+files/patch-50

** Attachment removed: "Example module"
   https://bugs.launchpad.net/openobject-addons/+bug/463192/+attachment/898371/+files/date_planned_hook-test_module.zip

-- 
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.