← Back to team overview

openerp-india team mailing list archive

[Bug 1076115] Re: incorrect tax computation in account.tax

 

Hello Alvar,
 
This behavior is correct. You have set your accuracy to 2 decimal point, So you get correct values because after 2 decimal point it will round the amount. i.e 0.0375, So it will round the value after 0.03 and it will become 0.04 (as per the rounding rule).

If you want correct value 0.0375 then you have to set decimal accuracy
as a 4 then you will get correct value.

Thank you!

** Changed in: openobject-addons
       Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1076115

Title:
  incorrect tax computation in account.tax

Status in OpenERP Addons (modules):
  Invalid

Bug description:
  I have a base sum 61.47 and i need 20% of it... it should be 12.294 - rounding to 12.29
  But openerp will round it to 12.3

  I have checked all things i can think of... even the currency rounding
  is 0.01

  
  OpenERP 6.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1076115/+subscriptions


References