Skip to Content
Menu
This question has been flagged
1150 Views

Hi! Can anybody provide a hint as to how I can resolve this error that pops up whenever I go to Translations tab inside Studio? Somehow it only happens in the Transfer screens and not in any other app. Below is the error message.

Error:
Odoo Server Error
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/odoo/http.py", line 656, in _handle_exception
    return super(JsonRequest, self)._handle_exception(exception)
  File "/usr/lib/python3/dist-packages/odoo/http.py", line 314, in _handle_exception
    raise pycompat.reraise(type(exception), exception, sys.exc_info()[2])
  File "/usr/lib/python3/dist-packages/odoo/tools/pycompat.py", line 87, in reraise
    raise value
  File "/usr/lib/python3/dist-packages/odoo/http.py", line 698, in dispatch
    result = self._call_function(**self.params)
  File "/usr/lib/python3/dist-packages/odoo/http.py", line 346, in _call_function
    return checked_call(self.db, *args, **kwargs)
  File "/usr/lib/python3/dist-packages/odoo/service/model.py", line 97, in wrapper
    return f(dbname, *args, **kwargs)
  File "/usr/lib/python3/dist-packages/odoo/http.py", line 339, in checked_call
    result = self.endpoint(*a, **kw)
  File "/usr/lib/python3/dist-packages/odoo/http.py", line 941, in __call__
    return self.method(*args, **kw)
  File "/usr/lib/python3/dist-packages/odoo/http.py", line 519, in response_wrap
    response = f(*args, **kw)
  File "/usr/lib/python3/dist-packages/odoo/addons/web_studio/controllers/main.py", line 34, in get_studio_action
    action = getattr(self, '_get_studio_action_' + action_name)(model, view_id=view_id, view_type=view_type)
  File "/usr/lib/python3/dist-packages/odoo/addons/web_studio/controllers/main.py", line 154, in _get_studio_action_translations
    domain += insert_missing(fld, record)
  File "/usr/lib/python3/dist-packages/odoo/addons/web_studio/controllers/main.py", line 141, in insert_missing
    assert fld.translate and rec._name == fld.model_name
AssertionError 
Avatar
Discard