← Back to team overview

openerp-dev-web team mailing list archive

[Bug 750459] Re: In 6.0.2 ver. Pay Invoice gives rounding error

 

** Project changed: openobject-addons => openobject-client-web

** Changed in: openobject-client-web
       Status: Incomplete => New

** Changed in: openobject-client-web
   Importance: Undecided => Low

** Changed in: openobject-client-web
       Status: New => Confirmed

** Changed in: openobject-client-web
     Assignee: (unassigned) => OpenERP SA's Web Client R&D (openerp-dev-web)

-- 
You received this bug notification because you are a member of OpenERP
SA's Web Client R&D, which is a bug assignee.
https://bugs.launchpad.net/bugs/750459

Title:
  In 6.0.2 ver. Pay Invoice gives rounding error

Status in OpenERP Web Client:
  Confirmed

Bug description:
  In 6.0.2 ver    Account -> Supplier Invoice - >  Pay Invoice ->
  Validate  gives following error

    File "/usr/local/lib/python2.6/dist-packages/openerp-server/addons/base/res/res_currency.py", line 87, in round
      return round(amount / currency.rounding) * currency.rounding
  TypeError: unsupported operand type(s) for /: 'float' and 'NoneType'