Se rendre au contenu
Odoo Menu
  • Se connecter
  • Essai gratuit
  • Applications
    Finance
    • Comptabilité
    • Facturation
    • Notes de frais
    • Feuilles de calcul (BI)
    • Documents
    • Signature
    Ventes
    • CRM
    • Ventes
    • PdV Boutique
    • PdV Restaurant
    • Abonnements
    • Location
    Sites web
    • Site Web
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Chaîne d'approvisionnement
    • Inventaire
    • Fabrication
    • PLM
    • Achats
    • Maintenance
    • Qualité
    Ressources Humaines
    • Employés
    • Recrutement
    • Congés
    • Évaluations
    • Recommandations
    • Parc automobile
    Marketing
    • Marketing Social
    • E-mail Marketing
    • SMS Marketing
    • Événements
    • Marketing Automation
    • Sondages
    Services
    • Projet
    • Feuilles de temps
    • Services sur Site
    • Assistance
    • Planification
    • Rendez-vous
    Productivité
    • Discussion
    • Validations
    • Internet des Objets
    • VoIP
    • Connaissances
    • WhatsApp
    Applications tierces Odoo Studio Plateforme Cloud d'Odoo
  • Industries
    Commerce de détail
    • Librairie
    • Magasin de vêtements
    • Magasin de meubles
    • Épicerie
    • Quincaillerie
    • Magasin de jouets
    Food & Hospitality
    • Bar et Pub
    • Restaurant
    • Fast-food
    • Maison d’hôtes
    • Distributeur de boissons
    • Hôtel
    Immobilier
    • Agence immobilière
    • Cabinet d'architecture
    • Construction
    • Gestion immobilière
    • Jardinage
    • Association de copropriétaires
    Consultance
    • Cabinet d'expertise comptable
    • Partenaire Odoo
    • Agence Marketing
    • Cabinet d'avocats
    • Aquisition de talents
    • Audit & Certification
    Fabrication
    • Textile
    • Métal
    • Meubles
    • Alimentation
    • Brewery
    • Cadeaux d'entreprise
    Santé & Fitness
    • Club de sports
    • Opticien
    • Salle de fitness
    • Praticiens bien-être
    • Pharmacie
    • Salon de coiffure
    Trades
    • Bricoleur
    • Matériel informatique et support
    • Systèmes photovoltaïques
    • Cordonnier
    • Services de nettoyage
    • Services CVC
    Autres
    • Organisation à but non lucratif
    • Agence environnementale
    • Location de panneaux d'affichage
    • Photographie
    • Leasing de vélos
    • Revendeur de logiciel
    Browse all Industries
  • Communauté
    Apprenez
    • Tutoriels
    • Documentation
    • Certifications
    • Formation
    • Blog
    • Podcast
    Renforcer l'éducation
    • Programme éducatif
    • Business Game Scale-Up!
    • Rendez-nous visite
    Obtenir le logiciel
    • Téléchargement
    • Comparez les éditions
    • Versions
    Collaborer
    • Github
    • Forum
    • Événements
    • Traductions
    • Devenez partenaire
    • Services for Partners
    • Enregistrer votre cabinet comptable
    Nos Services
    • Trouver un partenaire
    • Trouver un comptable
    • Rencontrer un conseiller
    • Services de mise en œuvre
    • Références clients
    • Assistance
    • Mises à niveau
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obtenir une démonstration
  • Tarification
  • Aide

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

  • CRM
  • e-Commerce
  • Comptabilité
  • Inventaire
  • PoS
  • Projet
  • MRP
All apps
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Aide

OpenERP 7.0 will not update modules list?

S'inscrire

Recevez une notification lorsqu'il y a de l'activité sur ce poste

Cette question a été signalée
modulesmodule
6 Réponses
20874 Vues
Avatar
Rob W

I'm using 7.0-20130514-231031 on Debian GNU/Linux 6.0.7 (squeeze), installed from http:// nightly.openerp.com/7.0/nightly/deb/.

Spent a day on this so far, and cannot figure out what's going on. Lots of searching shows a lot of similar issues with varying fixes that don't work for me.

First, deleting an existing directory of an uninstalled addon in /usr/share/pyshared/openerp/addons does not remove it from the Modules list (going to "Installed Modules" and clearing "Installed" from the filter - which seems like a ridiculously roundabout way to do it IMO) but it will not install. So I'm definitely working with the right directory.

After I click "Install" on the non-existent module (note_pad in this case) it will claim to install. It's not in the Installed Modules list, however, and selecting "Apply Scheduled Upgrades" shows it as ready to install again.

So now at least I know I'm working with the right directory, and there's something wrong with OpenERP reading what's in that directory.

I used the note_pad layout to create a slightly modified version of it and dropped it in the addons directory with a new folder name. No good. I took the "IDEA" addon and made a copy of it. Did a find and replace of all instances of 'idea' and replaced them with 'ideaz' (including filenames). OpenERP refuses to detect that folder no matter what, even though 'idea' works just fine.

I did try chmod 770 (foldername) -R - no change. Service restarts change nothing, nor do server restarts (not surprising though).

Everything else appears to be working fine. Does anybody have any ideas why this is happening?

1
Avatar
Ignorer
Rob W
Auteur

I just installed it (7.0-20130515-231043) on my Windows 7 x64 desktop as a test and added my "ideaz" folder to the addons directory. OpenERP immediately recognized it, no problem. Looks like this is an issue with my install on Linux... but really would like to figure it out. Default installation directly from OpenERP.

Avatar
Cameron
Meilleure réponse

Well after a lot o hair pulling..

TO INSTALL A MODULE

Put your module here /usr/lib/python2.7/dist-packages/openerp/addons

Change ownership of the module

sudo chown -R root.root /usr/lib/python2.7/dist-packages/openerp/addons/module_name

Change permissions of the module

sudo chmod 755 /usr/lib/python2.7/dist-packages/openerp/addons/module_name -R

Update the module list 'Settings>Modules>Update Module List>Update'

Go to 'Settings>Modules>Installed' Modules Delete Installed from the filter and search for your module

TO DELETE A MODULE

Go to 'Settings>Modules>Installed' Modules Delete Installed from the filter and search for your module, select your module, select More>Delete

Delete your module

sudo rm -r /usr/lib/python2.7/dist-packages/openerp/addons/module_name

Update the module list 'Settings>Modules>Update' 'Module List>Update'

Go to 'Settings>Modules>Installed' Modules Delete Installed from the filter and search for your module - should not be there.

2
Avatar
Ignorer
Avatar
Ray Carnes
Meilleure réponse

First, deleting an existing directory of an uninstalled addon ... does not remove it from the Modules list

Removing the module folder will have no effect on what shows up in the list.

When OpenERP is told to 'Update Modules List' it will store a database row for each module it finds on disk. The only way to delete these database entries is to remove them by deleting the module inside OpenERP.

You can delete all entries for uninstalled modules, then update the list. This will update the list to show only those modules on disk (not re-adding those that have been deleted).

2
Avatar
Ignorer
Avatar
Antonio M. Vigliotti
Meilleure réponse

Update the module list Settings>Modules>Update Module List>Update

checks for manifest file __openerp__.py and for directory ./static/

Some modules has not ./static/ directory

0
Avatar
Ignorer
Avatar
Anthony Selby
Meilleure réponse

So what do you do if the update module list option isn't there ?

0
Avatar
Ignorer
Ray Carnes

Make your user a member of the Technical Features group. http://help.openerp.com/question/7650/how-to-activate-the-technical-features/

Avatar
Brett Lehrer
Meilleure réponse

You mentioned chmod but not chown. Are the user permissions correct? Not familiar with the .deb installer, but if it's in pyshared/ the module and contents may need to be owned by a certain user, root or maybe openerp?

0
Avatar
Ignorer
Rob W
Auteur

The rest of the addons are owned by root:root, so are the new ones I added. I'm not sure this would explain OpenERP's behavior of retaining information on a deleted addons folder (one that wasn't installed) - when doing the same on my Windows install detects it all fine.

Brett Lehrer

Check the syntax on __init__.py and __openerp__.py? I can't think of much else that would prevent OpenERP from not reading a module folder. Try just renaming the folder for an uninstalled module, then altering the name in __openerp__.py to see if it finds the new module name?

Avatar
P Mittal
Meilleure réponse

The same thing happened to me on my Linux (Ubuntu) Installation. I noticed that I was adding my custom-module to the wrong addons directory. When you install a .deb file, or using source the actual openerp installation lands up here by default:

/usr/lib/pymodules/python2.7/openerp/addons

This is where you are supposed to add your own module and NOT to the openerp source you downloaded initially.

Then run:

openerp-server

or

openerp-server --init=(your_module_name)

If this is not where your OpenERP is installed, then try finding the actual directory where your openerp installation resides and put your custom module there before you run the server.

Note: This is just one of the possible solution case to your problem.

0
Avatar
Ignorer
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !

Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !

S'inscrire
Publications associées Réponses Vues Activité
help with the module all-in-one whatsapp integration-sale purchase account and crm odoo 10
modules module
Avatar
0
mai 20
3656
How to define the thousands separator BY CUSTOM MODULE? Résolu
modules module
Avatar
Avatar
Avatar
3
déc. 19
6228
How to import a field from an module to other?
modules module
Avatar
Avatar
1
mars 15
5157
¿Cómo puedo comunicarme con Latam Perú?
modules module technical
Avatar
0
nov. 25
56
What is the difference between module depending on base / account? Résolu
modules module odoo11
Avatar
Avatar
1
juil. 18
9191
Communauté
  • Tutoriels
  • Documentation
  • Forum
Open Source
  • Téléchargement
  • Github
  • Runbot
  • Traductions
Services
  • Hébergement Odoo.sh
  • Assistance
  • Migration
  • Développements personnalisés
  • Éducation
  • Trouver un comptable
  • Trouver un partenaire
  • Devenez partenaire
À propos
  • Notre société
  • Actifs de la marque
  • Contactez-nous
  • Emplois
  • Événements
  • Podcast
  • Blog
  • Clients
  • Informations légales • Confidentialité
  • Sécurité.
الْعَرَبيّة 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 est une suite d'applications open source couvrant tous les besoins de votre entreprise : CRM, eCommerce, Comptabilité, Inventaire, Point de Vente, Gestion de Projet, etc.

Le positionnement unique d'Odoo est d'être à la fois très facile à utiliser et totalement intégré.

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