Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Approvals
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Estate Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Pricing
  • Help

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

  • CRM
  • e-Commerce
  • Accounting
  • Inventory
  • PoS
  • Project
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
Help

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

Subscribe

Get notified when there's activity on this post

This question has been flagged
1 Reply
2764 Views
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
Discard
Avatar
Renato Del Castillo
Author Best Answer

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

0
Avatar
Discard
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!

Sign up
Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security
الْعَرَبيّة 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