What I found out more about round and different python versions: - Python 2.6.5, round(2.5*4.83,2) -> 12.08 - Python 2.7.2, round(2.5*4.83,2) -> 12.07
I found in the docs, that OpenERP support 2.6 and 2.7, so seems problem comes because Python versions act different.
What I found out more about round and different python versions:
- Python 2.6.5, round(2.5*4.83,2) -> 12.08
- Python 2.7.2, round(2.5*4.83,2) -> 12.07
I found in the docs, that OpenERP support 2.6 and 2.7, so seems problem comes because Python versions act different.