← Back to team overview

openerp-india team mailing list archive

[Bug 944017] Re: account reconcile missing rounding

 

pls see
http://bazaar.launchpad.net/~openerp/openobject-addons/6.1/view/head:/account/wizard/account_reconcile.py


        'credit': fields.float('Credit amount', readonly=True),
        'debit': fields.float('Debit amount', readonly=True),
        'writeoff': fields.float('Write-Off amount', readonly=True),

IMHO these fields need decimal precision set

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

-- 
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/944017

Title:
  account reconcile missing rounding

Status in OpenERP Addons (modules):
  New

Bug description:
  no write off is necessary if amount is rounded correctly 
  it would be 0.00 instead of -0.00

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


References