← Back to team overview

credativ team mailing list archive

[Bug 908795] [NEW] installation fails base_sale_multichannels

 

Public bug reported:

Hi,

for the connection to Magento I'd like to install it according to this:
http://openlabs.co.in/article/open-erp-magento-integration-new
(Is this still up to date?)

When I install that module:
base_sale_multichannels
I get the following error (from the GTK client):

Environment Information : 
System : Linux-3.0.0-15-generic-x86_64-with-Ubuntu-11.10-oneiric
OS Name : posix
LSB Version:	core-2.0-amd64:core-2.0-noarch:core-3.0-amd64:core-3.0-noarch:core-3.1-amd64:core-3.1-noarch:core-3.2-amd64:core-3.2-noarch:core-4.0-amd64:core-4.0-noarch
Distributor ID:	Ubuntu
Description:	Ubuntu 11.10
Release:	11.10
Codename:	oneiric
Operating System Release : 3.0.0-15-generic
Operating System Version : #24-Ubuntu SMP Mon Dec 12 15:23:55 UTC 2011
Operating System Architecture : 64bit
Operating System Locale : de_DE.UTF-8
Python Version : 2.7.2+
OpenERP-Client Version : 6.0.3
Last revision No. & ID :Bazaar Package not Found !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 635, in load_init_update_xml
    tools.convert_csv_import(cr, m, os.path.basename(filename), fp.read(), idref, mode=mode, noupdate=noupdate)
  File "/opt/openerp/server/bin/tools/convert.py", line 947, in convert_csv_import
    result, rows, warning_msg, dummy = pool.get(model).import_data(cr, uid, fields, datas,mode, module, noupdate, filename=fname_partial)
  File "/opt/openerp/server/bin/osv/orm.py", line 870, in import_data
    process_liness(self, datas, [], current_module, self._name, fields_def, position=position)
  File "/opt/openerp/server/bin/osv/orm.py", line 820, in process_liness
    res = _get_id(relation, line[i], current_module, mode)
  File "/opt/openerp/server/bin/osv/orm.py", line 734, in _get_id
    record_id = ir_model_data_obj._get_id(cr, uid, module, xml_id)
  File "/opt/openerp/server/bin/tools/misc.py", line 823, in cached_result
    result2 = fn(self2, cr, *args[:self.skiparg-2], **kwargs2)
  File "/opt/openerp/server/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 product.group_product_manager

I found some similar errors here, but most of them were really old and
should be solved according to what I read.

Any ideas on that?

Thank you in advance
Bye, Chris

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
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/908795

Title:
  installation fails base_sale_multichannels

Status in OpenERP Addons (modules):
  New

Bug description:
  Hi,

  for the connection to Magento I'd like to install it according to this:
  http://openlabs.co.in/article/open-erp-magento-integration-new
  (Is this still up to date?)

  When I install that module:
  base_sale_multichannels
  I get the following error (from the GTK client):

  Environment Information : 
  System : Linux-3.0.0-15-generic-x86_64-with-Ubuntu-11.10-oneiric
  OS Name : posix
  LSB Version:	core-2.0-amd64:core-2.0-noarch:core-3.0-amd64:core-3.0-noarch:core-3.1-amd64:core-3.1-noarch:core-3.2-amd64:core-3.2-noarch:core-4.0-amd64:core-4.0-noarch
  Distributor ID:	Ubuntu
  Description:	Ubuntu 11.10
  Release:	11.10
  Codename:	oneiric
  Operating System Release : 3.0.0-15-generic
  Operating System Version : #24-Ubuntu SMP Mon Dec 12 15:23:55 UTC 2011
  Operating System Architecture : 64bit
  Operating System Locale : de_DE.UTF-8
  Python Version : 2.7.2+
  OpenERP-Client Version : 6.0.3
  Last revision No. & ID :Bazaar Package not Found !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 635, in load_init_update_xml
      tools.convert_csv_import(cr, m, os.path.basename(filename), fp.read(), idref, mode=mode, noupdate=noupdate)
    File "/opt/openerp/server/bin/tools/convert.py", line 947, in convert_csv_import
      result, rows, warning_msg, dummy = pool.get(model).import_data(cr, uid, fields, datas,mode, module, noupdate, filename=fname_partial)
    File "/opt/openerp/server/bin/osv/orm.py", line 870, in import_data
      process_liness(self, datas, [], current_module, self._name, fields_def, position=position)
    File "/opt/openerp/server/bin/osv/orm.py", line 820, in process_liness
      res = _get_id(relation, line[i], current_module, mode)
    File "/opt/openerp/server/bin/osv/orm.py", line 734, in _get_id
      record_id = ir_model_data_obj._get_id(cr, uid, module, xml_id)
    File "/opt/openerp/server/bin/tools/misc.py", line 823, in cached_result
      result2 = fn(self2, cr, *args[:self.skiparg-2], **kwargs2)
    File "/opt/openerp/server/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 product.group_product_manager

  I found some similar errors here, but most of them were really old and
  should be solved according to what I read.

  Any ideas on that?

  Thank you in advance
  Bye, Chris

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/908795/+subscriptions


Follow ups

References