credativ team mailing list archive
-
credativ team
-
Mailing list archive
-
Message #02709
[Bug 911098] Re: Module Multi_company_account fails to install
Hello Mr. Tezozomoc ,
Multi_company_account is part of extra addons which can not maintain by "OpenERP" or " Tiny" any more.
For extra addons module community members are working on it.
According to your bug description we have faced this error because ir.rule.group object has
totally removed from server side and which is available on Multi_company_account_data.xml file.
So if you want to solve this then just remove this objects reference
from this Multi_company_account_data.xml file.
extra-addons:
For whomever works on fixing this, you probably want to apply/merge your
changes in both the 6.0 and trunk branches of extra-addons:
https://code.launchpad.net/~openerp-commiter/openobject-addons/extra-6.0
https://code.launchpad.net/~openerp-commiter/openobject-addons/trunk-extra-addons
I hope you understand, and perhaps this explanation will be helpful to
you if you start fixing this extra-addon...
Thank you!
** Changed in: openobject-addons
Status: New => Won't Fix
--
You received this bug notification because you are a member of OpenERP
Framework Experts, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/911098
Title:
Module Multi_company_account fails to install
Status in OpenERP Addons (modules):
Won't Fix
Bug description:
1. Using server 6.0.3 on ubuntu 10.04 python 2.6
2. attempt to install multi_channel_account for 6.0
3. get the following
Traceback (most recent call last):
File "/opt/openerp/server/bin/netsvc.py", line 489, in dispatch
result = ExportService.getService(service_name).dispatch(method, auth, params)
File "/opt/openerp/server/bin/service/web_services.py", line 599, in dispatch
res = fn(db, uid, *params)
File "/opt/openerp/server/bin/osv/osv.py", line 122, in wrapper
return f(self, dbname, *args, **kwargs)
File "/opt/openerp/server/bin/osv/osv.py", line 176, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/opt/openerp/server/bin/osv/osv.py", line 167, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/opt/openerp/server/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 "/opt/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 "/opt/openerp/server/bin/pooler.py", line 39, in get_db_and_pool
addons.load_modules(db, force_demo, status, update_module)
File "/opt/openerp/server/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 "/opt/openerp/server/bin/addons/__init__.py", line 748, in load_module_graph
load_init_update_xml(cr, m, idref, mode, kind)
File "/opt/openerp/server/bin/addons/__init__.py", line 641, in load_init_update_xml
tools.convert_xml_import(cr, m, fp, idref, mode=mode, **kwargs)
File "/opt/openerp/server/bin/tools/convert.py", line 975, in convert_xml_import
obj.parse(doc.getroot())
File "/opt/openerp/server/bin/tools/convert.py", line 865, in parse
self._tags[rec.tag](self.cr, rec, n)
File "/opt/openerp/server/bin/tools/convert.py", line 756, in _tag_record
assert model, "The model %s does not exist !" % (rec_model,)
AssertionError: The model ir.rule.group does not exist !
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/911098/+subscriptions
References