I have already succeed to install openerp7, but when I restart openerp-server, I can't login again. I get this error:
...
File "/opt/openerp/v7/server/openerp/tools/safe_eval.py", line 158, in test_expr
code_obj = compile(expr, "", mode)
File "<string>", line 25
'author': 'Odoo Indonesia,
^
SyntaxError: EOL while scanning string literal
Before I restarted openerp-server, when I logged in, I got this error:
value error : invalid field....
And I got several similar errors. I'm thinking, how is possible that after restarting the server, suddenly I can't log in again.
Odoo Indonesia
and check if the string of the author in the file__openerp__.py
is correct. You can remove them if you don't need them to avoid the error – ChesuCR