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

Upgrading from Odoo 11 CE to Odoo 15 CE via 12, 13, 14

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
1 Balas
2762 Tampilan
Avatar
Renato Del Castillo

Hi Odoo Community,
I'm trying to migrate my actual Odoo 11 to Odoo 15, both community versions. I've been searching all over the Internet and I have solved a lot of "problems" so far. I'm not doing a direct migration because OpenUpgrade documentation says I have to go from 11 to 12, then to 13, 14 and 15

My testing platform is running on Ubuntu 18.04 and postgres 10

The command to run the upgrade is: 
./odoo-bin --addons-path=/var/lib/odoo/migration/openupgrade/addons -d SMRTTGUSUPG --update all --stop-after-init --load=base,web,openupgrade_framework

Right now, I have some problems:

1. openupgrade_framework won't load giving me the following errors:

2022-12-26 04:18:11,049 1346 CRITICAL ? odoo\.modules\.module:\ Couldn't\ load\ module\ openupgrade_framework
2022\-12\-26\ 04:18:11,049\ 1346\ CRITICAL\ \?\ odoo\.modules\.module:\ No\ module\ named\ 'openupgrade_framework'
2022\-12\-26\ 04:18:11,049\ 1346\ ERROR\ \?\ odoo\.service\.server:\ Failed\ to\ load\ server\-wide\ module\ `openupgrade_framework`\.
Traceback\ \(most\ recent\ call\ last\):
File\ "/var/lib/odoo/migration/openupgrade/odoo/service/server\.py",\ line\ 1111,\ in\ load_server_wide_modules
odoo\.modules\.module\.load_openerp_module\(m\)
File\ "/var/lib/odoo/migration/openupgrade/odoo/modules/module\.py",\ line\ 368,\ in\ load_openerp_module
__import__\('odoo\.addons\.'\ \+\ module_name\)
File\ "/var/lib/odoo/migration/openupgrade/odoo/modules/module\.py",\ line\ 61,\ in\ load_module
f,\ path,\ \(_suffix,\ _mode,\ type_\)\ =\ imp\.find_module\(addon_name,\ ad_paths\)
File\ "/usr/lib/python3\.6/imp\.py",\ line\ 297,\ in\ find_module
raise\ ImportError\(_ERR_MSG\.format\(name\),\ name=name\)
ImportError:\ No\ module\ named\ 'openupgrade_framework'

I\ have\ try\ to\ add\ \ /var/lib/odoo/migration/openupgrade\ to\ the\ addons\ path\ since\ it\ has\ the\ framework\ directory\ but\ it\ gives\ me\ an\ error\ saying\ that\ it\ is\ not\ an\ addon\ directory

2\.\ 3\ differente\ errors

At\ the\ end\ of\ the\ process\ I'm\ getting\ the\ following\ errors:
/2022\-12\-26\ 04:18:23,830\ 1346\ CRITICAL\ SMRTTGUSUPG\ odoo\.modules\.module:\ Couldn't\ load\ module\ auth_crypt
2022\-12\-26\ 04:18:23,830\ 1346\ CRITICAL\ SMRTTGUSUPG\ odoo\.modules\.module:\ No\ module\ named\ 'odoo\.addons\.base\.res'
2022\-12\-26\ 04:18:23,831\ 1346\ ERROR\ SMRTTGUSUPG\ odoo\.modules\.registry:\ Failed\ to\ load\ registry
Traceback\ \(most\ recent\ call\ last\):
File\ "/var/lib/odoo/migration/openupgrade/odoo/modules/registry\.py",\ line\ 86,\ in\ new
odoo\.modules\.load_modules\(registry\._db,\ force_demo,\ status,\ update_module\)
File\ "/var/lib/odoo/migration/openupgrade/odoo/modules/loading\.py",\ line\ 487,\ in\ load_modules
force,\ status,\ report,\ loaded_modules,\ update_module,\ models_to_check,\ upg_registry\)
File\ "/var/lib/odoo/migration/openupgrade/odoo/modules/loading\.py",\ line\ 371,\ in\ load_marked_modules
upg_registry=upg_registry,
File\ "/var/lib/odoo/migration/openupgrade/odoo/modules/loading\.py",\ line\ 196,\ in\ load_module_graph
load_openerp_module\(package\.name\)
File\ "/var/lib/odoo/migration/openupgrade/odoo/modules/module\.py",\ line\ 368,\ in\ load_openerp_module
__import__\('odoo\.addons\.'\ \+\ module_name\)
File\ "/var/lib/odoo/migration/openupgrade/odoo/modules/module\.py",\ line\ 82,\ in\ load_module
exec\(open\(modfile,\ 'rb'\)\.read\(\),\ new_mod\.__dict__\)
File\ "",\ line\ 3,\ in\
File\ "/usr/lib/python3/dist\-packages/odoo/addons/auth_crypt/models/__init__\.py",\ line\ 3,\ in\
from\ \.\ import\ res_users
File\ "/usr/lib/python3/dist\-packages/odoo/addons/auth_crypt/models/res_users\.py",\ line\ 9,\ in\
from\ odoo\.addons\.base\.res\ import\ res_users
ModuleNotFoundError:\ No\ module\ named\ 'odoo.addons.base.res'

please your help!

0
Avatar
Buang
Avatar
Renato Del Castillo
Penulis Jawaban Terbai

found that for version 13.0 and below the upgrade command shouldn't include the openupgrade_framework option

0
Avatar
Buang
Apiuser

So, does that mean you could migrate to 15?

Menikmati diskusi? Jangan hanya membaca, ikuti!

Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!

Daftar
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