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

Ubuntu+bazaar, update openerp through command line

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
installbazaarv7update
1 Balas
9778 Tampilan
Avatar
Yaroslav

I have the following enviroment:

  • Ubuntu 12.04 LTS
  • OpenERP 7.0
  • bazaar 2.5.1

In relation to a bug found on the v7. There is a patch, some user already tested and it seems to work.

I installed OpenErp7 following the useful tutorial on www.theopensourcerer.com. One of the steps is to download and install bazaar and the download the last branch of OpenERP:

bzr branch lp:openobject-server/7.0 server
bzr branch lp:openobject-addons/7.0 addons
bzr branch lp:openerp-web/7.0 web

I'm new using bazaar. Have read the manual and checked some samples. But I don't want to risk doing an update to try to correct the bug and mess up the installation. Could someone instruct me on the steps to do it? I mean, to download and install the patch?

2
Avatar
Buang
Avatar
Yaroslav
Penulis Jawaban Terbai

The following commands can be used:

bzr patch <patch_filename_or_url>
patch <patch_filename_or_url>

First one worked for me.

3
Avatar
Buang
Peter Seng

like this bzr patch lp:~openerp-dev/openerp-web/trunk-bug-1083487-bth is ok?

Yaroslav
Penulis

Seems ok to me, but as I stated on my question, I'm still new to bazaar so please be sure to backup before and of course, do not install the patch on a production enviroment, always use a test enviroment, on a local pc, virtual system, etc.

Peter Seng

Thanks for your answer.I enter the code "patch <patch_filename_or_url>".It seems to work... But I wait 2hour .It still no action in my common line.I close it! How many time you should wait to patch a bug.

Yaroslav
Penulis

2hrs? No good, something is not correct there. It depends on the size of the patch to download and your connection speed and I guess you are not using 56kb modem ;) So it should be no more that a few seconds,maybe half a minute, but no more. Are you sure the path to the patch is ok and is available?

Peter Seng

If you want to fix this bug https://bugs.launchpad.net/openerp-web/+bug/1083487 .What would you do! thank you man!!

Yaroslav
Penulis

Reading the launchapd comments,it was fixed by the user BhumiThakkar but then couple of weeks later the user Nicolas says "This bug will be solved in trunk after we finish resolving the more-important bugs in 7.0" So I guess is still not fixed. Neither ways, there is a branch to download not a patch

Peter Seng

where can I get a patch file or patch url?Can you give me a url link to show how to do it?

Yaroslav
Penulis

I can't give you nothig, I've just read what was posted on the same link you previously provided. So I'm sorry, but can't help you.

Peter Seng

Thank you very much all the same!I know how to put a patch after I search use google!But is somewhere can download a The official patch or I should make a patch by myself?

Yaroslav
Penulis

As I already commented, there is yet no patch for this error, please read the launchpad post you posted some comments before this one.

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
What exactly does updating "Base" module do? Diselesaikan
v7 update
Avatar
Avatar
Avatar
3
Mar 24
14729
Error al instalar módulos en OpenERP V7.0
module install addons v7 update
Avatar
0
Mar 15
5580
how to update module in a production environment? Diselesaikan
install update
Avatar
Avatar
Avatar
Avatar
3
Jan 24
19512
Cannot install local module
module install mrp v7 update
Avatar
Avatar
2
Mar 15
8538
Install Multiple Instances of Odoo on a single Linux Server
test install update
Avatar
Avatar
1
Jun 24
12294
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