Cannot log in to odoo server
I study about odoo specificly in create data in odoo now. I try for transfer backup database file from other device to my localhost but got error when i try login. In web it says
Internal Server Error
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.
When i try look in odoo file log inside odoo folder, i got this error
Error to render compiling AST
AttributeError: 'res.users' object has no attribute 'sidebar_type'
Template: 178
Path: /templates/t/t/t[4]
Node: <t t-set="body_classname" t-value="'o_web_client mk_sidebar_type_' +
request.env.user.sidebar_type or 'large'"/> - - -
I also still learn python so i dont really understand how to solve this problem. Can anyone provide me how to solve this?
Comments
Post a Comment