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

How to enable Debugging for OpenERP7 on Windows?

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
windowsdebugopenerpeclipse
2 Replies
6691 Tampilan
Avatar
Gregor Heger

Hi,

I'm on the really hard mission to enable debugging for OpenERP7 on Windows. My wish is to be able to set breakpoints in modules within my Windows Eclipse IDE and browse across python objects.

I googled some tutorials to enable it and found one, but it is not very clear: This is a link -> debug-openerp-python-code-in-eclipse.blogspot.in

According to the tutorial I opened the Run Configurations and entered my current Module Project which is located in C:\Tools\OpenERP7\Server . This is no problem.

Afterwards, it says to choose the main module file openerp-server within OpenERP7\Server\server -- BUT -- there is no openerp-server file! Eclipse says, it must be a python file containing a __main__ method. Do I have to install the sources version of openerp or why is there no openerp-server file located in my \server directory?

0
Avatar
Buang
Avatar
Martin
Jawaban Terbai

does this help ?

How to set up remote development in Eclipse for Python? (the “remote” part)

0
Avatar
Buang
Gregor Heger
Penulis

Thanks, but it doesn't. There is an explanation for general remote debugging which is not helping in my case. It requires that debugging locally is already possible. But I don't know how to debug. I think the Problem is, that the server is an executable exe-file and I need the server as python script, so that Eclipse can execute the server python script. BY THE WAY: I downloaded the openerp source and built it finally. Surprisingly, it doesn't contain the server. So I think I have to download and built the server source explicitly??? I'm confused..

Avatar
Gregor Heger
Penulis Jawaban Terbai

Guys! I DID IT! To make debugging possible for eclipse on windows, you can follow the tutorial I mentioned before -> -> debug-openerp-python-code-in-eclipse.blogspot.in

But following additional information is necessary to make it possible: 1. You have to use the source version. Only there, you find the file openerp-server which you can rename to openerp-server.py if you want. 2. Then, you can enter for the main module the diret path to the openerp-server file. You may have to type in the path directly.

0
Avatar
Buang
GonG

Hi, I've been trying to debug OpenERP7 on Windows too. Could you please tells me how to build the source version on Windows? Or any references that you used to build OpenERP7 on Windows, please.

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
ImportError: No module named psycopg2 Diselesaikan
windows debug eclipse
Avatar
Avatar
Avatar
Avatar
5
Jul 20
95393
Detailed steps to debug openerp v7.0 on Eclipse
debug openerp eclipse
Avatar
0
Jun 15
5739
After a "could not execute command 'lessc'" Diselesaikan
windows eclipse odoo
Avatar
Avatar
Avatar
Avatar
4
Mar 23
19932
Running Odoo 10 from eclipse Diselesaikan
windows eclipse odoo
Avatar
Avatar
2
Jul 19
3919
Upgrade from openerp 7 to odoo 8 on Windows Server
windows openerp odoo
Avatar
0
Mar 15
4488
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