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

The requested URL was not found on the server.

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
url404
2 Replies
30848 Tampilan
Avatar
othmane

Hi, 

I create a new Odoo 8 module, and I started the server using the following command: python odoo.py --addons openerp/addons
(my project is created in / home / othmane / Odoo / openerp / addons)

in the browser gives me this erreur : 

Not Found

The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.

and this is what gives me in the terminal: 

othmane@othmane-HP-Pavilion-dv6-Notebook-PC:~/odoo$ python odoo.py --addons openerp/addons
2015-01-18 17:12:08,548 13154 INFO ? openerp: OpenERP version 8.0
2015-01-18 17:12:08,548 13154 INFO ? openerp: addons paths: ['/home/othmane/.local/share/Odoo/addons/8.0', u'/home/othmane/odoo/openerp/addons']
2015-01-18 17:12:08,548 13154 INFO ? openerp: database hostname: localhost
2015-01-18 17:12:08,548 13154 INFO ? openerp: database port: 5432
2015-01-18 17:12:08,548 13154 INFO ? openerp: database user: othmane
2015-01-18 17:12:08,549 13154 WARNING ? openerp.modules.module: module web: module not found
2015-01-18 17:12:08,549 13154 CRITICAL ? openerp.modules.module: Couldn't load module web
2015-01-18 17:12:08,549 13154 CRITICAL ? openerp.modules.module: No module named web
2015-01-18 17:12:08,549 13154 ERROR ? openerp.service.server: Failed to load server-wide module `web`.
The `web` module is provided by the addons found in the `openerp-web` project.
Maybe you forgot to add those addons in your addons_path configuration.
Traceback (most recent call last):
  File "/home/othmane/odoo/openerp/service/server.py", line 850, in load_server_wide_modules
    openerp.modules.module.load_openerp_module(m)
  File "/home/othmane/odoo/openerp/modules/module.py", line 314, in load_openerp_module
    __import__('openerp.addons.' + module_name)
  File "/home/othmane/odoo/openerp/modules/module.py", line 78, in load_module
    f, path, descr = imp.find_module(module_part, ad_paths)
ImportError: No module named web
2015-01-18 17:12:08,549 13154 WARNING ? openerp.modules.module: module web_kanban: module not found
2015-01-18 17:12:08,549 13154 CRITICAL ? openerp.modules.module: Couldn't load module web_kanban
2015-01-18 17:12:08,550 13154 CRITICAL ? openerp.modules.module: No module named web_kanban
2015-01-18 17:12:08,550 13154 ERROR ? openerp.service.server: Failed to load server-wide module `web_kanban`.
Traceback (most recent call last):
  File "/home/othmane/odoo/openerp/service/server.py", line 850, in load_server_wide_modules
    openerp.modules.module.load_openerp_module(m)
  File "/home/othmane/odoo/openerp/modules/module.py", line 314, in load_openerp_module
    __import__('openerp.addons.' + module_name)
  File "/home/othmane/odoo/openerp/modules/module.py", line 78, in load_module
    f, path, descr = imp.find_module(module_part, ad_paths)
ImportError: No module named web_kanban
2015-01-18 17:12:08,550 13154 INFO ? openerp.service.server: HTTP service (werkzeug) running on 0.0.0.0:8069
2015-01-18 17:12:31,787 13154 INFO ? openerp.http: HTTP Configuring static files
2015-01-18 17:12:31,801 13154 INFO odoo openerp.modules.loading: loading 1 modules...
2015-01-18 17:12:31,976 13154 INFO odoo openerp.modules.loading: 1 modules loaded in 0.17s, 0 queries
2015-01-18 17:12:31,979 13154 WARNING odoo openerp.modules.module: module im_odoo_support: module not found
2015-01-18 17:12:31,979 13154 WARNING odoo openerp.modules.graph: module im_odoo_support: not installable, skipped
2015-01-18 17:12:31,979 13154 WARNING odoo openerp.modules.module: module web_tests: module not found

 

thank you for helpping :)

 

0
Avatar
Buang
Avatar
Bole
Jawaban Terbai

Addons path is wrong.. 
try putting absolute paths to correct folders fro addons.. 
if you got the code from nightly build, then ../server/addons is only path you need,
if the code came from github, then at least two paths should be used:
../server/addons,../server/openerp/addons

IMPORTANT NOTE : no spaces between paths!

hope it helps

1
Avatar
Buang
Avatar
AinnovateX
Jawaban Terbai

log as odoo user and start server by folowing  commands

sudo su odoo

python /home/othmane/odoo/openerp-server --config=/etc/odoo-server.conf

such as your new module is in your specific addons (etc/odoo-server.conf)

hope it help you

1
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
System redirect to a wrong url Diselesaikan
url
Avatar
1
Mei 25
1674
Chane screen's URL in odoo 17
url
Avatar
0
Nov 24
2408
Change meta tag to domain name
url
Avatar
0
Mar 24
2115
Odoo 404 error Diselesaikan
404
Avatar
1
Jul 23
5902
[Solved] How can I get current url, not previous ? Diselesaikan
url
Avatar
Avatar
1
Des 23
8162
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