← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 860249] Re: Clicking on update button & editing real stock quantity will raised traceback

 

I fixed openerp-web to tolerate empty action {} as ir.actions.act_window_close
fix landed in lp:openerp-web revno: 1110 revision-id: al@xxxxxxxxxxx-20110928224705-cf4dwwrz85oqv8y8
so no need to merge this one


** Changed in: openobject-addons
       Status: Fix Committed => Fix Released

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

Title:
  Clicking on update button & editing real stock quantity will raised
  traceback

Status in OpenERP Addons (modules):
  Fix Released

Bug description:
  Client Traceback (most recent call last):
    File "/home/amit/OpenERP/client-web/trunk/addons/web/common/dispatch.py", line 161, in dispatch
      response["result"] = method(controller, self, **self.params)
    File "/home/amit/OpenERP/client-web/trunk/addons/web/controllers/main.py", line 755, in call_button
      return {'result': clean_action(req, action)}
    File "/home/amit/OpenERP/client-web/trunk/addons/web/controllers/main.py", line 495, in clean_action
      if action['type'] == 'ir.actions.act_window':
  KeyError: 'type'

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


References