Comment 2 for bug 322432

Revision history for this message
EdbO (edbo-design-deactivatedaccount) wrote :

When the above thing is happen, you will get an error like "could not convert string to float" on different actions (open list, form, create report).

So, after updating the server (./openerp-server -d test --update=all) I stopped the server and did a

bash-3.2$ export LANG=en_US

And then

bash-3.2$ ./openerp-server.py -d test

The translations aren't loaded again, and everything is now working. I even got the thousand-separator in my reports :-) . It didn't came automatically, you have to set this in the language settings in OpenERP. So reporting bugs (you have to dive into the system), will fix some other issues I thought they will never happen :-)