Public bug reported:
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: openerp-web
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/903062
Title:
PoS Backend : while making payment of order it generates Traceback
Status in OpenERP Web:
New
Bug description:
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
To manage notifications about this bug go to:
https://bugs.launchpad.net/openerp-web/+bug/903062/+subscriptions
_______________________________________________
Mailing list: https://launchpad.net/~c2c-oerpscenario
Post to : [email protected]
Unsubscribe : https://launchpad.net/~c2c-oerpscenario
More help : https://help.launchpad.net/ListHelp