This question has been flagged

I've created model named x_designs using studio. So, when i try  uninstall the studio_customization it throws the below error.

Thanks in advance.

Traceback (most recent call last):
  File "/home/yash/Workspace/v14/odoo14/odoo/http.py", line 639, in _handle_exception
    return super(JsonRequest, self)._handle_exception(exception)
  File "/home/yash/Workspace/v14/odoo14/odoo/http.py", line 315, in _handle_exception
    raise exception.with_traceback(None) from new_cause
ValueError: Field x_designs.display_name cannot find dependency 'x_name' on model 'x_designs'.
Avatar
Discard
Best Answer

Hello Yash,

Try to solve it by upgrading base module after uninstalling studio_cusomization module.

After upgrading base module this error may solve.

Avatar
Discard