Hello,

Checked It again with openerp-7.0-20130825-231127, but still not able to
reproduce this issue, and also agree with Serpent as they mention in
comment #3. So, kindly double check it and notify us about this issue.

So, currently, I am closing this issue. But if you still have the issue
then you can reopen it with more information.

Hope you understand.

Thank you.

** Changed in: openobject-addons
       Status: Incomplete => Invalid

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

Title:
  Error after running update on the CRM module

Status in OpenERP Addons (modules):
  Invalid

Bug description:
  OpenERP Server Error
  Client Traceback (most recent call last):
    File "/usr/lib/pymodules/python2.7/openerp/addons/web/http.py", line 204, 
in dispatch
      response["result"] = method(self, **self.params)
    File "/usr/lib/pymodules/python2.7/openerp/addons/web/controllers/main.py", 
line 867, in authenticate
      req.session.authenticate(db, login, password, env)
    File "/usr/lib/pymodules/python2.7/openerp/addons/web/session.py", line 
115, in authenticate
      uid = self.proxy('common').authenticate(db, login, password, env)
    File "/usr/lib/pymodules/python2.7/openerp/addons/web/session.py", line 30, 
in proxy_method
      result = self.session.send(self.service_name, method, *args)
    File "/usr/lib/pymodules/python2.7/openerp/addons/web/session.py", line 
103, in send
      raise xmlrpclib.Fault(openerp.tools.ustr(e), formatted_info)

  
  Server Traceback (most recent call last):
    File "/usr/lib/pymodules/python2.7/openerp/addons/web/session.py", line 89, 
in send
      return openerp.netsvc.dispatch_rpc(service_name, method, args)
    File "/usr/lib/pymodules/python2.7/openerp/netsvc.py", line 292, in 
dispatch_rpc
      result = ExportService.getService(service_name).dispatch(method, params)
    File "/usr/lib/pymodules/python2.7/openerp/service/web_services.py", line 
433, in dispatch
      return fn(*params)
    File "/usr/lib/pymodules/python2.7/openerp/service/web_services.py", line 
444, in exp_authenticate
      res_users = pooler.get_pool(db).get('res.users')
    File "/usr/lib/pymodules/python2.7/openerp/pooler.py", line 49, in get_pool
      return get_db_and_pool(db_name, force_demo, status, update_module)[1]
    File "/usr/lib/pymodules/python2.7/openerp/pooler.py", line 33, in 
get_db_and_pool
      registry = RegistryManager.get(db_name, force_demo, status, update_module)
    File "/usr/lib/pymodules/python2.7/openerp/modules/registry.py", line 192, 
in get
      update_module)
    File "/usr/lib/pymodules/python2.7/openerp/modules/registry.py", line 218, 
in new
      openerp.modules.load_modules(registry.db, force_demo, status, 
update_module)
    File "/usr/lib/pymodules/python2.7/openerp/modules/loading.py", line 341, 
in load_modules
      processed = load_marked_modules(cr, graph, states_to_load, force, status, 
report, loaded_modules, update_module)
    File "/usr/lib/pymodules/python2.7/openerp/modules/loading.py", line 256, 
in load_marked_modules
      loaded, processed = load_module_graph(cr, graph, progressdict, 
report=report, skip_modules=loaded_modules, perform_checks=perform_checks)
    File "/usr/lib/pymodules/python2.7/openerp/modules/loading.py", line 188, 
in load_module_graph
      load_data(module_name, idref, mode)
    File "/usr/lib/pymodules/python2.7/openerp/modules/loading.py", line 76, in 
<lambda>
      load_data = lambda *args: _load_data(cr, *args, kind='data')
    File "/usr/lib/pymodules/python2.7/openerp/modules/loading.py", line 124, 
in _load_data
      tools.convert_xml_import(cr, module_name, fp, idref, mode, noupdate, 
report)
    File "/usr/lib/pymodules/python2.7/openerp/tools/convert.py", line 954, in 
convert_xml_import
      obj.parse(doc.getroot())
    File "/usr/lib/pymodules/python2.7/openerp/tools/convert.py", line 847, in 
parse
      self._tags[rec.tag](self.cr, rec, n)
    File "/usr/lib/pymodules/python2.7/openerp/tools/convert.py", line 814, in 
_tag_record
      id = self.pool.get('ir.model.data')._update(cr, self.uid, rec_model, 
self.module, res, rec_id or False, not self.isnoupdate(data_node), 
noupdate=self.isnoupdate(data_node), mode=self.mode, context=rec_context )
    File "/usr/lib/pymodules/python2.7/openerp/addons/base/ir/ir_model.py", 
line 937, in _update
      model_obj.write(cr, uid, [res_id], values, context=context)
    File "/usr/lib/pymodules/python2.7/openerp/addons/base/ir/ir_ui_view.py", 
line 208, in write
      return super(view, self).write(cr, uid, ids, vals, context)
    File "/usr/lib/pymodules/python2.7/openerp/osv/orm.py", line 4201, in write
      self._validate(cr, user, ids, context)
    File "/usr/lib/pymodules/python2.7/openerp/osv/orm.py", line 1544, in 
_validate
      raise except_orm('ValidateError', '\n'.join(error_msgs))
  except_orm: ('ValidateError', u'Ha ocurrido un error mientras se validaban 
los campo(s) arch: Invalid XML for View Architecture!')

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

_______________________________________________
Mailing list: https://launchpad.net/~openerp-india
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-india
More help   : https://help.launchpad.net/ListHelp

Reply via email to