← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 463192] Re: Date planned for shipping can not be changed by inheriting sale.order

 

I pushed a branch and asked it to be merged into the trunk.
Here's a patch for v5.0.10 if anyone's interrested.
Lionel

** Patch removed: "Tentative patch to add a hook for date_planned"
   https://bugs.launchpad.net/openobject-addons/+bug/463192/+attachment/898351/+files/date_planned_hook-v50.patch

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

-- 
Date planned for shipping can not be changed by inheriting sale.order
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: In Progress

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.