Comment 6 for bug 452854

Revision history for this message
Joël Grand-Guillaume @ camptocamp (jgrandguillaume-c2c) wrote : Re: Cannon validate foreign currency invoices

Hi folks,

After making lots of tests around all this trouble on finance accounting, I conclude the following:

- We should accept this patch cause it makes OpenERP more consistent with the way he handle the rounding problematics (we should use the price_accuracy everywhere, and that's what it's suggested here).

- We do have an other problem on recording, storing and computing the float for finance accounting into OpenERP. We should I think use the type Decimal provided by Python to avoid all trouble around those things.

I incude this patch into my finance branch for merge proposal and will report another bug for the rounding trouble and using Decimal stuff..

Regards,