c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #07110
[Bug 685818] Re: [Trunk V6] Unable to install Project Management
*** This bug is a duplicate of bug 686097 ***
https://bugs.launchpad.net/bugs/686097
** This bug has been marked a duplicate of bug 686097
Project doesn't depend upon Account,but it still contains a ref. of account's xml record
* You can subscribe to bug 686097 by following this link: https://bugs.launchpad.net/openobject-addons/+bug/686097/+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/685818
Title:
[Trunk V6] Unable to install Project Management
Status in OpenObject Addons Modules:
Fix Released
Bug description:
Bzr pull trunk V6 five minutes ago.
Create a new database and only select Project Management to be installed.
Following error message:
Environment Information :
System : Linux-2.6.32-26-generic-i686-with-Ubuntu-10.04-lucid
OS Name : posix
Distributor ID: Ubuntu
Description: Ubuntu 10.04.1 LTS
Release: 10.04
Codename: lucid
Operating System Release : 2.6.32-26-generic
Operating System Version : #48-Ubuntu SMP Wed Nov 24 09:00:03 UTC 2010
Operating System Architecture : 32bit
Operating System Locale : en_GB.UTF8
Python Version : 2.6.5
OpenERP-Client Version : 6.0.0-rc1-1
Last revision No. & ID :Bazaar Package not Found !Traceback (most recent call last):
File "/home/openerp/openerp6/server/bin/netsvc.py", line 489, in dispatch
result = ExportService.getService(service_name).dispatch(method, auth, params)
File "/home/openerp/openerp6/server/bin/service/web_services.py", line 596, in dispatch
res = fn(db, uid, *params)
File "/home/openerp/openerp6/server/bin/osv/osv.py", line 119, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home/openerp/openerp6/server/bin/osv/osv.py", line 203, in execute
res = pool.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/openerp/openerp6/server/bin/osv/osv.py", line 193, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/openerp/openerp6/server/bin/addons/base/res/res_config.py", line 166, in action_next
next = self.execute(cr, uid, ids, context=None)
File "/home/openerp/openerp6/server/bin/addons/base/res/res_config.py", line 397, in execute
pooler.restart_pool(cr.dbname, update_module=True)
File "/home/openerp/openerp6/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/openerp6/server/bin/pooler.py", line 39, in get_db_and_pool
addons.load_modules(db, force_demo, status, update_module)
File "/home/openerp/openerp6/server/bin/addons/__init__.py", line 852, in load_modules
r = load_module_graph(cr, graph, status, report=report)
File "/home/openerp/openerp6/server/bin/addons/__init__.py", line 727, in load_module_graph
load_init_update_xml(cr, m, idref, mode, kind)
File "/home/openerp/openerp6/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/openerp6/server/bin/tools/convert.py", line 968, in convert_xml_import
obj.parse(doc.getroot())
File "/home/openerp/openerp6/server/bin/tools/convert.py", line 861, in parse
self._tags[rec.tag](self.cr, rec, n)
File "/home/openerp/openerp6/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/openerp6/server/bin/tools/convert.py", line 838, in id_get
res = self.model_id_get(cr, id_str)
File "/home/openerp/openerp6/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/openerp6/server/bin/tools/misc.py", line 797, in cached_result
result2 = fn(self2, cr, *args[:self.skiparg-2], **kwargs2)
File "/home/openerp/openerp6/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/openerp6/server/bin/tools/misc.py", line 797, in cached_result
result2 = fn(self2, cr, *args[:self.skiparg-2], **kwargs2)
File "/home/openerp/openerp6/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 account.view_account_analytic_account_tree
References