c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #16790
[Bug 705991] Re: error when view request
Hello,
I'm getting the same error. I have a couple of databases created (with different language and modules setup). I get this error when I click the Reply button. Once I've clicked that button and got the error, I cannot open the message anymore.
The steps I have tried:
(Logged in as Administrator, no other user is on the system, the language is English.)
Go to Requests
Click on New
Enter a subject
In the To field, enter Administrator
Click Send
Close the browser window
In the main window, click again on the Requests icon
Note that the new message is there, marked as waiting
Click on the message
Click Reply
-> Exception
Go to the search view by clicking the "Search view" icon on the top of the form
Note that the message is now in active state
Click on the message
-> Exception
I've uploaded a video showing the bug:
http://www.youtube.com/watch?v=pcG3fowa128
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/705991
Title:
error when view request
Status in OpenERP Web Client:
Incomplete
Bug description:
Hello All,
I got following error when i wish to view request, this happend while
i click on the date of request when i wish to see the request content.
i'm using Chrome, Using OpenERP 6.0.1 Web Client
<type 'exceptions.TypeError'> Python 2.5.2: C:\Program Files (x86)\OpenERP 6.0\Web\openerp-web.exe
Sat Jan 22 01:38:15 2011
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 (x86)\OpenERP 6.0\Web\cherrypy\_cprequest.pyo in
respond(self=<cherrypy._cprequest.Request object at 0x02BC1FD0>,
path_info='/openerp/form/view')
C:\Program Files (x86)\OpenERP 6.0\Web\cherrypy\_cpdispatch.pyo in
__call__(self=<cherrypy._cpdispatch.LateParamPageHandler object at
0x02C38A70>)
C:\Program Files (x86)\OpenERP 6.0\Web\openobject\tools\_expose.pyo
in func_wrapper(*args=(<openobject.controllers._root.Root object at
0x0119CC10>, 'openerp', 'form', 'view'), **kw={'_': '1295631494693',
'context': "{'search_view': 116, 'active_model': False,
'sea...'Requests', 'active_ids': [], 'active_id': False}", 'count':
'1', 'domain': "[('id', 'in', [2])]", 'filter_domain': '[]', 'id':
'2', 'ids': '[2]', 'limit': '20', 'model': 'res.request',
'notebook_tab': '0', ...})
C:\Program Files (x86)\OpenERP
6.0\Web\openobject\controllers\_root.pyo in
default(self=<openobject.controllers._root.Root object at 0x0119CC10>,
*args=('openerp', 'form', 'view'), **kw={'_': '1295631494693',
'context': "{'search_view': 116, 'active_model': False,
'sea...'Requests', 'active_ids': [], 'active_id': False}", 'count':
'1', 'domain': "[('id', 'in', [2])]", 'filter_domain': '[]', 'id':
'2', 'ids': '[2]', 'limit': '20', 'model': 'res.request',
'notebook_tab': '0', ...})
C:\Program Files (x86)\OpenERP 6.0\Web\cherrypy\_cpdispatch.pyo in
__call__(self=<cherrypy._cpdispatch.LateParamPageHandler object at
0x02C386B0>)
C:\Program Files (x86)\OpenERP 6.0\Web\addons\openerp\controllers\utils.py in wrapper(*args=(), **kw={'context': "{'search_view': 116, 'active_model': False, 'sea...'Requests', 'active_ids': [], 'active_id': False}", 'count': '1', 'domain': "[('id', 'in', [2])]", 'filter_domain': '[]', 'id': '2', 'ids': '[2]', 'limit': '20', 'model': 'res.request', 'notebook_tab': '0', 'offset': '0', ...})
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 (x86)\OpenERP 6.0\Web\openobject\tools\_expose.pyo
in func_wrapper(*args=(<openerp.controllers.form.Form object at
0x03528AB0>,), **kw={'context': "{'search_view': 116, 'active_model':
False, 'sea...'Requests', 'active_ids': [], 'active_id': False}",
'count': '1', 'domain': "[('id', 'in', [2])]", 'filter_domain': '[]',
'id': '2', 'ids': '[2]', 'limit': '20', 'model': 'res.request',
'notebook_tab': '0', 'offset': '0', ...})
C:\Program Files (x86)\OpenERP 6.0\Web\addons\openerp\controllers\form.py in view(self=<openerp.controllers.form.Form object at 0x03528AB0>, model='res.request', id='2', ids='[2]', view_ids='[False, False, False]', view_mode="[u'tree', u'form', u'calendar']", view_type='tree', source=None, domain="[('id', 'in', [2])]", context="{'search_view': 116, 'active_model': False, 'sea...'Requests', 'active_ids': [], 'active_id': False}", offset='0', limit='20', count='1', search_domain="[('id', 'in', [2]), (u'act_to', 'ilike', u'Administrator')]", search_data=None, filter_domain='[]', **kw={'notebook_tab': '0'})
343 params.count = 1
344
345 return self.create(params)
346
347 @expose()
C:\Program Files (x86)\OpenERP 6.0\Web\addons\openerp\controllers\utils.py in wrapper(*args=({'_terp_view_type': 'form', '_terp_offset': 0, '...[False, False, False], '_terp_filter_domain': []},), **kw={})
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 (x86)\OpenERP 6.0\Web\openobject\tools\_expose.pyo
in func_wrapper(*args=(<openerp.controllers.form.Form object at
0x03528AB0>, {'_terp_view_type': 'form', '_terp_offset': 0,
'...[False, False, False], '_terp_filter_domain': []}), **kw={})
C:\Program Files (x86)\OpenERP 6.0\Web\openobject\tools\_expose.pyo
in render_template(template=<mako.template.Template object at
0x02AE9B70>, kw={'buttons': {'_terp_edit': True, '_terp_delete': True,
'_ter...0>}], '_terp_cancel': False, '_terp_pager': True},
'can_shortcut': None, 'cp': {'locale': <function get_locale at
0x013544F0>, ...72F0>, 'config': <function config at 0x0138CB70>},
'display_name': {'field': u'Subject', 'value': u'HOw is the test?:'},
'form': ViewForm, 'is_dashboard': False, 'obj_process': [95], 'pager':
Pager, 'path': '/openerp/form', 'py': {'disabled': <function <lambda>
at 0x02B097F0>, ...>, 'selector': <function <lambda> at 0x02B09530>},
...})
C:\Program Files (x86)\OpenERP 6.0\Web\mako\template.pyo in
render_unicode(self=<mako.template.Template object at 0x02AE9B70>,
*args=(), **data={'buttons': {'_terp_edit': True, '_terp_delete':
True, '_ter...0>}], '_terp_cancel': False, '_terp_pager': True},
'can_shortcut': None, 'cp': {'locale': <function get_locale at
0x013544F0>, ...72F0>, 'config': <function config at 0x0138CB70>},
'display_name': {'field': u'Subject', 'value': u'HOw is the test?:'},
'form': ViewForm, 'is_dashboard': False, 'obj_process': [95], 'pager':
Pager, 'path': '/openerp/form', 'py': {'disabled': <function <lambda>
at 0x02B097F0>, ...>, 'selector': <function <lambda> at 0x02B09530>},
...})
C:\Program Files (x86)\OpenERP 6.0\Web\mako\runtime.pyo in
_render(template=<mako.template.Template object at 0x02AE9B70>,
callable_=<function render_body at 0x02AF3370>, args=(),
data={'buttons': {'_terp_edit': True, '_terp_delete': True,
'_ter...0>}], '_terp_cancel': False, '_terp_pager': True},
'can_shortcut': None, 'cp': {'locale': <function get_locale at
0x013544F0>, ...72F0>, 'config': <function config at 0x0138CB70>},
'display_name': {'field': u'Subject', 'value': u'HOw is the test?:'},
'form': ViewForm, 'is_dashboard': False, 'obj_process': [95], 'pager':
Pager, 'path': '/openerp/form', 'py': {'disabled': <function <lambda>
at 0x02B097F0>, ...>, 'selector': <function <lambda> at 0x02B09530>},
...}, as_unicode=True)
C:\Program Files (x86)\OpenERP 6.0\Web\mako\runtime.pyo in
_render_context(tmpl=<mako.template.Template object at 0x02AE9B70>,
callable_=<function render_body at 0x02AF3370>,
context=<mako.runtime.Context object at 0x03528A70>, *args=(),
**kwargs={'buttons': {'_terp_edit': True, '_terp_delete': True,
'_ter...0>}], '_terp_cancel': False, '_terp_pager': True},
'can_shortcut': None, 'cp': {'locale': <function get_locale at
0x013544F0>, ...72F0>, 'config': <function config at 0x0138CB70>},
'display_name': {'field': u'Subject', 'value': u'HOw is the test?:'},
'form': ViewForm, 'is_dashboard': False, 'obj_process': [95], 'pager':
Pager, 'path': '/openerp/form', 'py': {'disabled': <function <lambda>
at 0x02B097F0>, ...>, 'selector': <function <lambda> at 0x02B09530>},
...})
C:\Program Files (x86)\OpenERP 6.0\Web\mako\runtime.pyo in
_exec_template(callable_=<function render_body at 0x02AEE870>,
context=<mako.runtime.Context object at 0x035288D0>, args=(),
kwargs={'buttons': {'_terp_edit': True, '_terp_delete': True,
'_ter...0>}], '_terp_cancel': False, '_terp_pager': True},
'can_shortcut': None, 'cp': {'locale': <function get_locale at
0x013544F0>, ...72F0>, 'config': <function config at 0x0138CB70>},
'display_name': {'field': u'Subject', 'value': u'HOw is the test?:'},
'form': ViewForm, 'is_dashboard': False, 'obj_process': [95], 'pager':
Pager, 'path': '/openerp/form', 'py': {'disabled': <function <lambda>
at 0x02B097F0>, ...>, 'selector': <function <lambda> at 0x02B09530>},
...})
C:\Program Files (x86)\OpenERP
6.0\Web\_openerp_controllers_templates_xhr_mako in
render_body(context=<mako.runtime.Context object at 0x035288D0>,
**pageargs={'buttons': {'_terp_edit': True, '_terp_delete': True,
'_ter...0>}], '_terp_cancel': False, '_terp_pager': True},
'can_shortcut': None, 'cp': {'locale': <function get_locale at
0x013544F0>, ...72F0>, 'config': <function config at 0x0138CB70>},
'display_name': {'field': u'Subject', 'value': u'HOw is the test?:'},
'form': ViewForm, 'is_dashboard': False, 'obj_process': [95], 'pager':
Pager, 'path': '/openerp/form', 'py': {'disabled': <function <lambda>
at 0x02B097F0>, ...>, 'selector': <function <lambda> at 0x02B09530>},
...})
C:\Program Files (x86)\OpenERP 6.0\Web\mako\runtime.pyo in (*args=(),
**kwargs={})
C:\Program Files (x86)\OpenERP
6.0\Web\_openerp_controllers_templates_form_mako in
render_content(context=<mako.runtime.Context object at 0x03528A70>)
C:\Program Files (x86)\OpenERP 6.0\Web\openobject\widgets\_base.pyo
in display(self=ViewForm, value=None, **params={'action':
'/openerp/form/save', 'attrs': {'action': '/openerp/form/save', 'id':
'view_form', 'method': 'POST', 'name': 'view_form'}, 'context_menu':
None, 'count': 1, 'cp': {'locale': <function get_locale at
0x013544F0>, ...72F0>, 'config': <function config at 0x0138CB70>},
'css_class': 'viewform', 'css_classes': [], 'disabled': False,
'display_member': <function <lambda> at 0x02AFB1F0>, 'error': None,
...})
C:\Program Files (x86)\OpenERP 6.0\Web\openobject\tools\_expose.pyo
in render_template(template=<mako.template.Template object at
0x02BCB370>, kw={'action': '/openerp/form/save', 'attrs': {'action':
'/openerp/form/save', 'id': 'view_form', 'method': 'POST', 'name':
'view_form'}, 'context_menu': None, 'count': 1, 'cp': {'locale':
<function get_locale at 0x013544F0>, ...72F0>, 'config': <function
config at 0x0138CB70>}, 'css_class': 'viewform', 'css_classes': [],
'disabled': False, 'display_member': <function <lambda> at
0x02AFB1F0>, 'error': None, ...})
C:\Program Files (x86)\OpenERP 6.0\Web\mako\template.pyo in
render_unicode(self=<mako.template.Template object at 0x02BCB370>,
*args=(), **data={'action': '/openerp/form/save', 'attrs': {'action':
'/openerp/form/save', 'id': 'view_form', 'method': 'POST', 'name':
'view_form'}, 'context_menu': None, 'count': 1, 'cp': {'locale':
<function get_locale at 0x013544F0>, ...72F0>, 'config': <function
config at 0x0138CB70>}, 'css_class': 'viewform', 'css_classes': [],
'disabled': False, 'display_member': <function <lambda> at
0x02AFB1F0>, 'error': None, ...})
C:\Program Files (x86)\OpenERP 6.0\Web\mako\runtime.pyo in
_render(template=<mako.template.Template object at 0x02BCB370>,
callable_=<function render_body at 0x02AF3BB0>, args=(),
data={'action': '/openerp/form/save', 'attrs': {'action':
'/openerp/form/save', 'id': 'view_form', 'method': 'POST', 'name':
'view_form'}, 'context_menu': None, 'count': 1, 'cp': {'locale':
<function get_locale at 0x013544F0>, ...72F0>, 'config': <function
config at 0x0138CB70>}, 'css_class': 'viewform', 'css_classes': [],
'disabled': False, 'display_member': <function <lambda> at
0x02AFB1F0>, 'error': None, ...}, as_unicode=True)
C:\Program Files (x86)\OpenERP 6.0\Web\mako\runtime.pyo in
_render_context(tmpl=<mako.template.Template object at 0x02BCB370>,
callable_=<function render_body at 0x02AF3BB0>,
context=<mako.runtime.Context object at 0x037556F0>, *args=(),
**kwargs={'action': '/openerp/form/save', 'attrs': {'action':
'/openerp/form/save', 'id': 'view_form', 'method': 'POST', 'name':
'view_form'}, 'context_menu': None, 'count': 1, 'cp': {'locale':
<function get_locale at 0x013544F0>, ...72F0>, 'config': <function
config at 0x0138CB70>}, 'css_class': 'viewform', 'css_classes': [],
'disabled': False, 'display_member': <function <lambda> at
0x02AFB1F0>, 'error': None, ...})
C:\Program Files (x86)\OpenERP 6.0\Web\mako\runtime.pyo in
_exec_template(callable_=<function render_body at 0x02AF3BB0>,
context=<mako.runtime.Context object at 0x037556F0>, args=(),
kwargs={'action': '/openerp/form/save', 'attrs': {'action':
'/openerp/form/save', 'id': 'view_form', 'method': 'POST', 'name':
'view_form'}, 'context_menu': None, 'count': 1, 'cp': {'locale':
<function get_locale at 0x013544F0>, ...72F0>, 'config': <function
config at 0x0138CB70>}, 'css_class': 'viewform', 'css_classes': [],
'disabled': False, 'display_member': <function <lambda> at
0x02AFB1F0>, 'error': None, ...})
C:\Program Files (x86)\OpenERP
6.0\Web\_openerp_widgets_templates_viewform_mako in
render_body(context=<mako.runtime.Context object at 0x037556F0>,
**pageargs={'action': '/openerp/form/save', 'attrs': {'action':
'/openerp/form/save', 'id': 'view_form', 'method': 'POST', 'name':
'view_form'}, 'context_menu': None, 'count': 1, 'cp': {'locale':
<function get_locale at 0x013544F0>, ...72F0>, 'config': <function
config at 0x0138CB70>}, 'css_class': 'viewform', 'css_classes': [],
'disabled': False, 'display_member': <function <lambda> at
0x02AFB1F0>, 'error': None, ...})
C:\Program Files (x86)\OpenERP 6.0\Web\openobject\widgets\_base.pyo
in (f=Screen)
C:\Program Files (x86)\OpenERP 6.0\Web\openobject\widgets\_base.pyo
in display_member(self=ViewForm, item=Screen, value=None, **params={})
C:\Program Files (x86)\OpenERP 6.0\Web\openobject\widgets\_base.pyo
in display(self=Screen, value=None, **params={'attrs': {'callback':
None, 'change_default': None, 'onchange': None}, 'callback': None,
'change_default': None, 'colspan': 1, 'count': 1, 'cp': {'locale':
<function get_locale at 0x013544F0>, ...72F0>, 'config': <function
config at 0x0138CB70>}, 'css_class': 'screen', 'css_classes': [],
'ctx': {'_terp_view_name': u'Requests', 'active_id': False,
'active_ids': [], 'active_model': False, 'search_default_act_to': 1,
'search_view': 116}, 'disabled': False, ...})
C:\Program Files (x86)\OpenERP 6.0\Web\openobject\tools\_expose.pyo
in render_template(template=<mako.template.Template object at
0x02AEF670>, kw={'attrs': {'callback': None, 'change_default': None,
'onchange': None}, 'callback': None, 'change_default': None,
'colspan': 1, 'count': 1, 'cp': {'locale': <function get_locale at
0x013544F0>, ...72F0>, 'config': <function config at 0x0138CB70>},
'css_class': 'screen', 'css_classes': [], 'ctx': {'_terp_view_name':
u'Requests', 'active_id': False, 'active_ids': [], 'active_model':
False, 'search_default_act_to': 1, 'search_view': 116}, 'disabled':
False, ...})
C:\Program Files (x86)\OpenERP 6.0\Web\mako\template.pyo in
render_unicode(self=<mako.template.Template object at 0x02AEF670>,
*args=(), **data={'attrs': {'callback': None, 'change_default': None,
'onchange': None}, 'callback': None, 'change_default': None,
'colspan': 1, 'count': 1, 'cp': {'locale': <function get_locale at
0x013544F0>, ...72F0>, 'config': <function config at 0x0138CB70>},
'css_class': 'screen', 'css_classes': [], 'ctx': {'_terp_view_name':
u'Requests', 'active_id': False, 'active_ids': [], 'active_model':
False, 'search_default_act_to': 1, 'search_view': 116}, 'disabled':
False, ...})
C:\Program Files (x86)\OpenERP 6.0\Web\mako\runtime.pyo in
_render(template=<mako.template.Template object at 0x02AEF670>,
callable_=<function render_body at 0x02B04430>, args=(),
data={'attrs': {'callback': None, 'change_default': None, 'onchange':
None}, 'callback': None, 'change_default': None, 'colspan': 1,
'count': 1, 'cp': {'locale': <function get_locale at 0x013544F0>,
...72F0>, 'config': <function config at 0x0138CB70>}, 'css_class':
'screen', 'css_classes': [], 'ctx': {'_terp_view_name': u'Requests',
'active_id': False, 'active_ids': [], 'active_model': False,
'search_default_act_to': 1, 'search_view': 116}, 'disabled': False,
...}, as_unicode=True)
C:\Program Files (x86)\OpenERP 6.0\Web\mako\runtime.pyo in
_render_context(tmpl=<mako.template.Template object at 0x02AEF670>,
callable_=<function render_body at 0x02B04430>,
context=<mako.runtime.Context object at 0x03755630>, *args=(),
**kwargs={'attrs': {'callback': None, 'change_default': None,
'onchange': None}, 'callback': None, 'change_default': None,
'colspan': 1, 'count': 1, 'cp': {'locale': <function get_locale at
0x013544F0>, ...72F0>, 'config': <function config at 0x0138CB70>},
'css_class': 'screen', 'css_classes': [], 'ctx': {'_terp_view_name':
u'Requests', 'active_id': False, 'active_ids': [], 'active_model':
False, 'search_default_act_to': 1, 'search_view': 116}, 'disabled':
False, ...})
C:\Program Files (x86)\OpenERP 6.0\Web\mako\runtime.pyo in
_exec_template(callable_=<function render_body at 0x02B04430>,
context=<mako.runtime.Context object at 0x03755630>, args=(),
kwargs={'attrs': {'callback': None, 'change_default': None,
'onchange': None}, 'callback': None, 'change_default': None,
'colspan': 1, 'count': 1, 'cp': {'locale': <function get_locale at
0x013544F0>, ...72F0>, 'config': <function config at 0x0138CB70>},
'css_class': 'screen', 'css_classes': [], 'ctx': {'_terp_view_name':
u'Requests', 'active_id': False, 'active_ids': [], 'active_model':
False, 'search_default_act_to': 1, 'search_view': 116}, 'disabled':
False, ...})
C:\Program Files (x86)\OpenERP
6.0\Web\_openerp_widgets_templates_screen_mako in
render_body(context=<mako.runtime.Context object at 0x03755630>,
**pageargs={'attrs': {'callback': None, 'change_default': None,
'onchange': None}, 'callback': None, 'change_default': None,
'colspan': 1, 'count': 1, 'cp': {'locale': <function get_locale at
0x013544F0>, ...72F0>, 'config': <function config at 0x0138CB70>},
'css_class': 'screen', 'css_classes': [], 'ctx': {'_terp_view_name':
u'Requests', 'active_id': False, 'active_ids': [], 'active_model':
False, 'search_default_act_to': 1, 'search_view': 116}, 'disabled':
False, ...})
C:\Program Files (x86)\OpenERP 6.0\Web\openobject\widgets\_base.pyo
in (f=Form)
C:\Program Files (x86)\OpenERP 6.0\Web\openobject\widgets\_base.pyo
in display_member(self=Screen, item=Form, value=None, **params={})
C:\Program Files (x86)\OpenERP 6.0\Web\openobject\widgets\_base.pyo
in display(self=Form, value=None, **params={'attrs': {'callback':
None, 'change_default': None, 'onchange': None}, 'callback': None,
'change_default': None, 'colspan': 1, 'concurrency_info':
ConcurrencyInfo, 'cp': {'locale': <function get_locale at 0x013544F0>,
...72F0>, 'config': <function config at 0x0138CB70>}, 'css_class':
'form', 'css_classes': [], 'disabled': False, 'display_member':
<function <lambda> at 0x02B04930>, ...})
C:\Program Files (x86)\OpenERP 6.0\Web\openobject\tools\_expose.pyo
in render_template(template=<mako.template.Template object at
0x0325C5B0>, kw={'attrs': {'callback': None, 'change_default': None,
'onchange': None}, 'callback': None, 'change_default': None,
'colspan': 1, 'concurrency_info': ConcurrencyInfo, 'cp': {'locale':
<function get_locale at 0x013544F0>, ...72F0>, 'config': <function
config at 0x0138CB70>}, 'css_class': 'form', 'css_classes': [],
'disabled': False, 'display_member': <function <lambda> at
0x02B04930>, ...})
C:\Program Files (x86)\OpenERP 6.0\Web\mako\template.pyo in
render_unicode(self=<mako.template.Template object at 0x0325C5B0>,
*args=(), **data={'attrs': {'callback': None, 'change_default': None,
'onchange': None}, 'callback': None, 'change_default': None,
'colspan': 1, 'concurrency_info': ConcurrencyInfo, 'cp': {'locale':
<function get_locale at 0x013544F0>, ...72F0>, 'config': <function
config at 0x0138CB70>}, 'css_class': 'form', 'css_classes': [],
'disabled': False, 'display_member': <function <lambda> at
0x02B04930>, ...})
C:\Program Files (x86)\OpenERP 6.0\Web\mako\runtime.pyo in
_render(template=<mako.template.Template object at 0x0325C5B0>,
callable_=<function render_body at 0x02C2F730>, args=(),
data={'attrs': {'callback': None, 'change_default': None, 'onchange':
None}, 'callback': None, 'change_default': None, 'colspan': 1,
'concurrency_info': ConcurrencyInfo, 'cp': {'locale': <function
get_locale at 0x013544F0>, ...72F0>, 'config': <function config at
0x0138CB70>}, 'css_class': 'form', 'css_classes': [], 'disabled':
False, 'display_member': <function <lambda> at 0x02B04930>, ...},
as_unicode=True)
C:\Program Files (x86)\OpenERP 6.0\Web\mako\runtime.pyo in
_render_context(tmpl=<mako.template.Template object at 0x0325C5B0>,
callable_=<function render_body at 0x02C2F730>,
context=<mako.runtime.Context object at 0x02C38DD0>, *args=(),
**kwargs={'attrs': {'callback': None, 'change_default': None,
'onchange': None}, 'callback': None, 'change_default': None,
'colspan': 1, 'concurrency_info': ConcurrencyInfo, 'cp': {'locale':
<function get_locale at 0x013544F0>, ...72F0>, 'config': <function
config at 0x0138CB70>}, 'css_class': 'form', 'css_classes': [],
'disabled': False, 'display_member': <function <lambda> at
0x02B04930>, ...})
C:\Program Files (x86)\OpenERP 6.0\Web\mako\runtime.pyo in
_exec_template(callable_=<function render_body at 0x02C2F730>,
context=<mako.runtime.Context object at 0x02C38DD0>, args=(),
kwargs={'attrs': {'callback': None, 'change_default': None,
'onchange': None}, 'callback': None, 'change_default': None,
'colspan': 1, 'concurrency_info': ConcurrencyInfo, 'cp': {'locale':
<function get_locale at 0x013544F0>, ...72F0>, 'config': <function
config at 0x0138CB70>}, 'css_class': 'form', 'css_classes': [],
'disabled': False, 'display_member': <function <lambda> at
0x02B04930>, ...})
C:\Program Files (x86)\OpenERP
6.0\Web\_openerp_widgets_form_templates_form_mako in
render_body(context=<mako.runtime.Context object at 0x02C38DD0>,
**pageargs={'attrs': {'callback': None, 'change_default': None,
'onchange': None}, 'callback': None, 'change_default': None,
'colspan': 1, 'concurrency_info': ConcurrencyInfo, 'cp': {'locale':
<function get_locale at 0x013544F0>, ...72F0>, 'config': <function
config at 0x0138CB70>}, 'css_class': 'form', 'css_classes': [],
'disabled': False, 'display_member': <function <lambda> at
0x02B04930>, ...})
C:\Program Files (x86)\OpenERP 6.0\Web\openobject\widgets\_base.pyo
in (f=Frame)
C:\Program Files (x86)\OpenERP 6.0\Web\openobject\widgets\_base.pyo
in display_member(self=Form, item=Frame, value=None, **params={})
C:\Program Files (x86)\OpenERP 6.0\Web\openobject\widgets\_base.pyo
in display(self=Frame, value=None, **params={'children': [Group,
Notebook], 'colspan': 1, 'cp': {'locale': <function get_locale at
0x013544F0>, ...72F0>, 'config': <function config at 0x0138CB70>},
'css_class': 'frame', 'css_classes': [], 'display_member': <function
<lambda> at 0x02B09DB0>, 'hiddens': [], 'label': None,
'member_widgets_params': {}, 'model': None, ...})
C:\Program Files (x86)\OpenERP 6.0\Web\openobject\tools\_expose.pyo
in render_template(template=<mako.template.Template object at
0x02BD5570>, kw={'children': [Group, Notebook], 'colspan': 1, 'cp':
{'locale': <function get_locale at 0x013544F0>, ...72F0>, 'config':
<function config at 0x0138CB70>}, 'css_class': 'frame', 'css_classes':
[], 'display_member': <function <lambda> at 0x02B09DB0>, 'hiddens':
[], 'label': None, 'member_widgets_params': {}, 'model': None, ...})
C:\Program Files (x86)\OpenERP 6.0\Web\mako\template.pyo in
render_unicode(self=<mako.template.Template object at 0x02BD5570>,
*args=(), **data={'children': [Group, Notebook], 'colspan': 1, 'cp':
{'locale': <function get_locale at 0x013544F0>, ...72F0>, 'config':
<function config at 0x0138CB70>}, 'css_class': 'frame', 'css_classes':
[], 'display_member': <function <lambda> at 0x02B09DB0>, 'hiddens':
[], 'label': None, 'member_widgets_params': {}, 'model': None, ...})
C:\Program Files (x86)\OpenERP 6.0\Web\mako\runtime.pyo in
_render(template=<mako.template.Template object at 0x02BD5570>,
callable_=<function render_body at 0x02AEEA70>, args=(),
data={'children': [Group, Notebook], 'colspan': 1, 'cp': {'locale':
<function get_locale at 0x013544F0>, ...72F0>, 'config': <function
config at 0x0138CB70>}, 'css_class': 'frame', 'css_classes': [],
'display_member': <function <lambda> at 0x02B09DB0>, 'hiddens': [],
'label': None, 'member_widgets_params': {}, 'model': None, ...},
as_unicode=True)
C:\Program Files (x86)\OpenERP 6.0\Web\mako\runtime.pyo in
_render_context(tmpl=<mako.template.Template object at 0x02BD5570>,
callable_=<function render_body at 0x02AEEA70>,
context=<mako.runtime.Context object at 0x02C0DE50>, *args=(),
**kwargs={'children': [Group, Notebook], 'colspan': 1, 'cp':
{'locale': <function get_locale at 0x013544F0>, ...72F0>, 'config':
<function config at 0x0138CB70>}, 'css_class': 'frame', 'css_classes':
[], 'display_member': <function <lambda> at 0x02B09DB0>, 'hiddens':
[], 'label': None, 'member_widgets_params': {}, 'model': None, ...})
C:\Program Files (x86)\OpenERP 6.0\Web\mako\runtime.pyo in
_exec_template(callable_=<function render_body at 0x02AEEA70>,
context=<mako.runtime.Context object at 0x02C0DE50>, args=(),
kwargs={'children': [Group, Notebook], 'colspan': 1, 'cp': {'locale':
<function get_locale at 0x013544F0>, ...72F0>, 'config': <function
config at 0x0138CB70>}, 'css_class': 'frame', 'css_classes': [],
'display_member': <function <lambda> at 0x02B09DB0>, 'hiddens': [],
'label': None, 'member_widgets_params': {}, 'model': None, ...})
C:\Program Files (x86)\OpenERP
6.0\Web\_openerp_widgets_form_templates_frame_mako in
render_body(context=<mako.runtime.Context object at 0x02C0DE50>,
**pageargs={'children': [Group, Notebook], 'colspan': 1, 'cp':
{'locale': <function get_locale at 0x013544F0>, ...72F0>, 'config':
<function config at 0x0138CB70>}, 'css_class': 'frame', 'css_classes':
[], 'display_member': <function <lambda> at 0x02B09DB0>, 'hiddens':
[], 'label': None, 'member_widgets_params': {}, 'model': None, ...})
C:\Program Files (x86)\OpenERP 6.0\Web\openobject\widgets\_base.pyo
in (f=Notebook)
C:\Program Files (x86)\OpenERP 6.0\Web\openobject\widgets\_base.pyo
in display_member(self=Frame, item=Notebook, value=None, **params={})
C:\Program Files (x86)\OpenERP 6.0\Web\openobject\widgets\_base.pyo
in display(self=Notebook, value=None, **params={'children': [Page,
Page, Page], 'colspan': u'4', 'cp': {'locale': <function get_locale at
0x013544F0>, ...72F0>, 'config': <function config at 0x0138CB70>},
'css_class': 'notebook', 'css_classes': [], 'display_member':
<function <lambda> at 0x02AFB530>, 'fake_widget': '_fake', 'label':
None, 'member_widgets_params': {}, 'model': None, ...})
C:\Program Files (x86)\OpenERP 6.0\Web\openobject\tools\_expose.pyo
in render_template(template=<mako.template.Template object at
0x02C280B0>, kw={'children': [Page, Page, Page], 'colspan': u'4',
'cp': {'locale': <function get_locale at 0x013544F0>, ...72F0>,
'config': <function config at 0x0138CB70>}, 'css_class': 'notebook',
'css_classes': [], 'display_member': <function <lambda> at
0x02AFB530>, 'fake_widget': '_fake', 'label': None,
'member_widgets_params': {}, 'model': None, ...})
C:\Program Files (x86)\OpenERP 6.0\Web\mako\template.pyo in
render_unicode(self=<mako.template.Template object at 0x02C280B0>,
*args=(), **data={'children': [Page, Page, Page], 'colspan': u'4',
'cp': {'locale': <function get_locale at 0x013544F0>, ...72F0>,
'config': <function config at 0x0138CB70>}, 'css_class': 'notebook',
'css_classes': [], 'display_member': <function <lambda> at
0x02AFB530>, 'fake_widget': '_fake', 'label': None,
'member_widgets_params': {}, 'model': None, ...})
C:\Program Files (x86)\OpenERP 6.0\Web\mako\runtime.pyo in
_render(template=<mako.template.Template object at 0x02C280B0>,
callable_=<function render_body at 0x03254930>, args=(),
data={'children': [Page, Page, Page], 'colspan': u'4', 'cp':
{'locale': <function get_locale at 0x013544F0>, ...72F0>, 'config':
<function config at 0x0138CB70>}, 'css_class': 'notebook',
'css_classes': [], 'display_member': <function <lambda> at
0x02AFB530>, 'fake_widget': '_fake', 'label': None,
'member_widgets_params': {}, 'model': None, ...}, as_unicode=True)
C:\Program Files (x86)\OpenERP 6.0\Web\mako\runtime.pyo in
_render_context(tmpl=<mako.template.Template object at 0x02C280B0>,
callable_=<function render_body at 0x03254930>,
context=<mako.runtime.Context object at 0x03755890>, *args=(),
**kwargs={'children': [Page, Page, Page], 'colspan': u'4', 'cp':
{'locale': <function get_locale at 0x013544F0>, ...72F0>, 'config':
<function config at 0x0138CB70>}, 'css_class': 'notebook',
'css_classes': [], 'display_member': <function <lambda> at
0x02AFB530>, 'fake_widget': '_fake', 'label': None,
'member_widgets_params': {}, 'model': None, ...})
C:\Program Files (x86)\OpenERP 6.0\Web\mako\runtime.pyo in
_exec_template(callable_=<function render_body at 0x03254930>,
context=<mako.runtime.Context object at 0x03755890>, args=(),
kwargs={'children': [Page, Page, Page], 'colspan': u'4', 'cp':
{'locale': <function get_locale at 0x013544F0>, ...72F0>, 'config':
<function config at 0x0138CB70>}, 'css_class': 'notebook',
'css_classes': [], 'display_member': <function <lambda> at
0x02AFB530>, 'fake_widget': '_fake', 'label': None,
'member_widgets_params': {}, 'model': None, ...})
C:\Program Files (x86)\OpenERP
6.0\Web\_openerp_widgets_form_templates_notebook_mako in
render_body(context=<mako.runtime.Context object at 0x03755890>,
**pageargs={'children': [Page, Page, Page], 'colspan': u'4', 'cp':
{'locale': <function get_locale at 0x013544F0>, ...72F0>, 'config':
<function config at 0x0138CB70>}, 'css_class': 'notebook',
'css_classes': [], 'display_member': <function <lambda> at
0x02AFB530>, 'fake_widget': '_fake', 'label': None,
'member_widgets_params': {}, 'model': None, ...})
C:\Program Files (x86)\OpenERP 6.0\Web\openobject\widgets\_base.pyo
in (f=Page)
C:\Program Files (x86)\OpenERP 6.0\Web\openobject\widgets\_base.pyo
in display_member(self=Notebook, item=Page, value=None, **params={})
C:\Program Files (x86)\OpenERP 6.0\Web\openobject\widgets\_base.pyo
in display(self=Page, value=None, **params={'children': [M2O,
DateTime, Separator, NewLine, Text, Group], 'colspan': 1, 'cp':
{'locale': <function get_locale at 0x013544F0>, ...72F0>, 'config':
<function config at 0x0138CB70>}, 'css_class': 'page', 'css_classes':
[], 'display_member': <function <lambda> at 0x03A68870>, 'hiddens':
[], 'label': None, 'member_widgets_params': {}, 'model': None, ...})
C:\Program Files (x86)\OpenERP 6.0\Web\openobject\tools\_expose.pyo
in render_template(template=<mako.template.Template object at
0x02BD5570>, kw={'children': [M2O, DateTime, Separator, NewLine, Text,
Group], 'colspan': 1, 'cp': {'locale': <function get_locale at
0x013544F0>, ...72F0>, 'config': <function config at 0x0138CB70>},
'css_class': 'page', 'css_classes': [], 'display_member': <function
<lambda> at 0x03A68870>, 'hiddens': [], 'label': None,
'member_widgets_params': {}, 'model': None, ...})
C:\Program Files (x86)\OpenERP 6.0\Web\mako\template.pyo in
render_unicode(self=<mako.template.Template object at 0x02BD5570>,
*args=(), **data={'children': [M2O, DateTime, Separator, NewLine,
Text, Group], 'colspan': 1, 'cp': {'locale': <function get_locale at
0x013544F0>, ...72F0>, 'config': <function config at 0x0138CB70>},
'css_class': 'page', 'css_classes': [], 'display_member': <function
<lambda> at 0x03A68870>, 'hiddens': [], 'label': None,
'member_widgets_params': {}, 'model': None, ...})
C:\Program Files (x86)\OpenERP 6.0\Web\mako\runtime.pyo in
_render(template=<mako.template.Template object at 0x02BD5570>,
callable_=<function render_body at 0x02AEEA70>, args=(),
data={'children': [M2O, DateTime, Separator, NewLine, Text, Group],
'colspan': 1, 'cp': {'locale': <function get_locale at 0x013544F0>,
...72F0>, 'config': <function config at 0x0138CB70>}, 'css_class':
'page', 'css_classes': [], 'display_member': <function <lambda> at
0x03A68870>, 'hiddens': [], 'label': None, 'member_widgets_params':
{}, 'model': None, ...}, as_unicode=True)
C:\Program Files (x86)\OpenERP 6.0\Web\mako\runtime.pyo in
_render_context(tmpl=<mako.template.Template object at 0x02BD5570>,
callable_=<function render_body at 0x02AEEA70>,
context=<mako.runtime.Context object at 0x03755BB0>, *args=(),
**kwargs={'children': [M2O, DateTime, Separator, NewLine, Text,
Group], 'colspan': 1, 'cp': {'locale': <function get_locale at
0x013544F0>, ...72F0>, 'config': <function config at 0x0138CB70>},
'css_class': 'page', 'css_classes': [], 'display_member': <function
<lambda> at 0x03A68870>, 'hiddens': [], 'label': None,
'member_widgets_params': {}, 'model': None, ...})
C:\Program Files (x86)\OpenERP 6.0\Web\mako\runtime.pyo in
_exec_template(callable_=<function render_body at 0x02AEEA70>,
context=<mako.runtime.Context object at 0x03755BB0>, args=(),
kwargs={'children': [M2O, DateTime, Separator, NewLine, Text, Group],
'colspan': 1, 'cp': {'locale': <function get_locale at 0x013544F0>,
...72F0>, 'config': <function config at 0x0138CB70>}, 'css_class':
'page', 'css_classes': [], 'display_member': <function <lambda> at
0x03A68870>, 'hiddens': [], 'label': None, 'member_widgets_params':
{}, 'model': None, ...})
C:\Program Files (x86)\OpenERP
6.0\Web\_openerp_widgets_form_templates_frame_mako in
render_body(context=<mako.runtime.Context object at 0x03755BB0>,
**pageargs={'children': [M2O, DateTime, Separator, NewLine, Text,
Group], 'colspan': 1, 'cp': {'locale': <function get_locale at
0x013544F0>, ...72F0>, 'config': <function config at 0x0138CB70>},
'css_class': 'page', 'css_classes': [], 'display_member': <function
<lambda> at 0x03A68870>, 'hiddens': [], 'label': None,
'member_widgets_params': {}, 'model': None, ...})
C:\Program Files (x86)\OpenERP 6.0\Web\openobject\widgets\_base.pyo
in (f=Text)
C:\Program Files (x86)\OpenERP 6.0\Web\openobject\widgets\_base.pyo
in display_member(self=Page, item=Text, value=None, **params={})
C:\Program Files (x86)\OpenERP 6.0\Web\openobject\widgets\_base.pyo
in display(self=Text, value=None, **params={'attrs': {'callback':
None, 'change_default': None, 'onchange': None}, 'callback': None,
'change_default': None, 'colspan': 4, 'cp': {'locale': <function
get_locale at 0x013544F0>, ...72F0>, 'config': <function config at
0x0138CB70>}, 'css_class': 'text', 'css_classes': [], 'disabled':
False, 'display_member': <function <lambda> at 0x0327F2B0>,
'editable': False, ...})
C:\Program Files (x86)\OpenERP 6.0\Web\openobject\tools\_expose.pyo
in render_template(template=<mako.template.Template object at
0x033085D0>, kw={'attrs': {'callback': None, 'change_default': None,
'onchange': None}, 'callback': None, 'change_default': None,
'colspan': 4, 'cp': {'locale': <function get_locale at 0x013544F0>,
...72F0>, 'config': <function config at 0x0138CB70>}, 'css_class':
'text', 'css_classes': [], 'disabled': False, 'display_member':
<function <lambda> at 0x0327F2B0>, 'editable': False, ...})
C:\Program Files (x86)\OpenERP 6.0\Web\mako\template.pyo in
render_unicode(self=<mako.template.Template object at 0x033085D0>,
*args=(), **data={'attrs': {'callback': None, 'change_default': None,
'onchange': None}, 'callback': None, 'change_default': None,
'colspan': 4, 'cp': {'locale': <function get_locale at 0x013544F0>,
...72F0>, 'config': <function config at 0x0138CB70>}, 'css_class':
'text', 'css_classes': [], 'disabled': False, 'display_member':
<function <lambda> at 0x0327F2B0>, 'editable': False, ...})
C:\Program Files (x86)\OpenERP 6.0\Web\mako\runtime.pyo in
_render(template=<mako.template.Template object at 0x033085D0>,
callable_=<function render_body at 0x032575B0>, args=(),
data={'attrs': {'callback': None, 'change_default': None, 'onchange':
None}, 'callback': None, 'change_default': None, 'colspan': 4, 'cp':
{'locale': <function get_locale at 0x013544F0>, ...72F0>, 'config':
<function config at 0x0138CB70>}, 'css_class': 'text', 'css_classes':
[], 'disabled': False, 'display_member': <function <lambda> at
0x0327F2B0>, 'editable': False, ...}, as_unicode=True)
C:\Program Files (x86)\OpenERP 6.0\Web\mako\util.pyo in
getvalue(self=<mako.util.FastEncodingBuffer object at 0x0376CDF0>)
<type 'exceptions.TypeError'>: sequence item 5: expected string or Unicode, NoneType found
args = ('sequence item 5: expected string or Unicode, NoneType found',)
message = 'sequence item 5: expected string or Unicode, NoneType found'
References