Activity log for bug #309331

Date Who What changed Old value New value Message
2008-12-18 13:40:25 Jan Verlaan bug added bug
2008-12-18 13:51:45 Stephane Wirtel (OpenERP) openobject-server: assignee matrixise
2008-12-18 13:51:45 Stephane Wirtel (OpenERP) openobject-server: statusexplanation
2008-12-18 14:04:35 Stephane Wirtel (OpenERP) openobject-server: status New Fix Released
2008-12-18 14:56:44 Jan Verlaan openobject-server: status Fix Released In Progress
2008-12-18 14:56:44 Jan Verlaan openobject-server: statusexplanation provided Solution is creating a new error in CRM module! ... revno: 2044 branch nick: addons timestamp: Thu 2008-12-18 15:02:48 +0100 revno: 1427 branch nick: server timestamp: Thu 2008-12-18 15:02:32 +0100 NameError: global name 'drop_view_if_exists' is not defined Reproduction: Create a new company database, after filling in the company data you can choose the company profile. Choose for the "Service Profile" Hereafter you must choose the specific modules to install. Check all modules. (specially the CRM ones) The installer stops with a FATAL ERROR and the database is not populated correct. Trace log: ***** ***** [Thu Dec 18 15:41:13 2008] INFO:init:module crm_configuration: registering objects [Thu Dec 18 15:41:13 2008] INFO:init:module crm_configuration loading objects [Thu Dec 18 15:41:13 2008] INFO:init:module crm_configuration: creating or updating database tables [Thu Dec 18 15:41:13 2008] ERROR:web-services:[01]: Traceback (most recent call last): [Thu Dec 18 15:41:13 2008] ERROR:web-services:[02]: File "/openerp/server/bin/osv/osv.py", line 85, in execute_cr [Thu Dec 18 15:41:13 2008] ERROR:web-services:[03]: return getattr(object, method)(cr, uid, *args, **kw) [Thu Dec 18 15:41:13 2008] ERROR:web-services:[04]: File "/openerp/addons/profile_service/profile_service.py", line 67, in action_install [Thu Dec 18 15:41:13 2008] ERROR:web-services:[05]: db, pool = pooler.restart_pool(cr.dbname, update_module=True) [Thu Dec 18 15:41:13 2008] ERROR:web-services:[06]: File "/openerp/server/bin/pooler.py", line 55, in restart_pool [Thu Dec 18 15:41:13 2008] ERROR:web-services:[07]: return get_db_and_pool(db_name, force_demo, update_module=update_module) [Thu Dec 18 15:41:13 2008] ERROR:web-services:[08]: File "/openerp/server/bin/pooler.py", line 38, in get_db_and_pool [Thu Dec 18 15:41:13 2008] ERROR:web-services:[09]: addons.load_modules(db, force_demo, status, update_module) [Thu Dec 18 15:41:13 2008] ERROR:web-services:[10]: File "/openerp/server/bin/addons/__init__.py", line 588, in load_modules [Thu Dec 18 15:41:13 2008] ERROR:web-services:[11]: load_module_graph(cr, graph, status, report=report) [Thu Dec 18 15:41:13 2008] ERROR:web-services:[12]: File "/openerp/server/bin/addons/__init__.py", line 480, in load_module_graph [Thu Dec 18 15:41:13 2008] ERROR:web-services:[13]: init_module_objects(cr, m, modules) [Thu Dec 18 15:41:13 2008] ERROR:web-services:[14]: File "/openerp/server/bin/addons/__init__.py", line 262, in init_module_objects [Thu Dec 18 15:41:13 2008] ERROR:web-services:[15]: obj.init(cr) [Thu Dec 18 15:41:13 2008] ERROR:web-services:[16]: File "/openerp/addons/crm_configuration/report/crm_report.py", line 89, in init [Thu Dec 18 15:41:13 2008] ERROR:web-services:[17]: drop_view_if_exists(cr, "report_crm_case_section_stage") [Thu Dec 18 15:41:13 2008] ERROR:web-services:[18]: NameError: global name 'drop_view_if_exists' is not defined
2008-12-18 15:10:06 Stephane Wirtel (OpenERP) openobject-server: status In Progress Fix Released
2008-12-18 15:10:06 Stephane Wirtel (OpenERP) openobject-server: statusexplanation provided Solution is creating a new error in CRM module! ... revno: 2044 branch nick: addons timestamp: Thu 2008-12-18 15:02:48 +0100 revno: 1427 branch nick: server timestamp: Thu 2008-12-18 15:02:32 +0100 NameError: global name 'drop_view_if_exists' is not defined Reproduction: Create a new company database, after filling in the company data you can choose the company profile. Choose for the "Service Profile" Hereafter you must choose the specific modules to install. Check all modules. (specially the CRM ones) The installer stops with a FATAL ERROR and the database is not populated correct. Trace log: ***** ***** [Thu Dec 18 15:41:13 2008] INFO:init:module crm_configuration: registering objects [Thu Dec 18 15:41:13 2008] INFO:init:module crm_configuration loading objects [Thu Dec 18 15:41:13 2008] INFO:init:module crm_configuration: creating or updating database tables [Thu Dec 18 15:41:13 2008] ERROR:web-services:[01]: Traceback (most recent call last): [Thu Dec 18 15:41:13 2008] ERROR:web-services:[02]: File "/openerp/server/bin/osv/osv.py", line 85, in execute_cr [Thu Dec 18 15:41:13 2008] ERROR:web-services:[03]: return getattr(object, method)(cr, uid, *args, **kw) [Thu Dec 18 15:41:13 2008] ERROR:web-services:[04]: File "/openerp/addons/profile_service/profile_service.py", line 67, in action_install [Thu Dec 18 15:41:13 2008] ERROR:web-services:[05]: db, pool = pooler.restart_pool(cr.dbname, update_module=True) [Thu Dec 18 15:41:13 2008] ERROR:web-services:[06]: File "/openerp/server/bin/pooler.py", line 55, in restart_pool [Thu Dec 18 15:41:13 2008] ERROR:web-services:[07]: return get_db_and_pool(db_name, force_demo, update_module=update_module) [Thu Dec 18 15:41:13 2008] ERROR:web-services:[08]: File "/openerp/server/bin/pooler.py", line 38, in get_db_and_pool [Thu Dec 18 15:41:13 2008] ERROR:web-services:[09]: addons.load_modules(db, force_demo, status, update_module) [Thu Dec 18 15:41:13 2008] ERROR:web-services:[10]: File "/openerp/server/bin/addons/__init__.py", line 588, in load_modules [Thu Dec 18 15:41:13 2008] ERROR:web-services:[11]: load_module_graph(cr, graph, status, report=report) [Thu Dec 18 15:41:13 2008] ERROR:web-services:[12]: File "/openerp/server/bin/addons/__init__.py", line 480, in load_module_graph [Thu Dec 18 15:41:13 2008] ERROR:web-services:[13]: init_module_objects(cr, m, modules) [Thu Dec 18 15:41:13 2008] ERROR:web-services:[14]: File "/openerp/server/bin/addons/__init__.py", line 262, in init_module_objects [Thu Dec 18 15:41:13 2008] ERROR:web-services:[15]: obj.init(cr) [Thu Dec 18 15:41:13 2008] ERROR:web-services:[16]: File "/openerp/addons/crm_configuration/report/crm_report.py", line 89, in init [Thu Dec 18 15:41:13 2008] ERROR:web-services:[17]: drop_view_if_exists(cr, "report_crm_case_section_stage") [Thu Dec 18 15:41:13 2008] ERROR:web-services:[18]: NameError: global name 'drop_view_if_exists' is not defined
2008-12-18 15:58:52 Stephane Wirtel (OpenERP) openobject-server: status Fix Released In Progress
2008-12-18 15:58:52 Stephane Wirtel (OpenERP) openobject-server: milestone 5.0-rc2
2008-12-18 16:08:55 Stephane Wirtel (OpenERP) openobject-server: status In Progress Fix Released