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

All modules installed after v7 downgrad to v6.1?

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
v6.1v7downgrade
1 Balas
7814 Tampilan
Avatar
Dale E. Moore

On one of my research machines I upgraded to OpenERP v7, did some research, then "apt-get remove openerp --purge", and "dpkg -i openerp_6.1-latest-1_all.deb".

Now I'm running version 6.1 but it thinks every module is installed. And I can't set Administrator to see Update Modules.

Do you have any ideas about how to downgrade from v7 and get a functional system?

0
Avatar
Buang
Avatar
Cyril Gaspard (GEM)
Jawaban Terbai

Hi,

downgrade will be very hard, because a lot of modules are differents between v6.1 and v7.0, see the release note of v7.0 for the list of new, removed, migrate to community modules :

here

The second thing is the difference in orm between v6.1 and v7.0.

The third is modification of essential modules in table architecture like res_partner, in v7.0 there is anymore res_partner_address like in v6.1.

Finally it exists possibility to migrate by contract openerp from v6.1 to v7.0 but the contrary seems not be available.

The solution could be to use an etl to do downgradde, but with a lot of work.

Sorry

Bye

2
Avatar
Buang
Dale E. Moore
Penulis

Hi again @GEM; Downgrade might be a poor choice of words. I uninstalled and purged v7 from my system. Then installed v6.1 and created a 6.1 db. When that produced such bad results, I wiped out the system and installed Ubuntu 12.10, posrgresql, OpenERP v6.1 and all works as expected.

Cyril Gaspard (GEM)

Hi good news. Try to not install openerp by not using setup.py in server directories, you will have less problems. In the case of multi versions,openerp, create one role postgresql by version, to define in each server config file for option lines db_user and db_password corresponding to your role, change naturally ports line options too . All options can be find in server/openerp/tools/config.py Bye

Dale E. Moore
Penulis

You think that posrgresql was dirtied up by the v7 install. Good thought. I'll keep my eyes open for that next time I'm lost on that same road at night.

Cyril Gaspard (GEM)

no but if you try to read a database created in 7.0 with a 6.1 server version you will have an error, That's why it's better to have one role postgresql by openerp install, in this case each server see only databases created with its version ;) , and you will have no errordue to different versions openerp installed. Bye

Dale E. Moore
Penulis

That wasn't the case. There were several v6 created databases present. Though they might have been opened by v7; they were created in v6.

Cyril Gaspard (GEM)

Try with a databse created with an openerp 6.0 ;) .Between 6.1 and 7.0 it is possible (strange), but the problem is that modules are different and postgresl tables too. The best way is finally to not mixed database versions by creating a role for each version as I wrote, but you can do as you want, we are living in a free opensource world ;) . Bye

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
ir.default
v6.1 v7
Avatar
Avatar
1
Mar 15
8077
installation openerp
v6.1 server v7
Avatar
Avatar
1
Mar 15
5186
How to retrieve the build number of an installed version?
v6.1 v7 build
Avatar
Avatar
1
Mar 15
12684
Why does my Openerp export rubbish?
v6.1 export v7
Avatar
Avatar
1
Mar 15
6394
How to generate po file? Diselesaikan
development v6.1 v7 translation
Avatar
Avatar
2
Apr 23
16854
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