Overslaan naar inhoud
Odoo Menu
  • Aanmelden
  • Probeer het gratis
  • Apps
    Financiën
    • Boekhouding
    • Facturatie
    • Onkosten
    • Spreadsheet (BI)
    • Documenten
    • Ondertekenen
    Verkoop
    • CRM
    • Verkoop
    • Kassasysteem winkel
    • Kassasysteem Restaurant
    • Abonnementen
    • Verhuur
    Websites
    • Websitebouwer
    • E-commerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Bevoorradingsketen
    • Voorraad
    • Productie
    • PLM
    • Inkoop
    • Onderhoud
    • Kwaliteit
    Personeelsbeheer
    • Werknemers
    • Werving & Selectie
    • Verlof
    • Evaluaties
    • Aanbevelingen
    • Wagenpark
    Marketing
    • Social media Marketing
    • E-mailmarketing
    • SMS Marketing
    • Evenementen
    • Marketingautomatisering
    • Enquêtes
    Diensten
    • Project
    • Urenstaten
    • Buitendienst
    • Helpdesk
    • Planning
    • Afspraken
    Productiviteit
    • Chat
    • Goedkeuringen
    • IoT
    • VoIP
    • Kennis
    • WhatsApp
    Apps van derden Odoo Studio Odoo Cloud Platform
  • Bedrijfstakken
    Detailhandel
    • Boekhandel
    • kledingwinkel
    • Meubelzaak
    • Supermarkt
    • Bouwmarkt
    • Speelgoedwinkel
    Food & Hospitality
    • Bar en Pub
    • Restaurant
    • Fastfood
    • Gastenverblijf
    • Drankenhandelaar
    • Hotel
    Vastgoed
    • Makelaarskantoor
    • Architectenbureau
    • Bouw
    • Vastgoedbeheer
    • Tuinieren
    • Vereniging van eigenaren
    Consulting
    • Accountantskantoor
    • Odoo Partner
    • Marketingbureau
    • Advocatenkantoor
    • Talentenwerving
    • Audit & Certificering
    Productie
    • Textiel
    • Metaal
    • Meubels
    • Eten
    • Brewery
    • Relatiegeschenken
    Gezondheid & Fitness
    • Sportclub
    • Opticien
    • Fitnesscentrum
    • Wellness-medewerkers
    • Apotheek
    • Kapper
    Trades
    • Klusjesman
    • IT-hardware & support
    • Zonne-energiesystemen
    • Schoenmaker
    • Schoonmaakdiensten
    • HVAC-diensten
    Andere
    • Non-profitorganisatie
    • Milieuagentschap
    • Verhuur van Billboards
    • Fotograaf
    • Fietsleasing
    • Softwareverkoper
    Browse all Industries
  • Community
    Leren
    • Tutorials
    • Documentatie
    • Certificeringen
    • Training
    • Blog
    • Podcast
    Versterk het onderwijs
    • Onderwijs- programma
    • Scale Up! Business Game
    • Bezoek Odoo
    Download de Software
    • Downloaden
    • Vergelijk edities
    • Releases
    Werk samen
    • Github
    • Forum
    • Evenementen
    • Vertalingen
    • Word een Partner
    • Services for Partners
    • Registreer je accountantskantoor
    Diensten
    • Vind een partner
    • Vind een boekhouder
    • Een adviseur ontmoeten
    • Implementatiediensten
    • Klantreferenties
    • Ondersteuning
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Vraag een demo aan
  • Prijzen
  • Help

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

  • CRM
  • e-Commerce
  • Boekhouding
  • Voorraad
  • PoS
  • Project
  • MRP
All apps
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Alle posts Personen Badges
Labels (Bekijk alle)
odoo accounting v14 pos v15
Over dit forum
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Alle posts Personen Badges
Labels (Bekijk alle)
odoo accounting v14 pos v15
Over dit forum
Help

OpenERP 7.0 will not update modules list?

Inschrijven

Ontvang een bericht wanneer er activiteit is op deze post

Deze vraag is gerapporteerd
modulesmodule
6 Antwoorden
20850 Weergaven
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
Annuleer
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
Beste antwoord

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
Annuleer
Avatar
Ray Carnes
Beste antwoord

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
Annuleer
Avatar
Antonio M. Vigliotti
Beste antwoord

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
Annuleer
Avatar
Anthony Selby
Beste antwoord

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

0
Avatar
Annuleer
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
Beste antwoord

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
Annuleer
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
Beste antwoord

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
Annuleer
Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!

Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!

Aanmelden
Gerelateerde posts Antwoorden Weergaven Activiteit
help with the module all-in-one whatsapp integration-sale purchase account and crm odoo 10
modules module
Avatar
0
mei 20
3643
How to define the thousands separator BY CUSTOM MODULE? Opgelost
modules module
Avatar
Avatar
Avatar
3
dec. 19
6216
How to import a field from an module to other?
modules module
Avatar
Avatar
1
mrt. 15
5143
¿Cómo puedo comunicarme con Latam Perú?
modules module technical
Avatar
0
nov. 25
54
What is the difference between module depending on base / account? Opgelost
modules module odoo11
Avatar
Avatar
1
jul. 18
9163
Community
  • Tutorials
  • Documentatie
  • Forum
Open Source
  • Downloaden
  • Github
  • Runbot
  • Vertalingen
Diensten
  • Odoo.sh Hosting
  • Ondersteuning
  • Upgrade
  • Gepersonaliseerde ontwikkelingen
  • Onderwijs
  • Vind een boekhouder
  • Vind een partner
  • Word een Partner
Over ons
  • Ons bedrijf
  • Merkelementen
  • Neem contact met ons op
  • Vacatures
  • Evenementen
  • Podcast
  • Blog
  • Klanten
  • Juridisch • Privacy
  • Beveiliging
الْعَرَبيّة 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 is een suite van open source zakelijke apps die aan al je bedrijfsbehoeften voldoet: CRM, E-commerce, boekhouding, inventaris, kassasysteem, projectbeheer, enz.

Odoo's unieke waardepropositie is om tegelijkertijd zeer gebruiksvriendelijk en volledig geïntegreerd te zijn.

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