If you're using Linux you'll have to modify the language locales and create new 
binaries for them. Let me walk you through this:

Go to "/usr/share/i18n/locales/your_locale"  and modify the following two lines 
- set the following values (I'm also using '.' for thousand and ',' for 
decimal):

mon_decimal_point         "<U002C>"
mon_thousands_sep         "<U002E>"

Save changes. Now in console run the following command with the name of YOUR 
locale/language:

localedef -f UTF-8 -i hr_HR hr_HR.UTF-8

After this you have to go to "/etc/default/locales" and set both LC_ALL and 
LANG to the locale you want to use, ex: en_US.UTF-8

Restart your system! It should now work! Don't forget to use the correct 
language for openerp-client.

If using Linux client - everything should work fine except form fields. Tree 
views format numbers fine, but form fields will not show the thousand separator.

Windows clients work perfect on this formatting stuff :)

Good luck!
Pavel




-------------------- m2f --------------------

--
http://www.openobject.com/forum/viewtopic.php?p=46460#46460

-------------------- m2f --------------------


_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman2/listinfo/tinyerp-users

Reply via email to