Coder Social home page Coder Social logo

Comments (8)

mga-odoo avatar mga-odoo commented on June 17, 2024

expecting external addons path, for me its works like ./openerp-server --addons-path=addons, seems bug with ./openerp-server because

./openerp-server and ./openerp-server --addons-path=addons showing same addons paths.

until the fix you can use ./openerp-server --addons-path=addons

from odoo.

JanisJanis avatar JanisJanis commented on June 17, 2024

Thanks Mantavya, it helped.
But issue, of course, is still actual.

from odoo.

levelibeeka avatar levelibeeka commented on June 17, 2024

Thanks, it helped.

from odoo.

shesio avatar shesio commented on June 17, 2024

Thanks,it works

from odoo.

AshayTikekar avatar AshayTikekar commented on June 17, 2024

thanks it works:-)

from odoo.

herupw avatar herupw commented on June 17, 2024

Hi, I am getting this error when is start the services

2018-04-12 08:43:22,812 4465 INFO ? odoo: database: odoo10@localhost:5432
2018-04-12 08:43:23,024 4465 CRITICAL ? odoo.modules.module: Couldn't load module web
2018-04-12 08:43:23,024 4465 CRITICAL ? odoo.modules.module: No module named web
2018-04-12 08:43:23,024 4465 ERROR ? odoo.service.server: Failed to load server-wide module web.
The web module is provided by the addons found in the openerp-web project.
Maybe you forgot to add those addons in your addons_path configuration.
Traceback (most recent call last):
File "/home/heru/odoo-dev/odoo/odoo/service/server.py", line 851, in load_server_wide_modules
odoo.modules.module.load_openerp_module(m)
File "/home/heru/odoo-dev/odoo/odoo/modules/module.py", line 367, in load_openerp_module
import('odoo.addons.' + module_name)
File "/home/heru/odoo-dev/odoo/odoo/modules/module.py", line 60, in load_module
f, path, (_suffix, mode, type) = imp.find_module(addon_name, ad_paths)
ImportError: No module named web
2018-04-12 08:43:23,049 4465 CRITICAL ? odoo.modules.module: Couldn't load module web_kanban
2018-04-12 08:43:23,049 4465 CRITICAL ? odoo.modules.module: No module named web_kanban
2018-04-12 08:43:23,049 4465 ERROR ? odoo.service.server: Failed to load server-wide module web_kanban.
Traceback (most recent call last):
File "/home/heru/odoo-dev/odoo/odoo/service/server.py", line 851, in load_server_wide_modules
odoo.modules.module.load_openerp_module(m)
File "/home/heru/odoo-dev/odoo/odoo/modules/module.py", line 367, in load_openerp_module
import('odoo.addons.' + module_name)
File "/home/heru/odoo-dev/odoo/odoo/modules/module.py", line 60, in load_module
f, path, (_suffix, mode, type) = imp.find_module(addon_name, ad_paths)
ImportError: No module named web_kanban

Please, who can help me

from odoo.

Yenthe666 avatar Yenthe666 commented on June 17, 2024

@herupw Odoo cannot find the app web_kanban in your Odoo instance. Please add it or correct your Odoo paths.

from odoo.

Gelson15 avatar Gelson15 commented on June 17, 2024

When I start the service I'm getting this error:

lling from binary please use "pip install psycopg2-binary" instead. For details see: http://initd.org/psycopg/docs/install.html#binary-install-from-pypi.
""")
2018-07-27 10:14:11,684 5881 INFO ? odoo: Odoo version 11.0
2018-07-27 10:14:11,685 5881 INFO ? odoo: addons paths: ['/home/programador/.local/share/Odoo/addons/11.0', '/opt/odoo/odoo/odoo/addons', '/opt/odoo/odoo/addons']
2018-07-27 10:14:11,685 5881 INFO ? odoo: database: default@default:default
2018-07-27 10:14:11,695 5881 CRITICAL ? odoo.modules.module: Couldn't load module web
2018-07-27 10:14:11,695 5881 CRITICAL ? odoo.modules.module: 'post_load'
2018-07-27 10:14:11,695 5881 ERROR ? odoo.service.server: Failed to load server-wide module web.
The web module is provided by the addons found in the openerp-web project.
Maybe you forgot to add those addons in your addons_path configuration.
Traceback (most recent call last):
File "/opt/odoo/odoo/odoo/service/server.py", line 866, in load_server_wide_modules
odoo.modules.module.load_openerp_module(m)
File "/opt/odoo/odoo/odoo/modules/module.py", line 374, in load_openerp_module
if info['post_load']:
KeyError: 'post_load'
2018-07-27 10:14:11,700 5881 INFO ? odoo.service.server: HTTP service (werkzeug) running on programador-Latitude-E6420:8069
2018-07-27 10:14:11,788 5881 INFO ? odoo.addons.base.ir.ir_actions_report: Will use the Wkhtmltopdf binary at /usr/local/bin/wkhtmltopdf
Exception in thread odoo.service.cron.cron0:
Traceback (most recent call last):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 862, in run
self._target(*self._args, **self._kwargs)
File "/opt/odoo/odoo/odoo/service/server.py", line 242, in target
self.cron_thread(i)
File "/opt/odoo/odoo/odoo/service/server.py", line 216, in cron_thread
from odoo.addons.base.ir.ir_cron import ir_cron
File "", line 969, in _find_and_load
File "", line 958, in _find_and_load_unlocked
File "", line 664, in _load_unlocked
File "", line 634, in _load_backward_compatible
File "/opt/odoo/odoo/odoo/modules/module.py", line 82, in load_module
exec(open(modfile, 'rb').read(), new_mod.dict)
File "", line 4, in
File "/opt/odoo/odoo/odoo/addons/base/ir/init.py", line 11, in
from . import ir_cron
File "/opt/odoo/odoo/odoo/addons/base/ir/ir_cron.py", line 17, in
BASE_VERSION = odoo.modules.load_information_from_description_file('base')['version']
KeyError: 'version'

Exception in thread odoo.service.cron.cron1:
Traceback (most recent call last):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 862, in run
self._target(*self._args, **self._kwargs)
File "/opt/odoo/odoo/odoo/service/server.py", line 242, in target
self.cron_thread(i)
File "/opt/odoo/odoo/odoo/service/server.py", line 216, in cron_thread
from odoo.addons.base.ir.ir_cron import ir_cron
File "/opt/odoo/odoo/odoo/addons/base/ir/init.py", line 11, in
from . import ir_cron
File "/opt/odoo/odoo/odoo/addons/base/ir/ir_cron.py", line 17, in
BASE_VERSION = odoo.modules.load_information_from_description_file('base')['version']
KeyError: 'version'

Please, who can help me

from odoo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.