Comment 13 for bug 966083

Revision history for this message
Alexis de Lattre (alexis-via) wrote :

@Xavier

Thank for the solution that you posted in comment #9 ; it works like a charm (tested on OpenERP 7.0).
Here is how I implemented the solution :
1) open a python console and enter
>>> a=u'\u2009'
>>> print "b%sb"%a
b b
2) Copy paste the space that is between the 2 "b" into the "fr" language of OpenERP, in the "thousand separator" field.
3) Save. It should work !