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

How do you install a module?

S'inscrire

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

Cette question a été signalée
installationmodulesv7
26 Réponses
150029 Vues
Avatar
Luis Villanueva|

We unpacked the module at ../server/openerp/addons then we tried installing through Settings/Applications menu but the module does not appear to be available for installation. Also we tried to install it from command line with no result.

All we could find in Google and in this QA is about versions <= v6.1.

Any ideas?

12
Avatar
Ignorer
Marcel Rushingwa MPENZI

i have the same problem ... no way to install modules from addons folder

Avatar
Davide Corio
Meilleure réponse

The common problem with v7, is that many people search for modules in the "Apps" list.

Anyway, give Administrator the "Technical Features" permission, then return to Settings > Modules and run "Update modules list".

Then, search for your module under "Installed modules".

Pay attention to the already applied filters on the top right corner of the view.

16
Avatar
Ignorer
Nicolas Bessi

You should check you addons path to. Please have a look at answer http://help.openerp.com/question/496/auto-backup-module-installation/#504 and at http://doc.openerp.com/v6.0/developer/11Introduction/3_configuration.html

john

i downloaded the enapps csv tool to windows, unzipped and ftp to /opt/openerp/openerp-7.0-20130122-001415/openerp/addons/ea_import.... set admin to technical then update modules list but ea_import is not listed under installed modules (filter removed and in list view)

Sean Samborski

This is a confusing problem that I learned early on, but really it is easily rectified by OpenERP. It would be too simple to turn off the apps for community modules and for installations with more than 3 users as per their Enterprise permissions. Many apps use the admin panel for installing modules and so users experienced with other software are going to be confused by these limitations.

Avatar
Lucio
Meilleure réponse

The addons folder it is not supposed to be the one inside server. At the same level as server there's probably a folder named addons. Place your modules there.

After you log into the system you need to update the module list. Also, as Davide said, you should check for the default filters, in the top right.

If none of the above works, try looking in the server.conf file. In there you can specify the folder where the OpenERP looks for the module (i.e. the addons folders).

1  [options]
2  addons_path = /home/.../addons1,/home/.../addons2
3  ...

As you can see, you can specify more than one folder for the system to look for the modules, separate the absolute path with a comma. To use this configuration file, launch the server with the -c option like:

./openerp-server -c /<path>/server.conf

Hope it helps!

2
Avatar
Ignorer
Francisco Luz

Just adding to this answer that you should also go to "Update Module List", click on update and after that go to "Installed Modules", remove the search filter, if any, and search for the module you had added.

Guewen Baconnier

Regarding this comment "At the same level as server there's probably a folder named addons. Place your modules there.": you should never move modules in the server/addons path, but instead add the additional addons folder in the addons-path.

Avatar
Abdullah A.
Meilleure réponse

Hello,


I run into this issue myself with Odoo 10 CE.

I was trying to install a theme, so here is the steps to do so:


1- Upload & extract theme files under addons folder (That's /var/lib/odoo/addons/10.0 in CentOS7)

2- Add the right permissions to user 'odoo'.

2- You might want to restart Odoo

2- Go to Odoo Setting, in the right down corner click "Activate debug mode".

3- Now you go back to the apps dashboard.

4- The tricky part is here, remove the applied filter.

5- Search for the addon keyword, in my case `theme`.

Done, hope that's help.

1
Avatar
Ignorer
Avatar
Alfonso
Meilleure réponse

Solved in my case:  Windows 8.1 with Odoo 8. 

  1. Give Administrator the "Technical Features" permission
  2. Place the module in a folder included in addons_path =   in the archive openerp-server.conf   (the module must be  placed directly in one of those folders!! it doesn´t work if you place a folder full of new modules!).
  3. Stop and initiate the service odoo-server-8.0
  4. Update Module List
  5. The module just appear

I hope it helps

 

 

 

 

1
Avatar
Ignorer
Leonid Kurbatov

Worked for me! Main reason I think is "Stop and initiate the service odoo"

Avatar
Serpent Consulting Services Pvt. Ltd.
Meilleure réponse

Hello,

If your module is at "../server/openerp/addons" then follow the below steps, Step-1) Give access rights to administrator. Step-2) go to Setting-> Update Module List -> Click on Update. Step-3) Now enter your module name in the search panel which is at the top right corner of the view.

hope now you get your module Name. You can install the module by click on the install button.

Thanks, Serpent Consulting Services.

1
Avatar
Ignorer
Avatar
kampeons
Meilleure réponse

You can Refer this \link, it may help a lot.
thanks.

0
Avatar
Ignorer
Avatar
Rich Caudill
Meilleure réponse

Did you run this in the cmd box (linux) "systemctl restart odoo"



Also, did you activate developer mode? I think you have to. 

Click on Help drop down menu(where you admin user name is>About>Activate the developer mode

For images, check out the link below. 

http://pulse7.net/openerp/odoo-9-how-to-activate-developer-mode/

0
Avatar
Ignorer
Avatar
Bernardo Kyotoku
Meilleure réponse

I don't know since which version but in version 10 you have to "activate the developer mode (with assets)" in settings for the option "Update Module List" to show in the applications tab.

0
Avatar
Ignorer
Avatar
test1
Meilleure réponse

Hi @ all

I have copied the modules into the add ons folder. But the copied files can't be read. How can i set with putty the correct rights? Can somebody explain that step by step? thanks

0
Avatar
Ignorer
Avatar
Richard HENG
Meilleure réponse

Be sure that it is a module and not a package of modules that you put in the /path/to/addons directory. If it is a package, move the modules inside into the addons directory.



0
Avatar
Ignorer
Avatar
Vishal
Meilleure réponse

I tried "../server/openerp/addons" then follow the below steps, Step-1) Give access rights to administrator. Step-2) go to Setting-> Update Module List -> Click on Update. Step-3) Now enter your module name in the search panel which is at the top right corner of the view."

I am installing the module for Odoo V8, but could not install the module as there is no new module in module list. Please help how to install it.

Kind regards

Vishal

 

0
Avatar
Ignorer
Avatar
Erik Wellander
Meilleure réponse

Unable to get this working. :(

Newly installed latest Ubuntu server. Installed openERP from repository as described on download page.

In my /etc/openerp/openerp-server.conf the first value is the addons_path pointing to, addons_path = /usr/lib/pymodules/python2.7/openerp/addons

So first I upload my l10n_xx.zip file to there change ownership and execution mode to what other files look like. (In the documentation for ver. 6.1 it implies that one could just upload the zip-file as is. ? No-Go!

So I unzip the file creating a folder by name "l10n_xx" in the addons directory mentioned above. Change owner and rights.

I run "Update Module List" go to Apps, remove all filters and search but NO, nothing new.

What is ment with " Step-1) Give access rights to administrator."? Where is this done, I tried looking at the Administrator account, but cannot find anything about rights to add modules. Don't I already the rights as an administrator and with Technical Settings enabled?

Kind regards, Erik

0
Avatar
Ignorer
Yoshi Tashiro

If you are using version 7.0 you may go to "Installed Modules" after processing "Update Modules List". Remove the "Installed" filter and see if you can find your addon module. In my environment I cannot find the newly created addon modules in "Apps". Weird, but it just seems how it is for now.

Erik Wellander

Yes I have tried all that, but no luck here either. :( I'm currently searching my server to find out if there possibly are other configuration files that are not where one would think they would be.

Laoyumi

I tried too to no avail. Does anybody have the solution? Should be a standard documented procedure.

Mats Kjellberg

Has anyone ever found the solution for this, I have today also tried every tip above without any success..

Avatar
Erik Wellander
Meilleure réponse

Unable to get this working. :(

Newly installed latest Ubuntu server. Installed openERP from repository as described on download page.

In my /etc/openerp/openerp-server.conf the first value is the addons_path pointing to, addons_path = /usr/lib/pymodules/python2.7/openerp/addons

So first I upload my l10n_xx.zip file to there change ownership and execution mode to what other files look like. (In the documentation for ver. 6.1 it implies that one could just upload the zip-file as is. ? No-Go!

So I unzip the file creating a folder by name "l10n_xx" in the addons directory mentioned above. Change owner and rights.

I run "Update Module List" go to Apps, remove all filters and search but NO, nothing new.

What is ment with " Step-1) Give access rights to administrator."? Where is this done, I tried looking at the Administrator account, but cannot find anything about rights to add modules. Don't I already the rights as an administrator and with Technical Settings enabled?

Kind regards, Erik

0
Avatar
Ignorer
Avatar
Paulo Pereira
Meilleure réponse

I followed all the instructions, but when installing the module projects is presented to me the following error:

OpenERP Server Error Client Traceback (most recent call last): File "C:\Program Files (x86)\OpenERP 7.0-20130601-231036\Server\server\openerp\addons\web\http.py", line 204, in dispatch File "C:\Program Files (x86)\OpenERP 7.0-20130601-231036\Server\server\openerp\addons\web\controllers\main.py", line 1125, in call_button File "C:\Program Files (x86)\OpenERP 7.0-20130601-231036\Server\server\openerp\addons\web\controllers\main.py", line 1113, in _call_kw File "C:\Program Files (x86)\OpenERP 7.0-20130601-231036\Server\server\openerp\addons\web\session.py", line 42, in proxy File "C:\Program Files (x86)\OpenERP 7.0-20130601-231036\Server\server\openerp\addons\web\session.py", line 30, in proxy_method File "C:\Program Files (x86)\OpenERP 7.0-20130601-231036\Server\server\openerp\addons\web\session.py", line 103, in send

Server Traceback (most recent call last): File "C:\Program Files (x86)\OpenERP 7.0-20130601-231036\Server\server\openerp\addons\web\session.py", line 89, in send File "C:\Program Files (x86)\OpenERP 7.0-20130601-231036\Server\server.\openerp\netsvc.py", line 292, in dispatch_rpc File "C:\Program Files (x86)\OpenERP 7.0-20130601-231036\Server\server.\openerp\service\web_services.py", line 626, in dispatch File "C:\Program Files (x86)\OpenERP 7.0-20130601-231036\Server\server.\openerp\osv\osv.py", line 188, in execute_kw File "C:\Program Files (x86)\OpenERP 7.0-20130601-231036\Server\server.\openerp\osv\osv.py", line 131, in wrapper File "C:\Program Files (x86)\OpenERP 7.0-20130601-231036\Server\server.\openerp\osv\osv.py", line 197, in execute File "C:\Program Files (x86)\OpenERP 7.0-20130601-231036\Server\server.\openerp\osv\osv.py", line 185, in execute_cr File "C:\Program Files (x86)\OpenERP 7.0-20130601-231036\Server\server\openerp\addons\base\module\module.py", line 424, in button_immediate_install File "C:\Program Files (x86)\OpenERP 7.0-20130601-231036\Server\server\openerp\addons\base\module\module.py", line 475, in _button_immediate_function File "C:\Program Files (x86)\OpenERP 7.0-20130601-231036\Server\server.\openerp\pooler.py", line 39, in restart_pool File "C:\Program Files (x86)\OpenERP 7.0-20130601-231036\Server\server.\openerp\modules\registry.py", line 218, in new File "C:\Program Files (x86)\OpenERP 7.0-20130601-231036\Server\server.\openerp\modules\loading.py", line 345, in load_modules File "C:\Program Files (x86)\OpenERP 7.0-20130601-231036\Server\server.\openerp\modules\loading.py", line 256, in load_marked_modules File "C:\Program Files (x86)\OpenERP 7.0-20130601-231036\Server\server.\openerp\modules\loading.py", line 187, in load_module_graph File "C:\Program Files (x86)\OpenERP 7.0-20130601-231036\Server\server.\openerp\modules\loading.py", line 74, in <lambda> File "C:\Program Files (x86)\OpenERP 7.0-20130601-231036\Server\server.\openerp\modules\loading.py", line 118, in _load_data File "C:\Program Files (x86)\OpenERP 7.0-20130601-231036\Server\server.\openerp\tools\convert.py", line 930, in convert_csv_import Exception: <unprintable exception="" object="">

0
Avatar
Ignorer
wassim ammane

hi Paulo, i've the same problem when try to install a module , so how did u solve it please ??!!

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é
How can I install all module in v7?
installation modules v7
Avatar
Avatar
2
mars 15
7035
Odoo ester module taking too long to be downloaded
installation modules
Avatar
Avatar
1
mars 24
2249
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
juil. 20
4971
Odoo custom module installation issue
installation modules
Avatar
Avatar
1
janv. 20
3541
Creating module problem Résolu
installation modules
Avatar
Avatar
1
déc. 19
3126
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