← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 732598] [NEW] cannot create db without demo data due to Wiki

 

Public bug reported:

to test : 
- create a db without demo data. Configure through configuration wizard. 
- install all application 
- check all checkboxes of all wizard click configure
- In the Knowledge Application Configuration : bug 


The operation cannot be completed, probably due to the following: - deletion: you may be trying to delete a record while other records still reference it - creation/update: a mandatory field is not correctly set [object with reference: return217 - return217]

If you try to close yhis error and configure again : 
Traceback (most recent call last):
  File "/home/aline/openerp/trunk/server/openerp/netsvc.py", line 410, in dispatch
    result = ExportService.getService(service_name).dispatch(method, auth, params)
  File "/home/aline/openerp/trunk/server/openerp/service/web_services.py", line 598, in dispatch
    res = fn(db, uid, *params)
  File "/home/aline/openerp/trunk/server/openerp/osv/osv.py", line 122, in wrapper
    return f(self, dbname, *args, **kwargs)
  File "/home/aline/openerp/trunk/server/openerp/osv/osv.py", line 176, in execute
    res = self.execute_cr(cr, uid, obj, method, *args, **kw)
  File "/home/aline/openerp/trunk/server/openerp/osv/osv.py", line 167, in execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
  File "/home/aline/openerp/trunk/server/openerp/osv/orm.py", line 1977, in write
    self.datas[object_id].update(vals2)
KeyError: 1

** Affects: openobject-client-web
     Importance: High
     Assignee: OpenERP SA's Web Client R&D (openerp-dev-web)
         Status: Confirmed

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

Title:
  cannot create db without demo data due to Wiki

Status in OpenERP Web Client:
  Confirmed

Bug description:
  to test : 
  - create a db without demo data. Configure through configuration wizard. 
  - install all application 
  - check all checkboxes of all wizard click configure
  - In the Knowledge Application Configuration : bug 

  
  The operation cannot be completed, probably due to the following: - deletion: you may be trying to delete a record while other records still reference it - creation/update: a mandatory field is not correctly set [object with reference: return217 - return217]

  If you try to close yhis error and configure again : 
  Traceback (most recent call last):
    File "/home/aline/openerp/trunk/server/openerp/netsvc.py", line 410, in dispatch
      result = ExportService.getService(service_name).dispatch(method, auth, params)
    File "/home/aline/openerp/trunk/server/openerp/service/web_services.py", line 598, in dispatch
      res = fn(db, uid, *params)
    File "/home/aline/openerp/trunk/server/openerp/osv/osv.py", line 122, in wrapper
      return f(self, dbname, *args, **kwargs)
    File "/home/aline/openerp/trunk/server/openerp/osv/osv.py", line 176, in execute
      res = self.execute_cr(cr, uid, obj, method, *args, **kw)
    File "/home/aline/openerp/trunk/server/openerp/osv/osv.py", line 167, in execute_cr
      return getattr(object, method)(cr, uid, *args, **kw)
    File "/home/aline/openerp/trunk/server/openerp/osv/orm.py", line 1977, in write
      self.datas[object_id].update(vals2)
  KeyError: 1



Follow ups

References