c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #02837
[Bug 671709] [NEW] crm: NameError: name 'phone' is not defined during module loading/initialization
Public bug reported:
Restart the server after a shutdown showing following error
[2010-11-06 09:37:02,236][demo60] INFO:init:module crm: loading crm_opportunity_menu.xml
[2010-11-06 09:37:02,238][demo60] DEBUG:init:Context value ({'default_duration': 1.0 ,'default_opportunity_id': active_id,'default_partner_phone':phone}) for element with id "act_crm_opportunity_crm_phonecall_new" or its data node does not parse at server-side, keeping original string, in case it's meant for client side only
Traceback (most recent call last):
File "/var/local/software/openerp-v6.0dev/openobject-server/bin/tools/convert.py", line 239, in get_context
ctx_res = unsafe_eval(ctx, eval_dict)
File "<string>", line 1, in <module>
NameError: name 'phone' is not defined
** Affects: openobject-addons
Importance: Undecided
Status: New
--
crm: NameError: name 'phone' is not defined during module loading/initialization
https://bugs.launchpad.net/bugs/671709
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
Status in OpenObject Addons Modules: New
Bug description:
Restart the server after a shutdown showing following error
[2010-11-06 09:37:02,236][demo60] INFO:init:module crm: loading crm_opportunity_menu.xml
[2010-11-06 09:37:02,238][demo60] DEBUG:init:Context value ({'default_duration': 1.0 ,'default_opportunity_id': active_id,'default_partner_phone':phone}) for element with id "act_crm_opportunity_crm_phonecall_new" or its data node does not parse at server-side, keeping original string, in case it's meant for client side only
Traceback (most recent call last):
File "/var/local/software/openerp-v6.0dev/openobject-server/bin/tools/convert.py", line 239, in get_context
ctx_res = unsafe_eval(ctx, eval_dict)
File "<string>", line 1, in <module>
NameError: name 'phone' is not defined
Follow ups
References