progressbar widget doesn't update in edit form

Bug #843993 reported by Bastian Ike
10
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Web (MOVED TO GITHUB)
Fix Released
Undecided
Unassigned
Odoo Web Client
Won't Fix
Undecided
Unassigned

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() + '%';

Revision history for this message
Vishal Parmar(Open ERP) (vpa-openerp) wrote :
affects: openobject-client-web → openerp-web
Changed in openerp-web:
importance: Undecided → Low
status: New → Confirmed
assignee: nobody → OpenERP R&D Web Team (openerp-dev-web)
Revision history for this message
Bastian Ike (bastian-ike) wrote :

Attached a fix for the form.js file

Revision history for this message
Xavier (Open ERP) (xmo-deactivatedaccount) wrote :

Vishal, please note that while (according to your repro) the bug does indeed seem to exist in the new client as well, Bastian's patches are for the 6.0 client (so I assume it exists in both clients).

Changed in openobject-client-web:
assignee: nobody → OpenERP Publisher's Warranty Team (openerp-opw)
Changed in openerp-web:
status: Confirmed → New
importance: Low → Undecided
assignee: OpenERP R&D Web Team (openerp-dev-web) → nobody
Revision history for this message
Vishal Parmar(Open ERP) (vpa-openerp) wrote :

Hello Xavier,

Thanks a lot for reporting this bug and contributing to OpenERP. Unfortunately the OpenERP Web Client project is not going to be developed further after the 6.0 series. As of 6.1 a newer and better web frontend known as the OpenERP Web project[1] will be available.

Our R&D developers normally work in Launchpad to fix bugs for the next release, but there will be no next release for the current OpenERP Web Client. As our resources are limited, all further R&D efforts from the Web team are dedicated to finish the new 6.1 OpenERP Web project[1].
This bug will be closed as "Won't Fix" to show that R&D won't be able to work on it.

Bugs affecting customers in production of course continue to be handled via the OpenERP Enterprise (OPW) maintenance service, and this is the recommended way to have them corrected directly in the 6.0 LTS stable branch.
You can find more details about all of this in the FAQ of our Bug Management Policy documentation[2].

If you are interested, you should soon be able to beta-test the new OpenERP Web 6.1 (this will be announced on OpenERP Community channels).

Thank you for your contributions and for your understanding!

[1] https://launchpad.net/openerp-web
[2] http://bit.ly/openerp-bugs-faq

Changed in openobject-client-web:
assignee: OpenERP Publisher's Warranty Team (openerp-opw) → nobody
status: New → Won't Fix
Revision history for this message
Vishal Parmar(Open ERP) (vpa-openerp) wrote :

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 <email address hidden> Revision.
Currently I am closing this issue with fix release status.

Thanks.

Changed in openerp-web:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.