Skip to Content
Odoo Menu
  • Zaloguj się
  • Wypróbuj za darmo
  • Aplikacje
    Finanse
    • Księgowość
    • Fakturowanie
    • Wydatki
    • Arkusz kalkulacyjny (BI)
    • Dokumenty
    • Podpisy
    Sprzedaż
    • CRM
    • Sprzedaż
    • PoS Sklep
    • PoS Restauracja
    • Subskrypcje
    • Wypożyczalnia
    Strony Internetowe
    • Kreator Stron Internetowych
    • eCommerce
    • Blog
    • Forum
    • Czat na Żywo
    • eLearning
    Łańcuch dostaw
    • Magazyn
    • Produkcja
    • PLM
    • Zakupy
    • Konserwacja
    • Jakość
    Zasoby Ludzkie
    • Pracownicy
    • Rekrutacja
    • Urlopy
    • Ocena pracy
    • Polecenia Pracownicze
    • Flota
    Marketing
    • Marketing Społecznościowy
    • E-mail Marketing
    • SMS Marketing
    • Wydarzenia
    • Automatyzacja Marketingu
    • Ankiety
    Usługi
    • Projekt
    • Ewidencja czasu pracy
    • Usługi Terenowe
    • Helpdesk
    • Planowanie
    • Spotkania
    Produktywność
    • Dyskusje
    • Zatwierdzenia
    • IoT
    • VoIP
    • Baza wiedzy
    • WhatsApp
    Aplikacje trzecich stron Studio Odoo Odoo Cloud Platform
  • Branże
    Sprzedaż detaliczna
    • Księgarnia
    • Sklep odzieżowy
    • Sklep meblowy
    • Sklep spożywczy
    • Sklep z narzędziami
    • Sklep z zabawkami
    Żywienie i hotelarstwo
    • Bar i Pub
    • Restauracja
    • Fast Food
    • Pensjonat
    • Dystrybutor napojów
    • Hotel
    Agencja nieruchomości
    • Agencja nieruchomości
    • Biuro architektoniczne
    • Budowa
    • Zarządzanie nieruchomościami
    • Ogrodnictwo
    • Stowarzyszenie właścicieli nieruchomości
    Doradztwo
    • Biuro księgowe
    • Partner Odoo
    • Agencja marketingowa
    • Kancelaria prawna
    • Agencja rekrutacyjna
    • Audyt i certyfikacja
    Produkcja
    • Tekstylia
    • Metal
    • Meble
    • Jedzenie
    • Browar
    • Prezenty firmowe
    Zdrowie & Fitness
    • Klub sportowy
    • Salon optyczny
    • Centrum fitness
    • Praktycy Wellness
    • Apteka
    • Salon fryzjerski
    Transakcje
    • Złota rączka
    • Wsparcie Sprzętu IT
    • Systemy energii słonecznej
    • Szewc
    • Firma sprzątająca
    • Usługi HVAC
    Inne
    • Organizacja non-profit
    • Agencja Środowiskowa
    • Wynajem billboardów
    • Fotografia
    • Leasing rowerów
    • Sprzedawca oprogramowania
    Przeglądaj wszystkie branże
  • Community
    Ucz się
    • Samouczki
    • Dokumentacja
    • Certyfikacje
    • Szkolenie
    • Blog
    • Podcast
    Pomóż w nauce innym
    • Program Edukacyjny
    • Scale Up! Gra biznesowa
    • Odwiedź Odoo
    Skorzystaj z oprogramowania
    • Pobierz
    • Porównaj edycje
    • Wydania
    Współpracuj
    • Github
    • Forum
    • Wydarzenia
    • Tłumaczenia
    • Zostań partnerem
    • Usługi dla partnerów
    • Zarejestruj swoją firmę rachunkową
    Skorzystaj z usług
    • Znajdź partnera
    • Znajdź księgowego
    • Spotkaj się z doradcą
    • Usługi wdrożenia
    • Opinie klientów
    • Wsparcie
    • Aktualizacje
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Zaplanuj demo
  • Cennik
  • Pomoc

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

  • CRM
  • e-Commerce
  • Księgowość
  • Zapasy
  • PoS
  • Projekt
  • MRP
All apps
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
Wszystkie posty Osoby Odznaki
Tagi (Zobacz wszystko)
odoo accounting v14 pos v15
O tym forum
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
Wszystkie posty Osoby Odznaki
Tagi (Zobacz wszystko)
odoo accounting v14 pos v15
O tym forum
Pomoc

Odoo Community 15 to 17 migration procedure ?

Zaprenumeruj

Otrzymaj powiadomienie o aktywności w tym poście

To pytanie dostało ostrzeżenie
migrationv15v17
5 Odpowiedzi
19058 Widoki
Awatar
Jeffry Alexander

Hello , i am using odoo community 15 for a while , and right now i have interest to use Odoo 17 community edition

all my module is standart , that come with odoo community 15 , no custom module

i try to restore odoo 15 backup database on odoo 17 , and did not work

are there any guide to do it ? 

Thank you

0
Awatar
Odrzuć
Awatar
Mily Shajan
Najlepsza odpowiedź

Hi Jeffry 

You can migrate one version at a time , like Odoo 15 - 16- 17 , Using Open Upgrade Migration Scripts

Check this references 

Database Migration using Open Upgrade

Check this github Repo for scripts

https://github.com/OCA/OpenUpgrade.git


Regards

0
Awatar
Odrzuć
Awatar
jenna wallace
Najlepsza odpowiedź

Hi, you can't directly restore an Odoo 15 DB to Odoo 17 because of structural changes. You need to migrate step-by-step (15 → ​​16 → 17) using OCA OpenUpgrade scripts . Simple data (like customers/products) can be exported/imported via CSV, but for full DB migration, scripts are required. 

0
Awatar
Odrzuć
Awatar
Webkul
Najlepsza odpowiedź

Hello Jeffry,

For the Odoo community edition, Odoo does not upgrade tool like it has for the enterprise edition. To Migrate data from the Odoo 15 CE to Odoo V17 CE, first, you need to decide what type of data you want to migrate. If you want to migrate static data like customers, products, categories and attributes then this can be achieved with the help of a custom Python script.

If you want to migrate dynamic data like sales orders, invoices, reports etc then you will have to migrate the complete database. For this, there are some OCA scripts which can be used for the migration of the community edition. In this case, you will have to first migrate your Odoo v15 to Odoo v16 and then Odoo v16 to Odoo v17.
Simply restoring the Odoo v15 database into Odoo v17 will not work due to the different technical structures of both versions.

If you need any assistance in Odoo migration, you can contact us at support@webkul.com as we provide the Odoo migration services including the cross-platform Odoo migration which you can check here >> https://webkul.com/odoo-migration-services/

Regards
Team Webkul

0
Awatar
Odrzuć
Awatar
Pandya Rahul
Najlepsza odpowiedź

Hello, the easiest way to transfer your records to a new database is by exporting them in CSV or XLS format and then re-importing them into the new database.

You can do this by following these steps:

  1. Export the Records: Go to the list view of the desired records, select them, and export them in a compatible format (CSV or XLS). Be sure to include all the required fields.
  2. Prepare the File: Ensure that the exported file includes all necessary fields for the new database, especially if there are mandatory fields that need to be filled.
  3. Import into New Database: In the new database, navigate to the import section and upload the exported file. Odoo will map the columns to the correct fields automatically, but make sure to review the mapping and correct any discrepancies.
  4. Repeat for Other Objects: If you're migrating multiple objects (like customers, products, etc.), repeat the export-import process for each one.

This method is straightforward and ensures that the data is correctly imported into the new database.

0
Awatar
Odrzuć
Awatar
Cybrosys Techno Solutions Pvt.Ltd
Najlepsza odpowiedź

Hi,

Direct restoring a odoo 15 to odoo 17 database is not possible. because there is a so many changes in the fields and functionalities coming from odoo 15 to 17.so it is required to do complete odoo database migration from odoo 15 to 17.


Hope it helps

0
Awatar
Odrzuć
Podoba Ci się ta dyskusja? Dołącz do niej!

Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!

Zarejestruj się
Powiązane posty Odpowiedzi Widoki Czynność
Migrate Odoo 15 Enterprise version to odoo 17 Enterprise version with custom modules
migration enterprise v15 v17
Awatar
0
kwi 24
2117
Issue with Access Rules for Attachments After Migrating to Odoo V17 Rozwiązane
migration v17
Awatar
Awatar
Awatar
Awatar
3
mar 25
3350
Migration error in Settings value res.config.settings.chart_template: 's' Rozwiązane
migration v17
Awatar
Awatar
1
sty 25
3617
How to show different fields to different user-types
v15 v17
Awatar
Awatar
Awatar
Awatar
Awatar
5
paź 24
2553
error while upgrading Odoo 15 to 17
v15 v17
Awatar
Awatar
1
mar 24
2323
Społeczność
  • Samouczki
  • Dokumentacja
  • Forum
Open Source
  • Pobierz
  • Github
  • Runbot
  • Tłumaczenia
Usługi
  • Hosting Odoo.sh
  • Wsparcie
  • Aktualizacja
  • Indywidualne rozwiązania
  • Edukacja
  • Znajdź księgowego
  • Znajdź partnera
  • Zostań partnerem
O nas
  • Nasza firma
  • Zasoby marki
  • Skontaktuj się z nami
  • Oferty pracy
  • Wydarzenia
  • Podcast
  • Blog
  • Klienci
  • Informacje prawne • Prywatność
  • Bezpieczeństwo Odoo
الْعَرَبيّة 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 to pakiet aplikacji biznesowych typu open source, które zaspokoją wszystkie potrzeby Twojej firmy: CRM, eCommerce, księgowość, inwentaryzacja, punkt sprzedaży, zarządzanie projektami itp.

Unikalną wartością Odoo jest to, że jest jednocześnie bardzo łatwe w użyciu i w pełni zintegrowane.

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