Zum Inhalt springen
Odoo Menü
  • Anmelden
  • Jetzt gratis testen
  • Apps
    Finanzen
    • Buchhaltung
    • Rechnungsstellung
    • Spesenabrechnung
    • Tabellenkalkulation (BI)
    • Dokumente
    • E-Signatur
    Vertrieb
    • CRM
    • Vertrieb
    • Kassensystem – Shop
    • Kassensystem – Restaurant
    • Abonnements
    • Vermietung
    Websites
    • Website-Builder
    • E-Commerce
    • Blog
    • Forum
    • Livechat
    • E-Learning
    Lieferkette
    • Lager
    • Fertigung
    • PLM
    • Einkauf
    • Wartung
    • Qualität
    Personalwesen
    • Mitarbeiter
    • Personalbeschaffung
    • Abwesenheiten
    • Mitarbeiterbeurteilung
    • Personalempfehlungen
    • Fuhrpark
    Marketing
    • Social Marketing
    • E-Mail-Marketing
    • SMS-Marketing
    • Veranstaltungen
    • Marketing-Automatisierung
    • Umfragen
    Dienstleistungen
    • Projekte
    • Zeiterfassung
    • Außendienst
    • Kundendienst
    • Planung
    • Termine
    Produktivität
    • Dialog
    • Genehmigungen
    • IoT
    • VoIP
    • Wissensdatenbank
    • WhatsApp
    Apps von Drittanbietern Odoo Studio Odoo Cloud-Plattform
  • Branchen
    Einzelhandel
    • Buchladen
    • Kleidergeschäft
    • Möbelhaus
    • Lebensmittelgeschäft
    • Baumarkt
    • Spielwarengeschäft
    Essen & Gastgewerbe
    • Bar und Kneipe
    • Restaurant
    • Fast Food
    • Gästehaus
    • Getränkehändler
    • Hotel
    Immobilien
    • Immobilienagentur
    • Architekturbüro
    • Baugewerbe
    • Immobilienverwaltung
    • Gartenarbeit
    • Eigentümervereinigung
    Beratung
    • Buchhaltungsfirma
    • Odoo-Partner
    • Marketingagentur
    • Anwaltskanzlei
    • Talentakquise
    • Prüfung & Zertifizierung
    Fertigung
    • Textil
    • Metall
    • Möbel
    • Speisen
    • Brauerei
    • Firmengeschenke
    Gesundheit & Fitness
    • Sportklub
    • Brillengeschäft
    • Fitnessstudio
    • Therapeut
    • Apotheke
    • Friseursalon
    Handel
    • Handyman
    • IT-Hardware & -Support
    • Solarenergiesysteme
    • Schuster
    • Reinigungsdienstleistungen
    • HLK-Dienstleistungen
    Sonstiges
    • Gemeinnützige Organisation
    • Umweltschutzagentur
    • Plakatwandvermietung
    • Fotostudio
    • Fahrrad-Leasing
    • Software-Händler
    Alle Branchen ansehen
  • Community
    Lernen
    • Tutorials
    • Dokumentation
    • Zertifizierungen
    • Schulung
    • Blog
    • Podcast
    Bildung fördern
    • Bildungsprogramm
    • Scale-Up! Planspiel
    • Odoo besuchen
    Software anfragen
    • Herunterladen
    • Editionen vergleichen
    • Releases
    Zusammenarbeiten
    • Github
    • Forum
    • Veranstaltungen
    • Übersetzungen
    • Partner werden
    • Dienstleistungen für Partner
    • Buchhaltungsfirma registrieren
    Services anfragen
    • Partner finden
    • Buchhalter finden
    • Einen Experten treffen
    • Implementierungsservices
    • Kundenreferenzen
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Eine Demo erhalten
  • Preiskalkulation
  • Hilfe

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

  • CRM
  • e-Commerce
  • Buchhaltung
  • Lager
  • PoS
  • Projekte
  • MRP
All apps
Sie müssen registriert sein, um mit der Community zu interagieren.
Alle Beiträge Personen Abzeichen
Stichwörter (Alle anzeigen)
odoo accounting v14 pos v15
Über dieses Forum
Sie müssen registriert sein, um mit der Community zu interagieren.
Alle Beiträge Personen Abzeichen
Stichwörter (Alle anzeigen)
odoo accounting v14 pos v15
Über dieses Forum
Hilfe

How to remove add-on manually?

Abonnieren

Erhalten Sie eine Benachrichtigung, wenn es eine Aktivität zu diesem Beitrag gibt

Diese Frage wurde gekennzeichnet
ldappopulateodooV8
7 Antworten
11593 Ansichten
Avatar
Vadims Briksins

Hello

We got problem with Odoo and module "LDAP Populate" or "users_ldap_populate" as technical name

We had installed "Authentication via LDAP" - it works perfectly and our users can sing-in trough it.
After we installed HR module and now would like to create Employees by matching all users with LDAP users. However to get all users we need to populate them automatically from LDAP, for that we installed  "LDAP Populate" add-on.

However after installation of this addon, Odoo stop working...
To be more detailed:
It was thinking for long time and then was throwing error about time-out and displaying blank page. It was happening regardless where would i click in settings menu. I did restart Odoo, but it didn't help. Basically we couldn't navigate anywhere, Odoo doesn't load any page because of that glitch add-on.

I spot one line in logs where was mentioned that this LDAP add-on was copied to: "/var/lib/odoo/.local/share/Odoo/addons/8.0/users_ldap_populate"
so i did delete it with:
"rm -rf /var/lib/odoo/.local/share/Odoo/addons/8.0/users_ldap_populate".

After that i did restart Odoo again and it finally loads, however now when I go in apps it show me "LDAP Populate" module without status. it doesn't state that it is installed, nor there is button to install:

Screenshot:
https://dl.dropboxusercontent.com/u/15715229/Capture/Selection_047.png
So we cant it install it or uninstall it now.

Could you please advise where are those modules are installed and how to manually clean that specific from everywhere?

Thank you in advance

1
Avatar
Verwerfen
Vadims Briksins
Autor

Hello? Anyone? I still didn't found solution

Yenthe Van Ginneken (Mainframe Monkey)

Remove the module from yourpath/odoo/addons and then do an -u all from the terminal. The module will then be gone.

Vadims Briksins
Autor

As I explained I already deleted files from Odoo/addons Could you please be more specific about "-u all" ? what should i do? Thank you!!!

Serpent Consulting Services Pvt. Ltd.

Vadims, you must remove that module physically from addons, then you should update base module. If you have server access, you must restart the server with -u all parameter. If you even have the access of DB, remove the entry of that module from ir_module_module. Then, there is no way for the error to exist. Thanks.

Yenthe Van Ginneken (Mainframe Monkey)

Serpent was ahead of me, his explanation should fix everything :)

Vadims Briksins
Autor

Thank you guys for help, I managed to do it other way, after restart of server I went in addons itself and in there I was able to un-install it and re-install again, so it works now! Unfortunatly im not enough karma, could you promote Serpen answer from comment to answer. Thanks one more time

Avatar
KlaudSol Philippines, Inc.
Beste Antwort

The answer by Serpent worked for me. Thanks! :)

PS: For docker-based and docker-compose installations, this means that you have to do


docker-compose stop odoo #or whatever you named your service
docker-compose up -d odoo`
0
Avatar
Verwerfen
Diskutieren Sie gerne? Treten Sie bei, statt nur zu lesen!

Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!

Registrieren
Verknüpfte Beiträge Antworten Ansichten Aktivität
TypeError: not all arguments converted during string formatting ? Gelöst
ldap odooV8 ubunut
Avatar
Avatar
Avatar
Avatar
3
Dez. 23
19555
Does auth_ldap compatible with Odoo 8 ?
ldap ubuntu odooV8
Avatar
Avatar
1
März 15
5235
LDAP Populate not working with large number of users
ldap v7 v7.0 populate
Avatar
1
März 15
7627
CONFIGURACION DE CORREO PROPIO POR PRUMERA VEZ
odooV8
Avatar
0
März 25
2019
How to remove model if not in the py files anymore
odooV8
Avatar
0
Jan. 25
4296
Community
  • Tutorials
  • Dokumentation
  • Forum
Open Source
  • Herunterladen
  • Github
  • Runbot
  • Übersetzungen
Dienstleistungen
  • Odoo.sh-Hosting
  • Support
  • Upgrade
  • Individuelle Entwicklungen
  • Bildung
  • Buchhalter finden
  • Partner finden
  • Partner werden
Über uns
  • Unsere Firma
  • Markenwerte
  • Kontakt
  • Karriere
  • Veranstaltungen
  • Podcast
  • Blog
  • Kunden
  • Rechtliches • Datenschutz
  • Sicherheit
الْعَرَبيّة 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 ist eine Suite von Open-Source-Betriebsanwendungen, die alle Bedürfnisse Ihres Unternehmens abdecken: CRM, E-Commerce, Buchhaltung, Lager, Kassensystem, Projektmanagement etc.

Das einzigartige Wertversprechen von Odoo ist, dass es gleichzeitig sehr einfach zu bedienen und voll integriert ist.

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