Error trying to runbot runbot in odoo container 10

0

After downloading the addon of runbot when placing it in the addons folder of odoo it stops working, it does not finish loading related to the front end.

For its part in the log of the odoo gives me the following error.

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 "/usr/lib/python2.7/dist-packages/odoo/service/server.py", line 247, in app
return self.app(e, s)
File "/usr/lib/python2.7/dist-packages/odoo/service/wsgi_server.py", line 186, in application
return application_unproxied(environ, start_response)
File "/usr/lib/python2.7/dist-packages/odoo/service/wsgi_server.py", line 172, in application_unproxied
result = handler(environ, start_response)
File "/usr/lib/python2.7/dist-packages/odoo/http.py", line 1325, in __call__
self.load_addons()
File "/usr/lib/python2.7/dist-packages/odoo/http.py", line 1346, in load_addons
m = __import__('odoo.addons.' + module)
File "/usr/lib/python2.7/dist-packages/odoo/modules/module.py", line 81, in load_module
execfile(modfile, new_mod.__dict__)
File "/mnt/extra-addons/runbot/__init__.py", line 1, in <module>
import runbot
File "/mnt/extra-addons/runbot/runbot.py", line 35, in <module>
from openerp.osv import fields, osv
File "/usr/lib/python2.7/dist-packages/odoo/modules/module.py", line 109, in load_module
mod = importlib.import_module(canonical)
File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
__import__(name)
ImportError: No module named fields

It's as if the module is not compatible, but I already tested it with an odoo 8 container and it does not work either.

    
asked by Luis Contreras 27.12.2018 в 15:11
source

0 answers