c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #25878
[Bug 793916] Re: [V6.0.1] module stock - action_done don't update correctly the done date
Hello,
I have checked your issue with following revision number on latest
stable and this issue has been already solved like
self.write(cr, uid, move_ids, {'state': 'done', 'date': time.strftime('%Y-%m-%d %H:%M:%S')}, context=context)
addons revno :4635
So would you please try with the latest revision.
Thanks.
** Changed in: openobject-addons
Status: New => Fix Released
--
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):
Fix Released
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
References