Skip ke Konten
Odoo Menu
  • Login
  • Uji coba gratis
  • Aplikasi
    Keuangan
    • Akuntansi
    • Faktur
    • Pengeluaran
    • Spreadsheet (BI)
    • Dokumen
    • Tanda Tangan
    Sales
    • CRM
    • Sales
    • POS Toko
    • POS Restoran
    • Langganan
    • Rental
    Website
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Rantai Pasokan
    • Inventaris
    • Manufaktur
    • PLM
    • Purchase
    • Maintenance
    • Kualitas
    Sumber Daya Manusia
    • Karyawan
    • Rekrutmen
    • Cuti
    • Appraisal
    • Referensi
    • Armada
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Acara
    • Otomatisasi Marketing
    • Survei
    Layanan
    • Project
    • Timesheet
    • Layanan Lapangan
    • Meja Bantuan
    • Planning
    • Appointment
    Produktivitas
    • Diskusi
    • Approval
    • IoT
    • VoIP
    • Pengetahuan
    • WhatsApp
    Aplikasi pihak ketiga Odoo Studio Platform Odoo Cloud
  • Industri-Industri
    Retail
    • Toko Buku
    • Toko Baju
    • Toko Furnitur
    • Toko Kelontong
    • Toko Hardware
    • Toko Mainan
    Makanan & Hospitality
    • Bar dan Pub
    • Restoran
    • Fast Food
    • Rumah Tamu
    • Distributor Minuman
    • Hotel
    Real Estate
    • Agensi Real Estate
    • Firma Arsitektur
    • Konstruksi
    • Estate Management
    • Perkebunan
    • Asosiasi Pemilik Properti
    Konsultansi
    • Firma Akuntansi
    • Mitra Odoo
    • Agensi Marketing
    • Firma huku
    • Talent Acquisition
    • Audit & Sertifikasi
    Manufaktur
    • Tekstil
    • Logam
    • Perabotan
    • Makanan
    • Brewery
    • Corporate Gift
    Kesehatan & Fitness
    • Sports Club
    • Toko Kacamata
    • Fitness Center
    • Wellness Practitioners
    • Farmasi
    • Salon Rambut
    Perdagangan
    • Handyman
    • IT Hardware & Support
    • Sistem-Sistem Energi Surya
    • Pembuat Sepatu
    • Cleaning Service
    • Layanan HVAC
    Lainnya
    • Organisasi Nirlaba
    • Agen Lingkungan
    • Rental Billboard
    • Fotografi
    • Penyewaan Sepeda
    • Reseller Software
    Browse semua Industri
  • Komunitas
    Belajar
    • Tutorial-tutorial
    • Dokumentasi
    • Sertifikasi
    • Pelatihan
    • Blog
    • Podcast
    Empower Education
    • Program Edukasi
    • Game Bisnis 'Scale Up!'
    • Kunjungi Odoo
    Dapatkan Softwarenya
    • Download
    • Bandingkan Edisi
    • Daftar Rilis
    Kolaborasi
    • Github
    • Forum
    • Acara
    • Terjemahan
    • Menjadi Partner
    • Layanan untuk Partner
    • Daftarkan perusahaan Akuntansi Anda.
    Dapatkan Layanan
    • Temukan Mitra
    • Temukan Akuntan
    • Temui penasihat
    • Layanan Implementasi
    • Referensi Pelanggan
    • Bantuan
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dapatkan demo
  • Harga
  • Bantuan

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

  • CRM
  • e-Commerce
  • Akuntansi
  • Inventaris
  • PoS
  • Project
  • MRP
All apps
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Help

OpenERP 7.0 will not update modules list?

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
modulesmodule
6 Replies
20786 Tampilan
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
Buang
Rob W
Penulis

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
Jawaban Terbai

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
Buang
Avatar
Ray Carnes
Jawaban Terbai

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
Buang
Avatar
Antonio M. Vigliotti
Jawaban Terbai

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
Buang
Avatar
Anthony Selby
Jawaban Terbai

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

0
Avatar
Buang
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
Jawaban Terbai

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
Buang
Rob W
Penulis

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
Jawaban Terbai

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
Buang
Menikmati diskusi? Jangan hanya membaca, ikuti!

Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!

Daftar
Post Terkait Replies Tampilan Aktivitas
help with the module all-in-one whatsapp integration-sale purchase account and crm odoo 10
modules module
Avatar
0
Mei 20
3613
How to define the thousands separator BY CUSTOM MODULE? Diselesaikan
modules module
Avatar
Avatar
Avatar
3
Des 19
6180
How to import a field from an module to other?
modules module
Avatar
Avatar
1
Mar 15
5105
¿Cómo puedo comunicarme con Latam Perú?
modules module technical
Avatar
0
Nov 25
46
What is the difference between module depending on base / account? Diselesaikan
modules module odoo11
Avatar
Avatar
1
Jul 18
9113
Komunitas
  • Tutorial-tutorial
  • Dokumentasi
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Terjemahan
Layanan
  • Odoo.sh Hosting
  • Bantuan
  • Peningkatan
  • Custom Development
  • Pendidikan
  • Temukan Akuntan
  • Temukan Mitra
  • Menjadi Partner
Tentang Kami
  • Perusahaan kami
  • Aset Merek
  • Hubungi kami
  • Tugas
  • Acara
  • Podcast
  • Blog
  • Pelanggan
  • Hukum • Privasi
  • Keamanan
الْعَرَبيّة 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 adalah rangkaian aplikasi bisnis open source yang mencakup semua kebutuhan perusahaan Anda: CRM, eCommerce, akuntansi, inventaris, point of sale, manajemen project, dan seterusnya.

Mudah digunakan dan terintegrasi penuh pada saat yang sama adalah value proposition unik Odoo.

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