← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 818325] Re: ValueError: No references to crm.group_crm_user

 

Hello Phong,

Yes, In version6 crm.group_crm_user have changes to
"base.group_sale_salesman" because we have merged to "Sale/User" and
"Crm/User" in to only "Sales / User" and which 's xml id is
"base.group_sale_salesman".

So when you install any module from extra-addons which have
crm.group_crm_user in xml file or csv file you have faced the above
trace back which you have described in bug report.

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.

Thanks for understanding!

** 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/818325

Title:
  ValueError: No references to crm.group_crm_user

Status in OpenERP Modules (addons):
  Won't Fix

Bug description:
  What crm.group_crm_user group has been changed to?

  Traceback (most recent call last):
    File "/var/local/software/openerp-6.0-trunk-20110712-1834/server/bin/netsvc.py", line 489, in dispatch
      result = ExportService.getService(service_name).dispatch(method, auth, params)
    File "/var/local/software/openerp-6.0-trunk-20110712-1834/server/bin/service/web_services.py", line 599, in dispatch
      res = fn(db, uid, *params)
    File "/var/local/software/openerp-6.0-trunk-20110712-1834/server/bin/osv/osv.py", line 122, in wrapper
      return f(self, dbname, *args, **kwargs)
    File "/var/local/software/openerp-6.0-trunk-20110712-1834/server/bin/osv/osv.py", line 176, in execute
      res = self.execute_cr(cr, uid, obj, method, *args, **kw)
    File "/var/local/software/openerp-6.0-trunk-20110712-1834/server/bin/osv/osv.py", line 167, in execute_cr
      return getattr(object, method)(cr, uid, *args, **kw)
    File "/var/local/software/6.0-trunk/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 "/var/local/software/openerp-6.0-trunk-20110712-1834/server/bin/pooler.py", line 60, in restart_pool
      return get_db_and_pool(db_name, force_demo, status, update_module=update_module)
    File "/var/local/software/openerp-6.0-trunk-20110712-1834/server/bin/pooler.py", line 39, in get_db_and_pool
      addons.load_modules(db, force_demo, status, update_module)
    File "/var/local/software/openerp-6.0-trunk-20110712-1834/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 "/var/local/software/openerp-6.0-trunk-20110712-1834/server/bin/addons/__init__.py", line 748, in load_module_graph
      load_init_update_xml(cr, m, idref, mode, kind)
    File "/var/local/software/openerp-6.0-trunk-20110712-1834/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 "/var/local/software/openerp-6.0-trunk-20110712-1834/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 "/var/local/software/openerp-6.0-trunk-20110712-1834/server/bin/osv/orm.py", line 870, in import_data
      process_liness(self, datas, [], current_module, self._name, fields_def, position=position)
    File "/var/local/software/openerp-6.0-trunk-20110712-1834/server/bin/osv/orm.py", line 820, in process_liness
      res = _get_id(relation, line[i], current_module, mode)
    File "/var/local/software/openerp-6.0-trunk-20110712-1834/server/bin/osv/orm.py", line 734, in _get_id
      record_id = ir_model_data_obj._get_id(cr, uid, module, xml_id)
    File "/var/local/software/openerp-6.0-trunk-20110712-1834/server/bin/tools/misc.py", line 823, in cached_result
      result2 = fn(self2, cr, *args[:self.skiparg-2], **kwargs2)
    File "/var/local/software/6.0-trunk/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 crm.group_crm_user

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


References