← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 796435] Re: "Order Date" same for all the delivey orders generated for a day.

 

*** This bug is a duplicate of bug 750526 ***
    https://bugs.launchpad.net/bugs/750526

This is due to date having a default of 'date': time.strftime('%Y-%m-%d %H:%M:%S'), without using lambda.
All stock.pickings are therefore dated with the time of server start, not any real time.

It's fixed in 6.0 series code, but only after 6.0.2 came out.

https://bugs.launchpad.net/openobject-addons/+bug/750526
https://bugs.launchpad.net/openobject-addons/+bug/761460


** This bug has been marked a duplicate of bug 750526
   stock: strftime has to be called through lambda, it's volatile

-- 
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/796435

Title:
  "Order Date" same for all the delivey orders generated for a day.

Status in OpenERP Modules (addons):
  New

Bug description:
  The Order Date is same for all the delivery orders generated on same day. Its a date time field. The time of that datetime field is not up to date. Some times it shows two days before sale order confirmation date.
  I think it should show the sale order confirmation date and time.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/796435/+subscriptions


References