c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #31889
[Bug 843995] Re: progressbar problem with german translation
Hello Bastian Ike,
I have checked your scenario at my end.This issue is already improved with
latest Webclient so would you please check it again with latest code.
Currently i am closing this issue.if you still face the same
problem then you can reopen this bug.
Thank you.
** Changed in: openobject-client-web
Status: New => Won't Fix
--
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/843995
Title:
progressbar problem with german translation
Status in OpenERP Web Client:
Won't Fix
Bug description:
For example: a value of 12.34 will be translated into 12,34 (german notation).
CSS can't parse the value '12,34%' as a correct width-value.
Workaround (not nice):
File /addons/openerp/widgets/form/templates/progressbar.moku
change: <div style="width: ${value}%;"></div>
in: <div style="width: ${str(value).replace(',', '.')}%;"></div>
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-client-web/+bug/843995/+subscriptions
References