Ir al contenido
Odoo Menú
  • Identificarse
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • TPV para tiendas
    • TPV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en directo
    • eLearning
    Cadena de suministro
    • Inventario
    • Fabricación
    • PLM
    • Compra
    • Mantenimiento
    • Calidad
    Recursos Humanos
    • Empleados
    • Reclutamiento
    • Ausencias
    • Evaluación
    • Referencias
    • Flota
    Marketing
    • Marketing social
    • Marketing por correo electrónico
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyecto
    • Partes de horas
    • Servicio de campo
    • Servicio de asistencia
    • Planificación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Conocimientos
    • WhatsApp
    Aplicaciones de terceros Studio de Odoo Plataforma de Odoo Cloud
  • Industrias
    Comercio al por menor
    • Librería
    • Tienda de ropa
    • Tienda de muebles
    • Tienda de ultramarinos
    • Ferretería
    • Juguetería
    Alimentación y hostelería
    • Bar y taberna
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidor de bebidas
    • Hotel
    Inmueble
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión inmobiliaria
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Empresa contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Fabricación
    • Textil
    • Metal
    • Muebles
    • Alimentos
    • Brewery
    • Regalos de empresas
    Salud y bienestar
    • Club deportivo
    • Óptica
    • Gimnasio
    • Terapeutas
    • Farmacia
    • Peluquería
    Oficios
    • Handyman
    • Hardware y asistencia informática
    • Sistemas de energía solar
    • Zapatero
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin ánimo de lucro
    • Agencia de protección del medio ambiente
    • Alquiler de paneles publicitarios
    • Estudio fotográfico
    • Alquiler de bicicletas
    • Distribuidor de software
    Browse all Industries
  • Comunidad
    Aprender
    • Tutoriales
    • Documentación
    • Certificaciones
    • Formación
    • Blog
    • Podcast
    Potenciar la educación
    • Programa de formación
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtener el software
    • Descargar
    • Comparar ediciones
    • Versiones
    Colaborar
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Convertirse en partner
    • Services for Partners
    • Registrar tu empresa contable
    Obtener servicios
    • Encontrar un partner
    • Encontrar un asesor fiscal
    • Contacta con un experto
    • Servicios de implementación
    • Referencias de clientes
    • Ayuda
    • Actualizaciones
    GitHub YouTube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicitar una demostración
  • Precios
  • Ayuda

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Contabilidad
  • Inventario
  • PoS
  • Proyecto
  • MRP
All apps
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Ayuda

openerp.service: Failed to load server-wide module `web`

Suscribirse

Reciba una notificación cuando haya actividad en esta publicación

Se marcó esta pregunta
ubuntuopenerp7
4 Respuestas
32043 Vistas
Avatar
Rihene

Hi Friends!!!

Please, i want to return working with OpenERP7.

The problem is that when i run it on my machine i got this error:


2015-08-11 09:41:44,511 4528 INFO ? openerp: addons paths: /opt/openerp/v7/server/openerp/addons

2015-08-11 09:41:44,512 4528 INFO ? openerp: database hostname: localhost

2015-08-11 09:41:44,512 4528 INFO ? openerp: database port: 5432

2015-08-11 09:41:44,512 4528 INFO ? openerp: database user: rihene

2015-08-11 09:41:44,512 4528 WARNING ? openerp.modules.module: module web: module not found

2015-08-11 09:41:44,513 4528 CRITICAL ? openerp.modules.module: Couldn't load module web

2015-08-11 09:41:44,513 4528 CRITICAL ? openerp.modules.module: No module named web

2015-08-11 09:41:44,513 4528 ERROR ? openerp.service: 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/openerp/v7/server/openerp/service/__init__.py", line 60, in load_server_wide_modules

openerp.modules.module.load_openerp_module(m)

File "/opt/openerp/v7/server/openerp/modules/module.py", line 405, in load_openerp_module

__import__('openerp.addons.' + module_name)

File "/opt/openerp/v7/server/openerp/modules/module.py", line 132, in load_module

f, path, descr = imp.find_module(module_part, ad_paths)

ImportError: No module named web

2015-08-11 09:41:44,513 4528 WARNING ? openerp.modules.module: module web_kanban: module not found

2015-08-11 09:41:44,513 4528 CRITICAL ? openerp.modules.module: Couldn't load module web_kanban

2015-08-11 09:41:44,513 4528 CRITICAL ? openerp.modules.module: No module named web_kanban

2015-08-11 09:41:44,513 4528 ERROR ? openerp.service: Failed to load server-wide module `web_kanban`.

Traceback (most recent call last):

File "/opt/openerp/v7/server/openerp/service/__init__.py", line 60, in load_server_wide_modules

openerp.modules.module.load_openerp_module(m)

File "/opt/openerp/v7/server/openerp/modules/module.py", line 405, in load_openerp_module

__import__('openerp.addons.' + module_name)

File "/opt/openerp/v7/server/openerp/modules/module.py", line 132, in load_module

f, path, descr = imp.find_module(module_part, ad_paths)

ImportError: No module named web_kanban

2015-08-11 09:41:44,518 4528 INFO ? openerp.service.wsgi_server: HTTP service (werkzeug) running on 0.0.0.0:8069

2015-08-11 09:41:44,518 4528 INFO ? openerp: OpenERP server is running, waiting for connections...

2015-08-11 09:41:50,295 4528 INFO ? werkzeug: 127.0.0.1 - - [11/Aug/2015 09:41:50] "GET / HTTP/1.1" 404 -

Here is my openerp-server.conf file:


[options]

; This is the password that allows database operations:

; admin_passwd = admin

db_host = False

db_port = False

db_user = ubuntu

db_password = False

addons_path = /opt/openerp/v7/addons,/opt/openerp/v7/web/addons, /opt/openerp/v7/web/addons/web_kanban

Please, who can help me.

Regards.

1
Avatar
Descartar
Avatar
Rihene
Autor Mejor respuesta

I found the solution Guys!!

Now everything work fine:

So i have deleted the addons and redownload them from https://www.odoo.com/fr_FR/page/download.

And my openerp_server.conf file is:

[options]

; This is the password that allows database operations:

; admin_passwd = admin

db_host = localhost

db_port = 5432

db_user = odoo

db_password = odoo

addons_path = /opt/openerp/v7/addons

Regards.

0
Avatar
Descartar
Avatar
Serpent Consulting Services Pvt. Ltd.
Mejor respuesta

Hello,

/opt/openerp/v7/addons,/opt/openerp/v7/web/addons  should be right. Make sure you have the modules under these path and the files have enough access.

Thanks.

0
Avatar
Descartar
Rihene
Autor

I have made sure that i have the modules under these path but it still NOT WORKING :/

Serpent Consulting Services Pvt. Ltd.

Your config file is not being considered. See the first line:2015-08-11 09:41:44,511 4528 INFO ? openerp: addons paths: /opt/openerp/v7/server/openerp/addons ...Says your config file is not being taken into consideration. Make sure you pass the right config file while starting the server.

¿Le interesa esta conversación? ¡Participe en ella!

Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.

Inscribirse
Publicaciones relacionadas Respuestas Vistas Actividad
No handler found. Help Help Help Resuelto
ubuntu openerp7
Avatar
Avatar
Avatar
3
ago 15
4559
Error: NameError: name 'field' is not defined
openerp7
Avatar
Avatar
Avatar
2
may 22
35168
plotly.io.to_image not working within odoo 14 on Ubuntu 20.04 server
ubuntu
Avatar
0
feb 22
4672
How to add "meta viewport" tag in OpenERP v7.0?
openerp7
Avatar
0
mar 19
4972
return eval(test_expr(expr, _SAFE_OPCODES, mode=mode), globals_dict, locals_dict)
openerp7
Avatar
0
ene 19
6129
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento Odoo.sh
  • Ayuda
  • Actualizar
  • Desarrollos personalizados
  • Educación
  • Encontrar un asesor fiscal
  • Encontrar un partner
  • Convertirse en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contacta con nosotros
  • Puestos de trabajo
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Información legal • Privacidad
  • Seguridad
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo es un conjunto de aplicaciones de código abierto que cubren todas las necesidades de tu empresa: CRM, comercio electrónico, contabilidad, inventario, punto de venta, gestión de proyectos, etc.

La propuesta única de valor de Odoo es ser muy fácil de usar y totalmente integrado.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now