Hi!
The situation:
1 USD = 68.1824 base currency
but in OpenERP this means that I have to define a rate for USD like 
1 base currency = 0.0146665415 USD for the USD exhange rate.

The invoice amount is 32680USD.
32680 * 68.1824 = 2228200.83 base currency
The problem is that OpenERP calculates like this
32680 / 0.014666 = 2228283.10 base currency
which produces very inaccurate numbers and a scale of 10 digits is needed to 
have the same accuracy as with the first version.

Can the digits=(12,6) in res.currency.rate.rate be modified without any side 
effects? Is there a better solution?


thanks,
Gábor




-------------------- m2f --------------------

--
http://www.openerp.com/forum/viewtopic.php?p=28579#28579

-------------------- m2f --------------------


_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users

Reply via email to