** Summary changed: - Date planned for shipping can not be changed by inheriting sale.order + Shipping creation procedure in sale.order is not modular enough, makes inheriting too complex
** Description changed: 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. -- 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. _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : [email protected] Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp

