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

Modules marked as uninstalled, server fails to start

Suscribirse

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

Se marcó esta pregunta
installationservermodulesuninstallbroken
2 Respuestas
6684 Vistas
Avatar
Gregor Rosenauer

While streamlining my nicely working Odoo 9.0c nightly installation, I wanted to uninstall unneeded modules that would just confuse the user, in this case, the discussion module.

Sadly, I hit a real bug here, and broke my installation (at least temporarily).

After clicking "uninstall" in the apps list (running in developer mode since I wanted to install another module and update the list later), a dialog came up that listed a lot of core modules that would be uninstalled along with the discussion module (sales, crm,... - it's really beyond me why it would be related in any way!).

So I *bailed out* of the dialog by clicking the close icon (I should probably have explicitly clicked on "Cancel").

After that, I saw all modules that were listed as dependant and that would be removed along with Discussions module marked for deinstallation.

I started enabling them again, one by one, by hand - but at some point, the web interface stopped working, and restarting the server just gave me this error:

    ParseError: "The ID "sales_team.team_sales_department" refers to an uninstalled module" while parsing /usr/lib/python2.7/dist-packages/openerp/addons/crm/crm_data.xml:16, near

<record model="crm.team" id="sales_team.team_sales_department">

<field name="use_leads">True</field>

<field name="alias_name">sales</field>

</record>


How can I rescue my installation? I've invested quite some work into it, including importing data etc., and while my database is still OK, I don't want to go through it again, also sadly have no backup of the Odoo installation:(

Using Debian Linux 8.3/testing with latest nightly as of today and PostgreSQL 9.5.

0
Avatar
Descartar
Avatar
Motez
Mejor respuesta

Try to restart your server with --update=all option. This should fix it for you

1
Avatar
Descartar
Avatar
Gregor Rosenauer
Autor Mejor respuesta

Thanks for the quick response, awesome it worked! You saved my day (or night;)

I've raised https://github.com/odoo/odoo/issues/11399, as closing the dialog means cancel, it should never have marked the modules for uninstall...

0
Avatar
Descartar
Damien Bouvy (dbo)

Quite right about the bug report, this is indeed really bad imho. Concerning the dependency, nearly all standard apps (besides board, which is just a view; and lunch, which is... well lunch) depends on Discuss (mail) for integrating the chatters (the message threads for sales orders, invoices, etc.). You'll never be able to remove it, I'm afraid. You could always hide the menu though...

Motez

Glad it helped you :)

¿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
is "Update Module List" from command line possible? Resuelto
installation server modules v7 linux
Avatar
Avatar
6
ene 20
22162
Install and uninstall custom module Resuelto
installation modules uninstall init manifest
Avatar
Avatar
1
nov 19
5789
Odoo ester module taking too long to be downloaded
installation modules
Avatar
Avatar
1
mar 24
2255
Key error uninstalling custom module in Odoo v8
modules uninstall
Avatar
Avatar
Avatar
2
may 21
10467
I created a new module in pycharm and when i try to install it from odoo i get this error:
installation modules
Avatar
Avatar
2
jul 20
4979
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