← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 708533] Re: Problems open user view with CRM installed

 

Hello Nicola,

Please check it again with the stable 6.0 instead of pulling RC1 or RC2.
Because with the latest revision of stable 6.0,I am not able to reproduced it.
Check with this version and notify us whether the problem occurred or not.

Thanks.

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

Title:
  Problems open user view with CRM installed

Status in OpenERP Modules (addons):
  Incomplete

Bug description:
  Hi, 
  I've got a 6.0 yesterday updated in Ubuntu 10.4 desktop (CRM module installed)
  When I try to open user view in administration I've got this error:

  Traceback (most recent call last):
    File "/home/administrator/Launchpad/openerp/server/bin/netsvc.py", line 489, in dispatch
      result = ExportService.getService(service_name).dispatch(method, auth, params)
    File "/home/administrator/Launchpad/openerp/server/bin/service/web_services.py", line 599, in dispatch
      res = fn(db, uid, *params)
    File "/home/administrator/Launchpad/openerp/server/bin/osv/osv.py", line 122, in wrapper
      return f(self, dbname, *args, **kwargs)
    File "/home/administrator/Launchpad/openerp/server/bin/osv/osv.py", line 176, in execute
      res = self.execute_cr(cr, uid, obj, method, *args, **kw)
    File "/home/administrator/Launchpad/openerp/server/bin/osv/osv.py", line 167, in execute_cr
      return getattr(object, method)(cr, uid, *args, **kw)
    File "/home/administrator/Launchpad/openerp/server/bin/osv/orm.py", line 1590, in fields_view_get
      result['arch'] = _inherit_apply_rec(inherit_result, sql_res[3])
    File "/home/administrator/Launchpad/openerp/server/bin/osv/orm.py", line 1585, in _inherit_apply_rec
      result = _inherit_apply(result, inherit, id)
    File "/home/administrator/Launchpad/openerp/server/bin/osv/orm.py", line 1527, in _inherit_apply
      raise_view_error("Element '%s' not found in parent view '%%(parent_xml_id)s'" % tag, inherit_id)
    File "/home/administrator/Launchpad/openerp/server/bin/osv/orm.py", line 1441, in raise_view_error
      'model': self._name, })
  AttributeError: View definition error for inherited view 'crm.view_users_form_simple_modif_inherited2' on 'res.users' model: Element '<field name="password">' not found in parent view 'base.view_users_form'





References