c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #30947
[Bug 830066] Re: l10n_chart_us_ucoa fails to install
Hello,
Modules l10n_chart_us_ucoa and l10n_chart_us_ucoa_ez are part of extra-
addons, which are maintained by the community, including all the modules
created by "OpenERP" or "Tiny", as none of these are actively developed
by our teams anymore.
So if you or anyone from the community would like to work on it, please
mark the bug as "In progress" and assign it to yourself (or ask us or
anyone from OpenERP Drivers to do it for you). In the mean time, I will
mark it as "Won't fix" to indicate that no further progress is expected
at the moment.
Thank you.
** 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/830066
Title:
l10n_chart_us_ucoa fails to install
Status in OpenERP Modules (addons):
Won't Fix
Bug description:
When installing this module in a new openerp installation (v 6.0.2), I get these errors:
Traceback (most recent call last):
File "/home/mark/Club Softball/2011/Fall 2011/erp/open-erp/openerp-server-6.0.2/bin/netsvc.py", line 489, in dispatch
result = ExportService.getService(service_name).dispatch(method, auth, params)
File "/home/mark/Club Softball/2011/Fall 2011/erp/open-erp/openerp-server-6.0.2/bin/service/web_services.py", line 599, in dispatch
res = fn(db, uid, *params)
File "/home/mark/Club Softball/2011/Fall 2011/erp/open-erp/openerp-server-6.0.2/bin/osv/osv.py", line 122, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home/mark/Club Softball/2011/Fall 2011/erp/open-erp/openerp-server-6.0.2/bin/osv/osv.py", line 176, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/mark/Club Softball/2011/Fall 2011/erp/open-erp/openerp-server-6.0.2/bin/osv/osv.py", line 167, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/mark/Club Softball/2011/Fall 2011/erp/open-erp/openerp-server-6.0.2/bin/addons/base/module/wizard/base_module_upgrade.py", line 98, in upgrade_module
_db, pool = pooler.restart_pool(cr.dbname, update_module=True)
File "/home/mark/Club Softball/2011/Fall 2011/erp/open-erp/openerp-server-6.0.2/bin/pooler.py", line 60, in restart_pool
return get_db_and_pool(db_name, force_demo, status, update_module=update_module)
File "/home/mark/Club Softball/2011/Fall 2011/erp/open-erp/openerp-server-6.0.2/bin/pooler.py", line 39, in get_db_and_pool
addons.load_modules(db, force_demo, status, update_module)
File "/home/mark/Club Softball/2011/Fall 2011/erp/open-erp/openerp-server-6.0.2/bin/addons/__init__.py", line 883, in load_modules
processed_modules.extend(load_module_graph(cr, graph, status, report=report, skip_modules=processed_modules))
File "/home/mark/Club Softball/2011/Fall 2011/erp/open-erp/openerp-server-6.0.2/bin/addons/__init__.py", line 748, in load_module_graph
load_init_update_xml(cr, m, idref, mode, kind)
File "/home/mark/Club Softball/2011/Fall 2011/erp/open-erp/openerp-server-6.0.2/bin/addons/__init__.py", line 641, in load_init_update_xml
tools.convert_xml_import(cr, m, fp, idref, mode=mode, **kwargs)
File "/home/mark/Club Softball/2011/Fall 2011/erp/open-erp/openerp-server-6.0.2/bin/tools/convert.py", line 975, in convert_xml_import
obj.parse(doc.getroot())
File "/home/mark/Club Softball/2011/Fall 2011/erp/open-erp/openerp-server-6.0.2/bin/tools/convert.py", line 865, in parse
self._tags[rec.tag](self.cr, rec, n)
File "/home/mark/Club Softball/2011/Fall 2011/erp/open-erp/openerp-server-6.0.2/bin/tools/convert.py", line 824, in _tag_record
f_val = self.id_get(cr, f_ref)
File "/home/mark/Club Softball/2011/Fall 2011/erp/open-erp/openerp-server-6.0.2/bin/tools/convert.py", line 842, in id_get
res = self.model_id_get(cr, id_str)
File "/home/mark/Club Softball/2011/Fall 2011/erp/open-erp/openerp-server-6.0.2/bin/tools/convert.py", line 851, in model_id_get
return model_data_obj.get_object_reference(cr, self.uid, mod, id_str)
File "/home/mark/Club Softball/2011/Fall 2011/erp/open-erp/openerp-server-6.0.2/bin/tools/misc.py", line 823, in cached_result
result2 = fn(self2, cr, *args[:self.skiparg-2], **kwargs2)
File "/home/mark/Club Softball/2011/Fall 2011/erp/open-erp/openerp-server-6.0.2/bin/addons/base/ir/ir_model.py", line 609, in get_object_reference
data_id = self._get_id(cr, uid, module, xml_id)
File "/home/mark/Club Softball/2011/Fall 2011/erp/open-erp/openerp-server-6.0.2/bin/tools/misc.py", line 823, in cached_result
result2 = fn(self2, cr, *args[:self.skiparg-2], **kwargs2)
File "/home/mark/Club Softball/2011/Fall 2011/erp/open-erp/openerp-server-6.0.2/bin/addons/base/ir/ir_model.py", line 602, in _get_id
raise ValueError('No references to %s.%s' % (module, xml_id))
ValueError: No references to account.account_type_root
I get the same error if I try to install l10n_chart_us_ucoa_ez
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/830066/+subscriptions
References