c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #32049
[Bug 843993] Re: progressbar widget doesn't update in edit form
I have also checked this again with latest code of new web client 6.1 and did not face any problem regarding progress bar like before.
I am using web client 6.1 : 1024 nicolas.vanhoren@xxxxxxxxxxx-20110913151911-6tee272eo2u0fgqv Revision.
Currently I am closing this issue with fix release status.
Thanks.
** Changed in: openerp-web
Status: New => Fix Released
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/843993
Title:
progressbar widget doesn't update in edit form
Status in OpenERP Web:
Fix Released
Status in OpenERP Web Client:
Won't Fix
Bug description:
The onchange method doesn't update progress bars inside edit forms.
It's a javascript bug, fix:
/openerp/static/javascript/form.js
Line 661:
change var progress = values['progress'].toString() + '%';
into var progress = values[k].toString() + '%';
To manage notifications about this bug go to:
https://bugs.launchpad.net/openerp-web/+bug/843993/+subscriptions
References