← Back to team overview

credativ team mailing list archive

[Bug 922056] Re: OpenERP Web Version 6.0.3 error

 

Hello Makka,

Thanks a lot for reporting this bug and contributing to OpenERP. Unfortunately the OpenERP Web Client project is not going to be developed further after the 6.0 series. As of 6.1 a newer and better web frontend known as the OpenERP Web project[1] will be available.
Our R&D developers normally work in Launchpad to fix bugs for the next release, but there will be no next release for the current OpenERP Web Client. As our resources are limited, all further R&D efforts from the Web team are dedicated to finish the new 6.1 OpenERP Web project[1].
This bug will be closed as "Won't Fix" to show that R&D won't be able to work on it.

Bugs affecting customers in production of course continue to be handled via the OpenERP Enterprise (OPW) maintenance service, and this is the recommended way to have them corrected directly in the 6.0 LTS stable branch.
You can find more details about all of this in the FAQ of our Bug Management Policy documentation[2].

If you are interested, you should soon be able to beta-test the new
OpenERP Web 6.1 (this will be announced on OpenERP Community channels).

Thank you for your contributions and for your understanding!

[1] https://launchpad.net/openerp-web
[2] http://bit.ly/openerp-bugs-faq 

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

** Changed in: openobject-client-web
       Status: New => Won't Fix

-- 
You received this bug notification because you are a member of OpenERP
Framework Experts, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/922056

Title:
  OpenERP Web Version 6.0.3 error

Status in OpenERP Web Client:
  Won't Fix

Bug description:
  Windows XP Professional service pack 3
  OpenERP Web Version 6.0.3
  Firefox 3.6.25
  firefox 9.01

  Error whilst evaluating.

  I am evaluating OpenERP this is a fresh install of OpenErp 6.0.3
  whilst going through the openerp-book-v6.pdf I discovered the
  following error. I only have the demo date installed and no changes
  have been made except for changes whilst taking instruction form the
  openerp-book-v6.pdf

  When using Internet explorer 8 the error is not produced

  The steps 2 produce this error are as follows

  1. sales > sales orders

  2. EDIT order SO001

  3. RIGHT CLICK CUSTOMER "Agrolait"

  4. from the drop down menu select "Action"

  5. on the select your action page click cancel.
  error below

  
  +++++++++++

  
  <type 'exceptions.TypeError'> Python 2.5.2: C:\Program Files\OpenERP 6.0\Web\openerp-web.exe
  Wed Jan 25 19:48:25 2012

  A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
  C:\Program Files\OpenERP 6.0\Web\cherrypy\_cprequest.pyo in respond(self=<cherrypy._cprequest.Request object at 0x023DF330>, path_info='/openerp/selection/action')
  C:\Program Files\OpenERP 6.0\Web\cherrypy\_cpdispatch.pyo in __call__(self=<cherrypy._cpdispatch.LateParamPageHandler object at 0x023DFD10>)
  C:\Program Files\OpenERP 6.0\Web\openobject\tools\_expose.pyo in func_wrapper(*args=(<openobject.controllers._root.Root object at 0x00A0CB70>, 'openerp', 'selection', 'action'), **kw={'_terp_data': "{'model': 'res.partner', 'id': 3, 'report_type': 'pdf', 'ids': [3]}", 'requested_with': 'XMLHttpRequest'})
  C:\Program Files\OpenERP 6.0\Web\openobject\controllers\_root.pyo in default(self=<openobject.controllers._root.Root object at 0x00A0CB70>, *args=('openerp', 'selection', 'action'), **kw={'_terp_data': "{'model': 'res.partner', 'id': 3, 'report_type': 'pdf', 'ids': [3]}", 'requested_with': 'XMLHttpRequest'})
  C:\Program Files\OpenERP 6.0\Web\cherrypy\_cpdispatch.pyo in __call__(self=<cherrypy._cpdispatch.LateParamPageHandler object at 0x0252C5F0>)
  C:\Program Files\OpenERP 6.0\Web\addons\openerp\controllers\utils.py in wrapper(*args=(), **kw={'_terp_data': "{'model': 'res.partner', 'id': 3, 'report_type': 'pdf', 'ids': [3]}"})
  110 # User is logged in; allow access
  111 clear_login_fields(kw)
  112 return fn(*args, **kw)
  113 else:
  114 action = kw.get('login_action', '')
  C:\Program Files\OpenERP 6.0\Web\openobject\tools\_expose.pyo in func_wrapper(*args=(<openerp.controllers.selection.Selection object at 0x023C4D10>,), **kw={'_terp_data': "{'model': 'res.partner', 'id': 3, 'report_type': 'pdf', 'ids': [3]}"})
  C:\Program Files\OpenERP 6.0\Web\addons\openerp\controllers\selection.py in action(self=<openerp.controllers.selection.Selection object at 0x023C4D10>, **kw={'_terp_data': "{'model': 'res.partner', 'id': 3, 'report_type': 'pdf', 'ids': [3]}"})
  36 def action(self, **kw):
  37 params, data = TinyDict.split(kw)
  38
  39 import actions
  40 return actions.execute(params.action, **params.data)
  C:\Program Files\OpenERP 6.0\Web\addons\openerp\controllers\actions.py in execute(action=None, **data={'id': 3, 'ids': [3], 'model': 'res.partner', 'report_type': 'pdf'})
  384 @return: mostly XHTML code
  385 """
  386 if 'type' not in action:
  387 #XXX: in gtk client just returns to the caller
  388 #raise common.error('Error', 'Invalid action...')

  <type 'exceptions.TypeError'>: argument of type 'NoneType' is not iterable
  args = ("argument of type 'NoneType' is not iterable",)
  message = "argument of type 'NoneType' is not iterable"

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-client-web/+bug/922056/+subscriptions


References