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

(CE) Openupgrade 11 --> 12 Manual Migration

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
migrationmigrateopenupgrade
5 Replies
14306 Tampilan
Avatar
Anatole

Hello,

As explained in this issue:
https://www.odoo.com/fr_EN/forum/aide-1/question/openupgrade-11-12-ce-no-longer-possible-150878
It is no longer possible to use the script migrate.py if openupgrade to upgrade from version 11 to version 12 of odoo.


Do you know how to use openupgrade without this script ?

Scipt removal commitment: https://github.com/OCA/OpenUpgrade/commit/079b84ccd2f045a94476546a4d1fdec1fd1d5745#diff-d6c5855a62cf32a4dadbc2831f0f295f

1
Avatar
Buang
Avatar
faOtools
Jawaban Terbai

I think, your statement that OpenUpgrade doesn't work any more is not correct. The accepted answer in the referred question is a mistake.

The script 'migrate.py' is obsolete and it is stated in the documentation. This script was just to simplify. However, the system itself works: checked it about 2 months ago. The coverage is not full, but for now 11>12 is more or less Okay.

The point is in your understanding of OpenUprgade. OpenUpgrade is the Odoo code with migration scripts inside each module. As soon as you launched this code with your old database, it is updated to the newer version and simultaneously, migration is done (fields are converted, data is removed).

As for alternatives:

  1. You can ask Odoo to migrate your database (surely for remuneration)

  2. You can export/import tables (really time-consuming and error-prone)

  3. You can fix the errors manually by yourself as you launched the database on the newest code (requires much in understanding Odoo and much time)

There is no big sense to duplicate OpenUpgrade features. The result might be not better, but costs would be significant.

How to use OpenUpgrade

Follow the steps stated in the 'Manual migration': https://doc.therp.nl/openupgrade/migration_details.html. If to simplify: 

  1. Clone OpenUpgrade of the version you want to migrate (e.g. 12.0)

  2. Make your database backup (e.g. of the version 11)

  3. Launch Odoo using OpenUpgrade code (as you launch it with just Odoo code) and with your database (-d [Your Database])

  4. Follow logs > fix errors and process warnings; re-launch if something is changed.

  5. If everything is fine, the updated database is a migrated one. Launch standard Odoo for this database (I recommend to do so with updating base or all modules)

3
Avatar
Buang
Levi Bensley

At what point would you use the -d argument? my odoo servers have always started up automatically

Avatar
Era Group LTD. CO.
Jawaban Terbai

Still, the instructors are not clear enough!

Would you please explain steps with example

thanks,

0
Avatar
Buang
Avatar
Anatole
Penulis Jawaban Terbai

Hello Odoo tools,

I can't comment, so I'll answer you here.
Thank you for taking the time to respond.
You're right, the answer to the other question has been modified.

You're right again in the sense that I don't fully understand OpenUpgrade. I don't know how to use this code because i think the documentation doesn't seem precise enough to use it. The script allowed to do this simply but without it how to do it to migrate? It is necessary to execute the "end-migration.py" script for all modules? If so, is there a specific order? Are there any detailed explanations and instructions to follow to carry out such an operation?

Thank you in advance, have a good day.
Anatole

0
Avatar
Buang
faOtools

Anatole, I updated my answer with basic hints how to use OpenUpgrade.

Anatole
Penulis

Thank you for that answer, I'll look precisely into it later.

This is already helping.

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
Asset Management migration V12.0 to new versions
migration openupgrade
Avatar
0
Mei 23
3036
How to set up 2 OpenUpgrade Servers Diselesaikan
migration openupgrade
Avatar
1
Agu 19
5324
Migration Saas to On Promise ? Diselesaikan
migration migrate
Avatar
Avatar
2
Jul 18
7057
Error openupgrade hr module
migration openupgrade
Avatar
Avatar
1
Mar 15
6381
Detailed instruction for migrating Odoo (8->12) with OpenUpgrade Diselesaikan
migration migrate odooV8 openupgrade odoo12
Avatar
Avatar
Avatar
7
Des 23
21669
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