** Changed in: openobject-addons Assignee: Niels Huylebroeck (niels-bubbles-it) => (unassigned)
-- [5.0] BE VAT XML export unexpected number rounding https://bugs.launchpad.net/bugs/351100 You received this bug notification because you are a member of C2C OERPScenario, which is subscribed to the OpenERP Project Group. Status in OpenObject Addons Modules: In Progress Bug description: The methode used for converting the number values results in rounding errors For example int(4609.69*100) gives you 460968 Because int() trunks the value a simple int(round(value*100,2)) seems to work ok. _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : c2c-oerpscenario@lists.launchpad.net Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp