Skip to Content
Menu
This question has been flagged
1 Reply
2055 Views

I am facing an issue that prevents me from seeing  any content after I upload some modules and rebooting as can be seen in the following pic:

http://imgur.com/a/YkVUK


2017-03-28 20:05:59,002 13 ERROR ? werkzeug: Error on request:
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/werkzeug/serving.py", line 177, in run_wsgi
    execute(self.server.app)
  File "/usr/lib/python2.7/dist-packages/werkzeug/serving.py", line 165, in execute
    application_iter = app(environ, start_response)
  File "/home/user/odoo/odoo/service/server.py", line 246, in app
    return self.app(e, s)
  File "/home/user/odoo/odoo/service/wsgi_server.py", line 184, in application
    return application_unproxied(environ, start_response)
  File "/home/user/odoo/odoo/service/wsgi_server.py", line 170, in application_unproxied
    result = handler(environ, start_response)
  File "/home/user/odoo/odoo/http.py", line 1305, in __call__
    self.load_addons()
  File "/home/user/odoo/odoo/http.py", line 1326, in load_addons
    m = __import__('odoo.addons.' + module)
  File "/home/user/odoo/odoo/modules/module.py", line 81, in load_module
    execfile(modfile, new_mod.__dict__)
  File "/home/user/odoo/addons/report_rtl/__init__.py", line 23, in <module>
    import models
ImportError: No module named models
---------------------------------------------------------------

Avatar
Discard
Best Answer

It seems that Odoo App Store has some bugs and it's not delivering the latest version of the module from the origin repo and you are not using it, you could check it here and get he right working version:

https://github.com/barsi/odoo-rtl/tree/10.0/report_rtl


Avatar
Discard
Related Posts Replies Views Activity
2
Nov 24
25098
2
May 24
5524
3
Mar 24
4964
0
Mar 24
264
3
Feb 24
11421