Skip to Content
Odoo Menu
  • Prihlásiť sa
  • Vyskúšajte zadarmo
  • Aplikácie
    Financie
    • Účtovníctvo
    • Fakturácia
    • Výdavky
    • Tabuľka (BI)
    • Dokumenty
    • Podpis
    Predaj
    • CRM
    • Predaj
    • POS Shop
    • POS Restaurant
    • Manažment odberu
    • Požičovňa
    Webstránky
    • Tvorca webstránok
    • eShop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Supply Chain
    • Sklad
    • Výroba
    • Správa životného cyklu produktu
    • Nákup
    • Údržba
    • Manažment kvality
    Ľudské zdroje
    • Zamestnanci
    • Nábor zamestnancov
    • Voľné dni
    • Hodnotenia
    • Odporúčania
    • Vozový park
    Marketing
    • Marketing sociálnych sietí
    • Email marketing
    • SMS marketing
    • Eventy
    • Marketingová automatizácia
    • Prieskumy
    Služby
    • Projektové riadenie
    • Pracovné výkazy
    • Práca v teréne
    • Helpdesk
    • Plánovanie
    • Schôdzky
    Produktivita
    • Tímová komunikácia
    • Schvalovania
    • IoT
    • VoIP
    • Znalosti
    • 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 Managament
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Výroba
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware and 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
  • Komunita
    Vzdelávanie
    • Tutoriály
    • Dokumentácia
    • Certifikácie
    • Školenie
    • Blog
    • Podcast
    Empower Education
    • Vzdelávací program
    • Scale Up! Business Game
    • Visit Odoo
    Softvér
    • Stiahnuť
    • Porovnanie Community a Enterprise vierzie
    • Releases
    Spolupráca
    • Github
    • Fórum
    • Eventy
    • Preklady
    • Staň sa partnerom
    • Services for Partners
    • Register your Accounting Firm
    Služby
    • Nájdite partnera
    • Nájdite účtovníka
    • Meet an advisor
    • Implementation Services
    • Zákaznícke referencie
    • Podpora
    • Upgrades
    ​Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Získajte demo
  • Cenník
  • Help

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

  • CRM
  • e-Commerce
  • Účtovníctvo
  • Sklady
  • PoS
  • Projektové riadenie
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
Pomoc

Odoo Community 13 to 14 database migration

Odoberať

Get notified when there's activity on this post

This question has been flagged
4 Replies
19774 Zobrazenia
Avatar
J.Barber

Hi all!


Is it currently possible to migrate database from Odoo 13 to 14 with OpenUpgrade?

We use Odoo 11 (Community Edition) and we're able to migrate from 11 to 12 and from 12 to 13, but when git checkout 14.0 version of OpenUpgrade, "odoo-bin" file is removed from "OpenUpgrade" folder and can't follow same procedure. Then, using "odoo-bin" from 11 version and from 14 version, we get several errors (not module errors but table content errors) and migration doesn't finish.

Many thanks!

Cheers.-

0
Avatar
Zrušiť
HESHAM YUSUF

I would like to migrate my database from  odoo 12 to 13. could you please help me step by step.

can it be done on windows 10 or only unbunto ?

Jean_Luc

Hello,

I am currently in the same situation as you. I also managed to migrate from odoo 12 to 13 but not from 13 to 14 because the "odoo-bin" file is missing. I tried to call my odoo instance using the "odoo" call, but I have a feeling that the work done is not the same. I look at the Open Upgrade doc, but I admit that I don't understand everything. Did you manage to move forward?
Thank you for your response and your help!

Avatar
Jainesh Shah(Aktiv Software)
Best Answer

Hello Barber,

As it is possible using OpenUpgarde script but currently we are facing some issue which mention at here :-
https://www.odoo.com/forum/help-1/event-id-error-on-migration-v13-ce-to-v14-ce-using-open-upgraded-script-version-188647

4
Avatar
Zrušiť
Avatar
Kartik Patel
Best Answer

Hello Barber,

In Openupgrade 14, the odoo-bin file is deprecated, instead we need to call the migration script of Openupgrade with odoo-14. For eg:-

branch(14.0) -> ./odoo-bin -d database_name --upgrade-path=OpenUpgrade-14/openupgrade_scripts/scripts --load=web,openupgrade_framework -u all

In upgrade-path, we need to give the path of scripted module and need to load web and openupgrade_framework module with it. We also need to install one python package for openupgrade-14 i.e https://pypi.org/project/odoo14-addon-openupgrade-scripts/


Note:- All the modules of Openupgrade-14 have not its migration script, odoo is still working on it . Please refer the below links

 https://github.com/OCA/OpenUpgrade/issues/2190

https://github.com/OCA/OpenUpgrade/issues/2595

https://github.com/OCA/OpenUpgrade/issues/2665

2
Avatar
Zrušiť
Derick David

Odoo SA does work on the migration script for openupgrade its done by the OCA which is an independent community

Avatar
Melvin Chongo
Best Answer

Hello sir
Hope you doing fine. Please can you explain how you did migrate from v12 to v13, i really need your help!
If you prefer you can send me an email 
macchongo@gmail.com

0
Avatar
Zrušiť
Avatar
Jean_Luc
Best Answer

Thanks Derick for your answer, but it's juste an information and so ?

0
Avatar
Zrušiť
Enjoying the discussion? Don't just read, join in!

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

Registrácia
Komunita
  • Tutoriály
  • Dokumentácia
  • Fórum
Open Source
  • Stiahnuť
  • Github
  • Runbot
  • Preklady
Služby
  • Odoo.sh hosting
  • Podpora
  • Vyššia verzia
  • Custom Developments
  • Vzdelávanie
  • Nájdite účtovníka
  • Nájdite partnera
  • Staň sa partnerom
O nás
  • Naša spoločnosť
  • Majetok značky
  • Kontaktujte nás
  • Pracovné ponuky
  • Eventy
  • Podcast
  • Blog
  • Zákazníci
  • Právne dokumenty • Súkromie
  • Bezpečnosť
الْعَرَبيّة 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 je sada podnikových aplikácií s otvoreným zdrojovým kódom, ktoré pokrývajú všetky potreby vašej spoločnosti: CRM, e-shop, účtovníctvo, skladové hospodárstvo, miesto predaja, projektový manažment atď.

Odoo prináša vysokú pridanú hodnotu v jednoduchom použití a súčasne plne integrovanými biznis aplikáciami.

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