credativ team mailing list archive
-
credativ team
-
Mailing list archive
-
Message #04202
[Bug 922056] [NEW] OpenERP Web Version 6.0.3 error
Public bug reported:
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"
** Affects: openobject-addons
Importance: Undecided
Status: New
--
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 Addons (modules):
New
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-addons/+bug/922056/+subscriptions
Follow ups
References