c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #06605
[Bug 685023] Re: Can't install crm modules
Hello Julian Robbins,
I have checked this issue and it is properly working at my end. Would
you please check this issue with the latest code. If you found this
error again then let us know about it.
Thanks.
** Changed in: openobject-addons
Status: New => Invalid
--
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/685023
Title:
Can't install crm modules
Status in OpenObject Addons Modules:
Invalid
Bug description:
with current trunk 6.0 rev 3980
For about two weeks now using trunk you get the same error when trying to install crm module, either by theb wizard or just as a module.
Just wondering why the YAML tests haven't picked up this obvious showstopper - No CRM, means losing an awful lot of functionailty ...
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 596, in dispatch
res = fn(db, uid, *params)
File "/home/openerp/production/openerp-server/bin/osv/osv.py", line 119, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home/openerp/production/openerp-server/bin/osv/osv.py", line 203, in execute
res = pool.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/openerp/production/openerp-server/bin/osv/osv.py", line 193, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/openerp/production/openerp-server/bin/addons/base/res/res_config.py", line 166, in action_next
next = self.execute(cr, uid, ids, context=None)
File "/home/openerp/production/openerp-server/bin/addons/base/res/res_config.py", line 397, in execute
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 852, in load_modules
r = load_module_graph(cr, graph, status, report=report)
File "/home/openerp/production/openerp-server/bin/addons/__init__.py", line 727, in load_module_graph
load_init_update_xml(cr, m, idref, mode, kind)
File "/home/openerp/production/openerp-server/bin/addons/__init__.py", line 624, in load_init_update_xml
tools.convert_xml_import(cr, m, fp, idref, mode=mode, **kwargs)
File "/home/openerp/production/openerp-server/bin/tools/convert.py", line 968, in convert_xml_import
obj.parse(doc.getroot())
File "/home/openerp/production/openerp-server/bin/tools/convert.py", line 861, in parse
self._tags[rec.tag](self.cr, rec, n)
File "/home/openerp/production/openerp-server/bin/tools/convert.py", line 429, in _tag_act_window
view_id = self.id_get(cr, rec.get('view_id','').encode('utf-8'))
File "/home/openerp/production/openerp-server/bin/tools/convert.py", line 838, in id_get
res = self.model_id_get(cr, id_str)
File "/home/openerp/production/openerp-server/bin/tools/convert.py", line 847, in model_id_get
return model_data_obj.get_object_reference(cr, self.uid, mod, id_str)
File "/home/openerp/production/openerp-server/bin/tools/misc.py", line 797, in cached_result
result2 = fn(self2, cr, *args[:self.skiparg-2], **kwargs2)
File "/home/openerp/production/openerp-server/bin/addons/base/ir/ir_model.py", line 422, in get_object_reference
data_id = self._get_id(cr, uid, module, xml_id)
File "/home/openerp/production/openerp-server/bin/tools/misc.py", line 797, in cached_result
result2 = fn(self2, cr, *args[:self.skiparg-2], **kwargs2)
File "/home/openerp/production/openerp-server/bin/addons/base/ir/ir_model.py", line 415, in _get_id
raise ValueError('No references to %s.%s' % (module, xml_id))
ValueError: No references to crm.view_crm_lead2partner_create
References