Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hi, I receive error while installing theme. #96

Open
AURANGZEBB opened this issue Feb 24, 2020 · 0 comments
Open

Hi, I receive error while installing theme. #96

AURANGZEBB opened this issue Feb 24, 2020 · 0 comments

Comments

@AURANGZEBB
Copy link

Traceback (most recent call last):
File "/opt/odoo10/odoo/http.py", line 642, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/opt/odoo10/odoo/http.py", line 684, in dispatch
result = self._call_function(**self.params)
File "/opt/odoo10/odoo/http.py", line 334, in _call_function
return checked_call(self.db, *args, **kwargs)
File "/opt/odoo10/odoo/service/model.py", line 101, in wrapper
return f(dbname, *args, **kwargs)
File "/opt/odoo10/odoo/http.py", line 327, in checked_call
result = self.endpoint(*a, **kw)
File "/opt/odoo10/odoo/http.py", line 942, in call
return self.method(*args, **kw)
File "/opt/odoo10/odoo/http.py", line 507, in response_wrap
response = f(*args, **kw)
File "/opt/odoo10/addons/web/controllers/main.py", line 899, in call_button
action = self._call_kw(model, method, args, {})
File "/opt/odoo10/addons/web/controllers/main.py", line 887, in _call_kw
return call_kw(request.env[model], method, args, kwargs)
File "/opt/odoo10/odoo/api.py", line 689, in call_kw
return call_kw_multi(method, model, args, kwargs)
File "/opt/odoo10/odoo/api.py", line 680, in call_kw_multi
result = method(recs, *args, **kwargs)
File "/opt/odoo10/odoo/addons/base/module/module.py", line 413, in button_immediate_install
return self._button_immediate_function(type(self).button_install)
File "/opt/odoo10/odoo/addons/base/module/module.py", line 495, in _button_immediate_function
modules.registry.Registry.new(self._cr.dbname, update_module=True)
File "/opt/odoo10/odoo/modules/registry.py", line 83, in new
odoo.modules.load_modules(registry._db, force_demo, status, update_module)
File "/opt/odoo10/odoo/modules/loading.py", line 377, in load_modules
loaded_modules, update_module, models_to_check)
File "/opt/odoo10/odoo/modules/loading.py", line 270, in load_marked_modules
perform_checks=perform_checks, models_to_check=models_to_check
File "/opt/odoo10/odoo/modules/loading.py", line 182, in load_module_graph
_load_data(cr, module_name, idref, mode, kind='data')
File "/opt/odoo10/odoo/modules/loading.py", line 96, in _load_data
tools.convert_file(cr, module_name, filename, idref, mode, noupdate, kind, report)
File "/opt/odoo10/odoo/tools/convert.py", line 846, in convert_file
convert_xml_import(cr, module, fp, idref, mode, noupdate, report)
File "/opt/odoo10/odoo/tools/convert.py", line 916, in convert_xml_import
obj.parse(doc.getroot(), mode=mode)
File "/opt/odoo10/odoo/tools/convert.py", line 800, in parse
self._tags[rec.tag](rec, de, mode=mode)
File "/opt/odoo10/odoo/tools/convert.py", line 708, in _tag_record
id = self.env(context=rec_context)['ir.model.data']._update(rec_model, self.module, res, rec_id or False, not self.isnoupdate(data_node), noupdate=self.isnoupdate(data_node), mode=self.mode)
File "/opt/odoo10/odoo/addons/base/ir/ir_model.py", line 1252, in _update
record = record.create(values)
File "/opt/odoo10/odoo/addons/base/ir/ir_ui_view.py", line 365, in create
return super(View, self).create(self._compute_defaults(values))
File "/opt/odoo10/odoo/models.py", line 3884, in create
self._fields[key].determine_inverse(record)
File "/opt/odoo10/odoo/fields.py", line 1064, in determine_inverse
getattr(records, self.inverse)()
File "/opt/odoo10/odoo/addons/base/ir/ir_ui_view.py", line 220, in _inverse_arch
view.write(data)
File "/opt/odoo10/odoo/addons/base/ir/ir_ui_view.py", line 383, in write
return super(View, self).write(self._compute_defaults(vals))
File "/opt/odoo10/odoo/models.py", line 3592, in write
self._write(old_vals)
File "/opt/odoo10/odoo/models.py", line 3761, in _write
self._validate_fields(vals)
File "/opt/odoo10/odoo/models.py", line 1083, in validate_fields
raise ValidationError("%s\n\n%s" % (
("Error while validating constraint"), tools.ustr(e)))
ParseError: "Error while validating constraint

Field chatter_position does not exist

Error context:
View res.users form
[view_id: 779, xml_id: n/a, model: res.users, parent_id: 157]
None" while parsing /opt/odoo10/custom_addons/web_responsive/views/res_users.xml:9, near

res.users






Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant