← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 793916] [NEW] [V6.0.1] module stock - action_done don't update correctly the done date

 

Public bug reported:

in line 2141 of stock.py (module stock) you have :

self.write(cr, uid, move_ids, {'state': 'done', 'date_planned':
time.strftime('%Y-%m-%d %H:%M:%S')}, context=context)

The field date_planned updated here seems not to be valable ! I think it
sould be the field "date" that should be updated !

Thanks

** Affects: openobject-addons
     Importance: Undecided
         Status: New

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

Title:
  [V6.0.1] module stock - action_done don't update correctly the done
  date

Status in OpenERP Modules (addons):
  New

Bug description:
  in line 2141 of stock.py (module stock) you have :

  self.write(cr, uid, move_ids, {'state': 'done', 'date_planned':
  time.strftime('%Y-%m-%d %H:%M:%S')}, context=context)

  The field date_planned updated here seems not to be valable ! I think
  it sould be the field "date" that should be updated !

  Thanks


Follow ups

References