Skip to Content
Odoo Menu
  • Prijavi
  • Try it free
  • Aplikacije
    Finance
    • Knjigovodstvo
    • Obračun
    • Stroški
    • Spreadsheet (BI)
    • Dokumenti
    • Podpisovanje
    Prodaja
    • CRM
    • Prodaja
    • POS Shop
    • POS Restaurant
    • Naročnine
    • Najem
    Spletne strani
    • Website Builder
    • Spletna trgovina
    • Blog
    • Forum
    • Pogovor v živo
    • eUčenje
    Dobavna veriga
    • Zaloga
    • Proizvodnja
    • PLM
    • Nabava
    • Vzdrževanje
    • Kakovost
    Kadri
    • Kadri
    • Kadrovanje
    • Odsotnost
    • Ocenjevanja
    • Priporočila
    • Vozni park
    Marketing
    • Družbeno Trženje
    • Email Marketing
    • SMS Marketing
    • Dogodki
    • Avtomatizacija trženja
    • Ankete
    Storitve
    • Projekt
    • Časovnice
    • Storitve na terenu
    • Služba za pomoč
    • Načrtovanje
    • Termini
    Produktivnost
    • Razprave
    • Odobritve
    • IoT
    • Voip
    • Znanje
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industrije
    Trgovina na drobno
    • Book Store
    • Trgovina z oblačili
    • Trgovina s pohištvom
    • Grocery Store
    • Trgovina s strojno opremo računalnikov
    • Trgovina z igračami
    Food & Hospitality
    • Bar and Pub
    • Restavracija
    • Hitra hrana
    • Guest House
    • Beverage Distributor
    • Hotel
    Nepremičnine
    • Real Estate Agency
    • Arhitekturno podjetje
    • Gradbeništvo
    • Estate Management
    • Vrtnarjenje
    • Združenje lastnikov nepremičnin
    Svetovanje
    • Računovodsko podjetje
    • Odoo Partner
    • Marketinška agencija
    • Law firm
    • Pridobivanje talentov
    • Audit & Certification
    Proizvodnja
    • Tekstil
    • Metal
    • Pohištvo
    • Hrana
    • Brewery
    • Poslovna darila
    Health & Fitness
    • Športni klub
    • Trgovina z očali
    • Fitnes center
    • Wellness Practitioners
    • Lekarna
    • Frizerski salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Sistemi sončne energije
    • Izdelovalec čevljev
    • Čistilne storitve
    • HVAC Services
    Ostali
    • Neprofitna organizacija
    • Agencija za okolje
    • Najem oglasnih panojev
    • Fotografija
    • Najem koles
    • Prodajalec programske opreme
    Browse all Industries
  • Skupnost
    Learn
    • Tutorials
    • Dokumentacija
    • Certifikati
    • Šolanje
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Prenesi
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Dogodki
    • Prevodi
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Sklici kupca
    • Podpora
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Določanje cen
  • Pomoč

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Knjigovodstvo
  • Zaloga
  • PoS
  • Projekt
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
Pomoč

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

Naroči se

Get notified when there's activity on this post

This question has been flagged
1 Odgovori
2763 Prikazi
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
Opusti
Avatar
Renato Del Castillo
Avtor Best Answer

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

0
Avatar
Opusti
Apiuser

So, does that mean you could migrate to 15?

Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Prijavi
Community
  • Tutorials
  • Dokumentacija
  • Forum
Open Source
  • Prenesi
  • Github
  • Runbot
  • Prevodi
Services
  • Odoo.sh Hosting
  • Podpora
  • Nadgradnja
  • Custom Developments
  • Izobraževanje
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Sredstva blagovne znamke
  • Kontakt
  • Zaposlitve
  • Dogodki
  • Podcast
  • Blog
  • Stranke
  • Pravno • Zasebnost
  • Varnost
الْعَرَبيّة 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 is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

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