← Back to team overview

openerp-india team mailing list archive

[Bug 1092531] Re: Cannot configure document module

 

The problem occured on revision 8429 of addons but seems to be resolved from the rev 8431.
I will check again in few minutes before closing the bug. 

Thanks to all,

API

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1092531

Title:
  Cannot configure document module

Status in OpenERP Addons (modules):
  Confirmed

Bug description:
  Addons revno 8429

  After installation of the document module, when I click on 'Next' on
  the first wizard, I have this traceback.

  Server Traceback (most recent call last):
    File "/home/qt/Development/OpenERP/trunk/web/addons/web/session.py", line 87, in send
      return openerp.netsvc.dispatch_rpc(service_name, method, args)
    File "/home/qt/Development/OpenERP/trunk/server/openerp/netsvc.py", line 281, in dispatch_rpc
      result = ExportService.getService(service_name).dispatch(method, params)
    File "/home/qt/Development/OpenERP/trunk/server/openerp/service/web_services.py", line 603, in dispatch
      res = fn(db, uid, *params)
    File "/home/qt/Development/OpenERP/trunk/server/openerp/osv/osv.py", line 169, in execute_kw
      return self.execute(db, uid, obj, method, *args, **kw or {})
    File "/home/qt/Development/OpenERP/trunk/server/openerp/osv/osv.py", line 123, in wrapper
      return f(self, dbname, *args, **kwargs)
    File "/home/qt/Development/OpenERP/trunk/server/openerp/osv/osv.py", line 179, in execute
      res = self.execute_cr(cr, uid, obj, method, *args, **kw)
    File "/home/qt/Development/OpenERP/trunk/server/openerp/osv/osv.py", line 166, in execute_cr
      return getattr(object, method)(cr, uid, *args, **kw)
    File "/home/qt/Development/OpenERP/trunk/server/openerp/addons/base/res/res_config.py", line 122, in action_next
      next = self.execute(cr, uid, ids, context=context)
    File "/home/qt/Development/OpenERP/trunk/addons/document/wizard/document_configuration.py", line 85, in execute
      dir_data_id = data_pool._get_id(cr, uid, 'document', 'dir_product')
    File "/home/qt/Development/OpenERP/trunk/server/openerp/tools/cache.py", line 18, in lookup
      r = self.lookup(self2, cr, *args)
    File "/home/qt/Development/OpenERP/trunk/server/openerp/tools/cache.py", line 46, in lookup
      value = d[key] = self.method(self2, cr, *args)
    File "/home/qt/Development/OpenERP/trunk/server/openerp/addons/base/ir/ir_model.py", line 854, in _get_id
      raise ValueError('No such external ID currently defined in the system: %s.%s' % (module, xml_id))
  ValueError: No such external ID currently defined in the system: document.dir_product

  
  Thanks for the support.

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


References