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

File Changes Not Working in OpenERP

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
xmlhelpdesk
2 Replies
8602 Tampilan
Avatar
Vj

I am new to OpenERP. I have successfully installed OpenERP-7.0 in Ubuntu server(local machine). I have edited some files in helpdesk module in below path in menu

Sales => Configuration = > Helpdesk => Categories

I have edited helpdesk files in below path

opt/openerp/server/openerp/addons/crm_helpdesk/crm_helpdesk_view.xml

but my changes are not reflecting in the front-end on the above menu.

so shall i need to do anything for changes reflection in frontend?

I need to customize theme & some other functionality in helpdesk module.

Any help my appreciation.

Thanks All.

0
Avatar
Buang
Avatar
patrick
Jawaban Terbai

If you change the xml-code of a screen, you have to reload that module.

In your case, it is better to create a new module, and do the changes to the file within that module.

Next step is to copy the module to the /addons directory, followed by a load (or reload) of your module (Settings -> Update Modules List, than Settings -> Installed Modules, and search for the name of your module).

1
Avatar
Buang
Vj
Penulis

How to change the table header, table rows(Odd Row/Even Row) CSS in Helpdesk/Categories displaying table?

patrick

What do you mean by your question? To change the description of the column you have to change things in the code. But it might be better to post a new question, because that is not related to the original question.

Avatar
Jawaban Terbai

Try to stop OpenERP server and then restart server with:

openerp-server -c path_to_config_file -u crm_helpdesk

That line means start openerp server using config file (-c path_to_config_file) and update module crm_helpdesk (-u crm_helpdesk)

Edit: First generate a config file:

openerp-server -s -c <config_file_path>

replace tagged code with a path to file where your config file will be.

Then:

openerp-server -c <config_file_path> -u crm_helpdesk

replacing tagged code with path to your now existing config file path. This line starts server with parameters in config file and updates "crm_helpdesk" module.

1
Avatar
Buang
Vj
Penulis

openerp@testdev:~$ /opt/openerp/server/openerp-server -c path_to_config_file -u crm_helpdesk Usage: openerp-server [options]

openerp-server: error: The config file 'path_to_config_file' selected with -c/--config doesn't exist, use -s/--save if you want to generate it openerp@testdev:~$

Perhaps you used "path_to_config_file" literally? That file must exist on your system, you need to first generate it. Stop your openerp server, then start it with "openerp-server -s -c <config_file_path>" , replace <config_file_path> with f.e. ".my-config" to create a config file in current directory. Then start server as described in my answer, only without "-s" and -c .my-config (if starting from same directory where your config file is).

I mean when you have generated your config file, start server with "openerp-server -c .my-config -u crm_helpdesk , this is documented in version 6.1 install documentation at http://doc.openerp.com

Vj
Penulis

Thanks...... Where the code found in list view and form view for Helpdesk/Categories?

Don't know, sorry. That should probably be a separate question.

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
[UA GuíA pArA ApOyo^@]¿Cómo hablo con alguien de United? #UAA TELEFONO
helpdesk
Avatar
0
Nov 25
2
¿Cómo puedo hablar con una persona en Aeroméxico 4718?
helpdesk
Avatar
0
Nov 25
3
Sales Order and Invoice Warning Messages in Helpdesk Diselesaikan
helpdesk
Avatar
Avatar
1
Agu 25
912
Enable Counters in odoo what is the use of it Diselesaikan
xml
Avatar
Avatar
1
Mar 25
2618
Support Process Blueprint functionality in Odoo (Same as Zoho desk Blueprint) | Odoo v17
helpdesk
Avatar
0
Mar 25
2313
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