This question has been flagged
1 Reply
2772 Views

When i input 103,885,800,000,000 VND, click save auto change to 103,885,800,000,000.02.

Avatar
Discard
Best Answer

This issue looks like an issue of Python, sometimes when saving a value as FLOAT, when you read the data, it will be a little off. So this can be fixed using another way of saving data.

If the field is one of a default module, you have to create your own module, and convert the value yourself. When the field is part of a module downloaded from internet or made by you, you can change/modify that code or create another module to fix this behaviour.

It might be a good idea as well to fill in a bug-report. This can be done at https://bugs.launchpad.net/openobject-addons/+filebug

Avatar
Discard