c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #14159
[Bug 708533] Re: Problems open user view with CRM installed
Hello Nicola,
Would you please explain me that have you customise this view?
Because I don't found view "crm.view_users_form_simple_modif_inherited2" in official addons.
Thanks.
** Changed in: openobject-addons
Status: New => Incomplete
--
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'
Follow ups
References