avanzosc team mailing list archive
-
avanzosc team
-
Mailing list archive
-
Message #00112
[Bug 809163] Re: unable to install mrp_operations_ext
We are sorry, this was a programing error in the order of the view that
this fixed in the latest version(107)
Regards
** Changed in: avanzosc
Status: New => Fix Released
** Changed in: avanzosc
Assignee: (unassigned) => Francisco Pascual -- Ting! (francisco-pascual)
--
You received this bug notification because you are a member of Avanzosc
Developers, which is subscribed to Avanzosc developments.
https://bugs.launchpad.net/bugs/809163
Title:
unable to install mrp_operations_ext
Status in Avanzosc OpenERP modules:
Fix Released
Bug description:
mrp_operations_ext is an unfortunate name for a module that is not
compatible with mrp_operations, simply looking at the names one would
think that mrp_operations_ext inherits mrp_operations.
On a new database, I sucesfully installed mrp_master _extension, but
upon installing the mrp_operations_ext something goes wrong:
Environment Information :
System : Windows-XP-5.1.2600-SP3
OS Name : nt
Operating System Release : XP
Operating System Version : 5.1.2600
Operating System Architecture : 32bit
Operating System Locale : ro_RO.cp1252
Python Version : 2.5.2
OpenERP-Client Version : 6.0.2
Last revision No. & ID :Bazaar Package not Found !Traceback (most recent call last):
File "/usr/lib/openerp-server-6.0.1/netsvc.py", line 489, in dispatch
result = ExportService.getService(service_name).dispatch(method, auth, params)
File "/usr/lib/openerp-server-6.0.1/service/web_services.py", line 599, in dispatch
res = fn(db, uid, *params)
File "/usr/lib/openerp-server-6.0.1/osv/osv.py", line 122, in wrapper
return f(self, dbname, *args, **kwargs)
File "/usr/lib/openerp-server-6.0.1/osv/osv.py", line 176, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/usr/lib/openerp-server-6.0.1/osv/osv.py", line 167, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/usr/lib/openerp-server-6.0.1/addons/base/module/wizard/base_module_upgrade.py", line 98, in upgrade_module
_db, pool = pooler.restart_pool(cr.dbname, update_module=True)
File "/usr/lib/openerp-server-6.0.1/pooler.py", line 60, in restart_pool
return get_db_and_pool(db_name, force_demo, status, update_module=update_module)
File "/usr/lib/openerp-server-6.0.1/pooler.py", line 39, in get_db_and_pool
addons.load_modules(db, force_demo, status, update_module)
File "/usr/lib/openerp-server-6.0.1/addons/__init__.py", line 883, in load_modules
processed_modules.extend(load_module_graph(cr, graph, status, report=report, skip_modules=processed_modules))
File "/usr/lib/openerp-server-6.0.1/addons/__init__.py", line 748, in load_module_graph
load_init_update_xml(cr, m, idref, mode, kind)
File "/usr/lib/openerp-server-6.0.1/addons/__init__.py", line 641, in load_init_update_xml
tools.convert_xml_import(cr, m, fp, idref, mode=mode, **kwargs)
File "/usr/lib/openerp-server-6.0.1/tools/convert.py", line 975, in convert_xml_import
obj.parse(doc.getroot())
File "/usr/lib/openerp-server-6.0.1/tools/convert.py", line 865, in parse
self._tags[rec.tag](self.cr, rec, n)
File "/usr/lib/openerp-server-6.0.1/tools/convert.py", line 824, in _tag_record
f_val = self.id_get(cr, f_ref)
File "/usr/lib/openerp-server-6.0.1/tools/convert.py", line 842, in id_get
res = self.model_id_get(cr, id_str)
File "/usr/lib/openerp-server-6.0.1/tools/convert.py", line 851, in model_id_get
return model_data_obj.get_object_reference(cr, self.uid, mod, id_str)
File "/usr/lib/openerp-server-6.0.1/tools/misc.py", line 823, in cached_result
result2 = fn(self2, cr, *args[:self.skiparg-2], **kwargs2)
File "/usr/lib/openerp-server-6.0.1/addons/base/ir/ir_model.py", line 609, in get_object_reference
data_id = self._get_id(cr, uid, module, xml_id)
File "/usr/lib/openerp-server-6.0.1/tools/misc.py", line 823, in cached_result
result2 = fn(self2, cr, *args[:self.skiparg-2], **kwargs2)
File "/usr/lib/openerp-server-6.0.1/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 mrp_operations_ext.mrp_production_operation_real_tree_view_inherit
Thanks
To manage notifications about this bug go to:
https://bugs.launchpad.net/avanzosc/+bug/809163/+subscriptions
References