c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #31743
[Bug 843995] Re: progressbar problem with german translation
bzr diff file
** Patch added: "form.js.diff"
https://bugs.launchpad.net/openobject-client-web/+bug/843995/+attachment/2371183/+files/form.js.diff
** Changed in: openobject-client-web
Status: New => Fix Committed
--
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:
Fix Committed
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