- CAN SOMEONE PLEASE TELL ME WHAT SPECIFICALLY COULD BE CAUSING THIS ERROR ? I AM SO LOST HERE.
`RPC_ERROR
Odoo Server Error
Traceback (most recent call last):
File "/home/odoo/odoo/odoo/ir_ui_view.py", line 1011, in _postprocess_access_rights
node.getparent().remove(node)
^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'remove'
The above server error caused the following client error:
OwlError: An error occured in the owl lifecycle (see this Error's "cause" property)
OwlError@http://localhost:8069/web/assets/7183424/web.assets_web.min.js:684:1
handleError@http://localhost:8069/web/assets/7183424/web.assets_web.min.js:916:101
handleError@http://localhost:8069/web/assets/7183424/web.assets_web.min.js:1545:29
initiateRender@http://localhost:8069/web/assets/7183424/web.assets_web.min.js:1006:19
Caused by: RPC_ERROR: Odoo Server Error
RPCError@http://localhost:8069/web/assets/7183424/web.assets_web.min.js:2885:319
makeErrorFromResponse@http://localhost:8069/web/assets/7183424/web.assets_web.min.js:2888:163
jsonrpc/promise</<@http://localhost:8069/web/assets/7183424/web.assets_web.min.js:2892:34
`