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

Problem installing version 8 with Debian package

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
v8install
2 Replies
7818 Tampilan
Avatar
Nicholas Burdick

I'm trying to install OpenERP trunk using the deb package from nightly builds. The v7 package works great and creates a server script that autostarts and everything. Has anyone had success with the trunk package? I'm using Vagrant as a virtual machine and it looks to be a permissions issue to start the server, but given that the v7 package works perfectly, I can't see how that would be the case.

I know that the trunk package may not be perfected yet given the unrealeased status of V8, I just wanted to see if anyone else had run into the same problem or had a fix.

2
Avatar
Buang
Avatar
Helman Valencia
Jawaban Terbai

I have the same problem, when I install the version 7 it works perfect but with version master the following error occurs after the installation is done:

2014-08-23 14:35:23,916 1650 ERROR ? werkzeug: Error on request:
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/werkzeug/serving.py", line 177, in run_wsgi
    execute(self.server.app)
  File "/usr/lib/python2.7/dist-packages/werkzeug/serving.py", line 165, in execute
    application_iter = app(environ, start_response)
  File "/usr/share/pyshared/openerp/service/server.py", line 273, in app
    return self.app(e, s)
  File "/usr/share/pyshared/openerp/service/wsgi_server.py", line 215, in application
    return application_unproxied(environ, start_response)
  File "/usr/share/pyshared/openerp/service/wsgi_server.py", line 201, in application_unproxied
    result = handler(environ, start_response)
  File "/usr/share/pyshared/openerp/http.py", line 1101, in __call__
    self.load_addons()
  File "/usr/share/pyshared/openerp/http.py", line 1120, in load_addons
    m = __import__('openerp.addons.' + module)
  File "/usr/share/pyshared/openerp/modules/module.py", line 72, in load_module
    mod = imp.load_module('openerp.addons.' + module_part, f, path, descr)
  File "/usr/share/pyshared/openerp/addons/hw_proxy/__init__.py", line 22, in <module>
    import controllers
  File "/usr/share/pyshared/openerp/addons/hw_proxy/controllers/__init__.py", line 1, in <module>
    import main
  File "/usr/share/pyshared/openerp/addons/hw_proxy/controllers/main.py", line 19, in <module>
    from openerp.addons.web.controllers.main import manifest_list, module_boot, html_template
ImportError: cannot import name html_template
2014-08-23 14:35:24,085 1650 INFO None openerp.http: Generating nondb routing
2014-08-23 14:35:24,102 1650 INFO None werkzeug: 127.0.0.1 - - [23/Aug/2014 14:35:24] "GET /favicon.ico HTTP/1.1" 404 -

The procedure used is as follows:

Packages, tarballs and installers

    Debian packages

    Add this apt repository to your /etc/apt/sources.list file

    deb http://nightly.openerp.com/master/nightly/deb/ ./

    Then type:

    $ sudo apt-get update
    $ sudo apt-get install openerp

With version 8 is not possible to perform this procedure because in http://nightly.openerp.com/8.0/nightly/deb/ the file Packages.gz does not exist.

0
Avatar
Buang
Avatar
Janno Liivak
Jawaban Terbai

No. I too noticed that the given repository didn't work for trunk (if you follow the link they provide you'll see why). I tried a few times but then settled with github ... and by the way ... I like it that way. Because now I can with a help of git see what changes were done. I assume the Debian package will be available once the v8 is stable.

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
OpenERP 8 no web server, how to install it ?
v8 install
Avatar
Avatar
1
Mar 15
10468
How do I install modules in v8
v8 modules install
Avatar
1
Mar 15
5772
Openerp V8 Error after installing from trunk
v8 error install
Avatar
0
Mar 15
5422
How do you implement the Associations: Members website module? Diselesaikan
v8
Avatar
Avatar
Avatar
3
Jul 25
9789
How to Integrate a Full-Screen Color Testing Tool with Odoo Website Builder?
v8
Avatar
Avatar
1
Mei 25
2021
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