← Back to team overview

openerp-india team mailing list archive

[Bug 903062] [NEW] PoS Backend : while making payment of order it generates Traceback

 

You have been subscribed to a public bug:

 while making payment of order in more then one payment mode (web)

steps:
    Create order with order line(eg. of 1000)
    Click on payment button
    Select payment mode(cash-journal) and Amount(give amount 500)
    Click on make payment

it will generate following Traceback

Traceback (most recent call last):
  File "/home/han/rdtool/client-web/trunk/addons/web/common/http.py", line 154, in dispatch
    response["result"] = method(controller, self, **self.params)
  File "/home/han/rdtool/client-web/trunk/addons/web/controllers/main.py", line 818, in call_button
    return {'result': clean_action(req, action)}
  File "/home/han/rdtool/client-web/trunk/addons/web/controllers/main.py", line 548, in clean_action
    return fix_view_modes(action)
  File "/home/han/rdtool/client-web/trunk/addons/web/controllers/main.py", line 611, in fix_view_modes
    for index, (id, mode) in enumerate(action['views']):
TypeError: 'bool' object is not iterable

** Affects: openobject-addons
     Importance: Low
     Assignee: OpenERP R&D Web Team (openerp-dev-web)
         Status: Confirmed

-- 
PoS Backend : while making payment of order it generates Traceback
https://bugs.launchpad.net/bugs/903062
You received this bug notification because you are a member of OpenERP Indian Team, which is subscribed to OpenERP Addons.