Hello Aline, I have tested your scenario but can not reproduce any error. I have checked with the following revisions. - server=3367 - web-client=4608 - addons=4513
Please update your code and check again. If error occurs than correct me. I have attached video for your reference. Thanks. ** Attachment added: "create_db_in_chrome.ogv" https://bugs.launchpad.net/openobject-client-web/+bug/732598/+attachment/1900536/+files/create_db_in_chrome.ogv ** Changed in: openobject-client-web Status: Confirmed => Invalid -- You received this bug notification because you are a member of OpenERP SA's Web Client R&D, which is a bug assignee. https://bugs.launchpad.net/bugs/732598 Title: cannot create db without demo data due to Wiki Status in OpenERP Web Client: Invalid 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 _______________________________________________ Mailing list: https://launchpad.net/~openerp-dev-web Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-dev-web More help : https://help.launchpad.net/ListHelp

