← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 689485] Re: "NameError: name 'phone' is not defined" when doing a fresh install

 

*** This bug is a duplicate of bug 671709 ***
    https://bugs.launchpad.net/bugs/671709

Hello Philu,

I have checked the issue with latest code but there seems no error at my
end.

Please open the bug if the error still persist with details information.

Thank you.


** Project changed: openobject-server => openobject-addons

** This bug has been marked a duplicate of bug 671709
   crm: NameError: name 'phone' is not defined during module loading/initialization
 * You can subscribe to bug 671709 by following this link: https://bugs.launchpad.net/openobject-addons/+bug/671709/+subscribe

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

Title:
  "NameError: name 'phone' is not defined" when doing a fresh install

Status in OpenObject Addons Modules:
  New

Bug description:
  This messages appeared in the server log file when doing a fresh install on the latest trunk version of OpenERP6 using the steps in bug #689474 ("NameError: Name 'res_id' is not defined"); this message came about 150 lines further down the log file after the error reported in #689474.

Excerpt from the log file:


[2010-12-13 12:43:14,291][openerp6trunk1] INFO:init:module account: loading wizard/account_report_balance_sheet_view.xml
[2010-12-13 12:43:14,933][openerp6trunk1] INFO:init:module crm: loading crm_data.xml
[2010-12-13 12:43:14,977][openerp6trunk1] INFO:init:module crm: loading crm_meeting_data.xml
[2010-12-13 12:43:15,005][openerp6trunk1] INFO:init:module crm: loading crm_lead_data.xml
[2010-12-13 12:43:15,136][openerp6trunk1] INFO:init:module crm: loading crm_meeting_data.xml
[2010-12-13 12:43:15,154][openerp6trunk1] INFO:init:module crm: loading crm_opportunity_data.xml
[2010-12-13 12:43:15,193][openerp6trunk1] INFO:init:module crm: loading crm_phonecall_data.xml
[2010-12-13 12:43:15,203][openerp6trunk1] INFO:init:module crm: loading security/crm_security.xml
[2010-12-13 12:43:15,273][openerp6trunk1] INFO:init:module crm: loading security/ir.model.access.csv
[2010-12-13 12:43:15,520][openerp6trunk1] INFO:init:module crm: loading wizard/crm_lead_to_partner_view.xml
[2010-12-13 12:43:15,537][openerp6trunk1] INFO:init:module crm: loading wizard/crm_lead_to_opportunity_view.xml
[2010-12-13 12:43:15,571][openerp6trunk1] INFO:init:module crm: loading wizard/crm_phonecall_to_phonecall_view.xml
[2010-12-13 12:43:15,588][openerp6trunk1] INFO:init:module crm: loading wizard/crm_phonecall_to_partner_view.xml
[2010-12-13 12:43:15,614][openerp6trunk1] INFO:init:module crm: loading wizard/crm_phonecall_to_opportunity_view.xml
[2010-12-13 12:43:15,631][openerp6trunk1] INFO:init:module crm: loading wizard/crm_opportunity_to_phonecall_view.xml
[2010-12-13 12:43:15,647][openerp6trunk1] INFO:init:module crm: loading wizard/crm_partner_to_opportunity_view.xml
[2010-12-13 12:43:15,673][openerp6trunk1] INFO:init:module crm: loading wizard/crm_send_email_view.xml
[2010-12-13 12:43:15,706][openerp6trunk1] INFO:init:module crm: loading wizard/crm_add_note_view.xml
[2010-12-13 12:43:15,734][openerp6trunk1] INFO:init:module crm: loading wizard/crm_merge_opportunities_view.xml
[2010-12-13 12:43:15,761][openerp6trunk1] INFO:init:module crm: loading crm_view.xml
[2010-12-13 12:43:16,023][openerp6trunk1] INFO:init:module crm: loading crm_action_rule_view.xml
[2010-12-13 12:43:16,068][openerp6trunk1] INFO:init:module crm: loading crm_lead_view.xml
[2010-12-13 12:43:16,165][openerp6trunk1] INFO:init:module crm: loading crm_lead_menu.xml
[2010-12-13 12:43:16,201][openerp6trunk1] INFO:init:module crm: loading crm_meeting_view.xml
[2010-12-13 12:43:16,289][openerp6trunk1] INFO:init:module crm: loading crm_meeting_menu.xml
[2010-12-13 12:43:16,388][openerp6trunk1] INFO:init:module crm: loading crm_phonecall_view.xml
[2010-12-13 12:43:16,473][openerp6trunk1] INFO:init:module crm: loading crm_phonecall_menu.xml
[2010-12-13 12:43:16,573][openerp6trunk1] INFO:init:module crm: loading crm_opportunity_view.xml
[2010-12-13 12:43:16,655][openerp6trunk1] INFO:init:module crm: loading crm_opportunity_menu.xml
[2010-12-13 12:43:16,658][openerp6trunk1] DEBUG:init:Context value ({'default_duration': 1.0 ,'default_opportunity_id': active_id,'default_partner_phone':phon
Traceback (most recent call last):
  File "/home/philu/work/openerp6/trunk/bin/tools/convert.py", line 247, in get_context
    ctx_res = unsafe_eval(ctx, eval_dict)
  File "<string>", line 1, in <module>
NameError: name 'phone' is not defined
[2010-12-13 12:43:16,712][openerp6trunk1] INFO:init:module crm: loading report/crm_lead_report_view.xml





References