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

ODOO [16.0] : migrate ODOO [15.0] database to odoo [16.0]

Subscribe

Get notified when there's activity on this post

This question has been flagged
dbopenupgradeodoo16odoo15
3 Replies
2439 Views
Avatar
Boujraf Youssef

Dear,

I am using ODOO[15.0] and I'd like to move to ODOO[16.0].

I have already verified if all the modules I am using in ODOO[15.0] are available in ODOO[16.0].

Now I am looking for support to migrate my existing database ODOO[15.0] to ODOO[16.0].


Best Regards,

0
Avatar
Discard
Avatar
Niyas Raphy (Walnut Software Solutions)
Best Answer

Hi,
Using the openupgrade project, you can migrate it to 16.0. Did you already tried that and facing some issues ?

How to use open upgrade

Thanks

0
Avatar
Discard
Boujraf Youssef
Author

Dear,

I never used the openupgrade module.

If you have any tutorial to follow it, I will appreciate.

Best Regards

Niyas Raphy (Walnut Software Solutions)

https://www.cybrosys.com/blog/how-to-upgrade-the-odoo-15-database-using-openupgrade

Boujraf Youssef
Author

Dear,

To follow the instruction. Do I need to add the odoo-addons for odoo16.0 on the same server running odoo 15.0 for the migration ?

Best Regards

Boujraf Youssef
Author

I am back regarding the upgrade of odoo 15 to odoo 16.

I am facing an issue :

2025-02-28T20:55:38.362046+01:00 vmi1930375 Odoo Server 16.0:?:DEBUG:OpenUpgrade:1 rows affected after 0:00:00.000428 running UPDATE ir_module_module SET name = 'document_knowledge' WHERE name = 'knowledge'
2025-02-28T20:55:38.363068+01:00 vmi1930375 Odoo Server 16.0:?:ERROR:odoo.sql_db:bad query: UPDATE ir_model_data SET name = 'module_document_knowledge' WHERE name = 'module_knowledge' AND module = 'base' AND model='ir.module.module' #012ERROR: duplicate key value violates unique constraint "ir_model_data_module_name_uniq_index"#012DETAIL: Key (module, name)=(base, module_document_knowledge) already exists.
2025-02-28T20:55:38.363137+01:00 vmi1930375 Odoo Server 16.0:?:ERROR:OpenUpgrade:Error after 0:00:00.000839 running UPDATE ir_model_data SET name = 'module_document_knowledge' WHERE name = 'module_knowledge' AND module = 'base' AND model='ir.module.module'
2025-02-28T20:55:38.363180+01:00 vmi1930375 Odoo Server 16.0:?:ERROR:OpenUpgrade:base: error in migration script /opt/odoo/16.0/addons16/OpenUpgrade/openupgrade_scripts/scripts/base/16.0.1.3/pre-migration.py: duplicate key value violates unique constraint "ir_model_data_module_name_uniq_index"#012DETAIL: Key (module, name)=(base, module_document_knowledge) already exists.

This module is not installed in odoo 15.

Best Regards

Avatar
Dương Nguyễn
Best Answer

Hello if you have odoo license you can always ask odoo to upgrade for you https://upgrade.odoo.com/

If you dont then use github .com/OCA/OpenUpgrade

Documentation oca. github. io/OpenUpgrade/


0
Avatar
Discard
Avatar
Boujraf Youssef
Author Best Answer

I am back regarding the upgrade of odoo 15 to odoo 16.

I am facing an issue :

2025-02-28T20:55:38.362046+01:00 vmi1930375 Odoo Server 16.0:?:DEBUG:OpenUpgrade:1 rows affected after 0:00:00.000428 running UPDATE ir_module_module SET name = 'document_knowledge' WHERE name = 'knowledge'

2025-02-28T20:55:38.363068+01:00 vmi1930375 Odoo Server 16.0:?:ERROR:odoo.sql_db:bad query: UPDATE ir_model_data SET name = 'module_document_knowledge' WHERE name = 'module_knowledge' AND module = 'base' AND model='ir.module.module' #012ERROR: duplicate key value violates unique constraint "ir_model_data_module_name_uniq_index"#012DETAIL: Key (module, name)=(base, module_document_knowledge) already exists.

2025-02-28T20:55:38.363137+01:00 vmi1930375 Odoo Server 16.0:?:ERROR:OpenUpgrade:Error after 0:00:00.000839 running UPDATE ir_model_data SET name = 'module_document_knowledge' WHERE name = 'module_knowledge' AND module = 'base' AND model='ir.module.module'

2025-02-28T20:55:38.363180+01:00 vmi1930375 Odoo Server 16.0:?:ERROR:OpenUpgrade:base: error in migration script /opt/odoo/16.0/addons16/OpenUpgrade/openupgrade_scripts/scripts/base/16.0.1.3/pre-migration.py: duplicate key value violates unique constraint "ir_model_data_module_name_uniq_index"#012DETAIL: Key (module, name)=(base, module_document_knowledge) already exists.

This module is not installed in odoo 15.

Best Regards


0
Avatar
Discard
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
Related Posts Replies Views Activity
Problems Migrating (OpenUpgrade) Odoo Sites from v15 -> v16
migration openupgrade odoo16
Avatar
0
Mar 25
2633
OpenUgrade : Can't render custom view  for model res.bank Solved
OpenUpgrade Belgium odoo16 odoo15
Avatar
2
Nov 25
143
Error 500 When Restoring Database in Odoo16
restore restoredb db odoo16
Avatar
2
Jan 25
1788
What version of PostgreSQL Odoo 15, 16 and 17 uses ? Solved
postgresql odoosh odoo16 odoo15 OdooV17
Avatar
Avatar
1
May 24
14602
Automatic Batch Transfer Solved
odoo16
Avatar
Avatar
1
Aug 25
1356
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