Comment 7 for bug 977300

Revision history for this message
Paulius Sladkevičius @ hbee (komsas) wrote :

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.