c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #09529
[Bug 693958] Re: project_crm module crashes on installation
Hello Ioannis Angelopoulos,
The module "project_crm" is of Extra-addons.
Our R&D Teams are focused on the latest OpenERP version, and this issue
does not affect it.
Thank you for your understanding!
** Changed in: openobject-addons
Status: New => Won't Fix
--
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/693958
Title:
project_crm module crashes on installation
Status in OpenObject Addons Modules:
Won't Fix
Bug description:
Everything updated to the latest version (server, client, web, add-ons)
Error happens when you try to install the module both from web as well as the GTK client
Traceback (most recent call last):
File "/home/openerp/production/openerp-server/bin/netsvc.py", line 489, in dispatch
result = ExportService.getService(service_name).dispatch(method, auth, params)
File "/home/openerp/production/openerp-server/bin/service/web_services.py", line 598, in dispatch
res = fn(db, uid, *params)
File "/home/openerp/production/openerp-server/bin/osv/osv.py", line 122, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home/openerp/production/openerp-server/bin/osv/osv.py", line 176, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/openerp/production/openerp-server/bin/osv/osv.py", line 167, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/openerp/production/openerp-server/bin/addons/base/module/wizard/base_module_upgrade.py", line 100, in upgrade_module
_, pool = pooler.restart_pool(cr.dbname, update_module=True)
File "/home/openerp/production/openerp-server/bin/pooler.py", line 60, in restart_pool
return get_db_and_pool(db_name, force_demo, status, update_module=update_module)
File "/home/openerp/production/openerp-server/bin/pooler.py", line 39, in get_db_and_pool
addons.load_modules(db, force_demo, status, update_module)
File "/home/openerp/production/openerp-server/bin/addons/__init__.py", line 869, in load_modules
r = load_module_graph(cr, graph, status, report=report)
File "/home/openerp/production/openerp-server/bin/addons/__init__.py", line 713, in load_module_graph
modules = pool.instanciate(package.name, cr)
File "/home/openerp/production/openerp-server/bin/osv/osv.py", line 258, in instanciate
res.append(klass.createInstance(self, module, cr))
File "/home/openerp/production/openerp-server/bin/osv/osv.py", line 331, in createInstance
assert pool.get(parent_name), "parent class %s does not exist in module %s !" % (parent_name, module)
AssertionError: parent class crm.case does not exist in module project_crm !
References