Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

odoo V11 - SAAS saas_portal installation error invalid syntax #844

Open
ShivaGuntuku opened this issue Oct 10, 2019 · 0 comments
Open

odoo V11 - SAAS saas_portal installation error invalid syntax #844

ShivaGuntuku opened this issue Oct 10, 2019 · 0 comments

Comments

@ShivaGuntuku
Copy link

ShivaGuntuku commented Oct 10, 2019

Traceback (most recent call last):
File "/usr/local/lib/python3.7/dist-packages/werkzeug/serving.py", line 270, in run_wsgi
execute(self.server.app)
File "/usr/local/lib/python3.7/dist-packages/werkzeug/serving.py", line 258, in execute
application_iter = app(environ, start_response)
File "/odoo11/odoo11-server/odoo/service/server.py", line 319, in app
return self.app(e, s)
File "/odoo11/odoo11-server/odoo/service/wsgi_server.py", line 166, in application
return application_unproxied(environ, start_response)
File "/odoo11/odoo11-server/odoo/service/wsgi_server.py", line 154, in application_unproxied
result = handler(environ, start_response)
File "/odoo11/odoo11-server/odoo/http.py", line 1320, in call
self.load_addons()
File "/odoo11/odoo11-server/odoo/http.py", line 1352, in load_addons
m = import('odoo.addons.' + module)
File "", line 983, in _find_and_load

File "", line 967, in _find_and_load_unlocked

File "", line 668, in _load_unlocked

File "", line 638, in _load_backward_compatible

File "/odoo11/odoo11-server/odoo/modules/module.py", line 82, in load_module
exec(open(modfile, 'rb').read(), new_mod.dict)
File "", line 2, in

File "/odoo11/custom/odoo-saas-tools/saas_portal/models/init.py", line 2, in
from . import saas_portal
File "/odoo11/custom/odoo-saas-tools/saas_portal/models/saas_portal.py", line 291
trial=False, support_team_id=None, async=None):
^
SyntaxError: invalid syntax


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant