Comment 0 for bug 1064691

Revision history for this message
Ray Carnes (rcarnes) wrote :

When printing product labels, they are printed with only one decimal place and without a space between the price and the currency (1.9USD instead of 1.95 USD). This problem can be replicated in OpenERP 6-1.1 and exists in the trunk code for 6.2/7.

1) Steps to reproduce the issue you have observed

A) Warehouse -> Products -> Products
B) Select or open a product
C) Click Products Labels on the action menu

2) The result you observed

The price was printed with one decimal place and without a space between the price and the currency.

3) The result you expected

The price printed with two decimal places and with a space between the price and the currency.

4) The platform you are using (and browser version, if relevant)

not believed to be relevant

5) The OpenERP version you are using (e.g. 6.1.1-20120910-233309), if possible including the specific revision (e.g. r.2824) if you use the source repositories.

revno 7001 for OpenERP 6-1-1, but this same issue is in trunk for 6.2/7 at http://bazaar.launchpad.net/~openerp/openobject-addons/trunk/view/head:/product/report/product_label.xsl

See forum discussion at http://www.openerp.com/forum/post114458.html#p114458

Our fix is for comma thousand separator countries (USA, Australia, India, China, etc).