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

(CE) Openupgrade 11 --> 12 Manual Migration

Zaprenumeruj

Otrzymaj powiadomienie o aktywności w tym poście

To pytanie dostało ostrzeżenie
migrationmigrateopenupgrade
5 Odpowiedzi
14367 Widoki
Awatar
Anatole

Hello,

As explained in this issue:
https://www.odoo.com/fr_EN/forum/aide-1/question/openupgrade-11-12-ce-no-longer-possible-150878
It is no longer possible to use the script migrate.py if openupgrade to upgrade from version 11 to version 12 of odoo.


Do you know how to use openupgrade without this script ?

Scipt removal commitment: https://github.com/OCA/OpenUpgrade/commit/079b84ccd2f045a94476546a4d1fdec1fd1d5745#diff-d6c5855a62cf32a4dadbc2831f0f295f

1
Awatar
Odrzuć
Awatar
faOtools
Najlepsza odpowiedź

I think, your statement that OpenUpgrade doesn't work any more is not correct. The accepted answer in the referred question is a mistake.

The script 'migrate.py' is obsolete and it is stated in the documentation. This script was just to simplify. However, the system itself works: checked it about 2 months ago. The coverage is not full, but for now 11>12 is more or less Okay.

The point is in your understanding of OpenUprgade. OpenUpgrade is the Odoo code with migration scripts inside each module. As soon as you launched this code with your old database, it is updated to the newer version and simultaneously, migration is done (fields are converted, data is removed).

As for alternatives:

  1. You can ask Odoo to migrate your database (surely for remuneration)

  2. You can export/import tables (really time-consuming and error-prone)

  3. You can fix the errors manually by yourself as you launched the database on the newest code (requires much in understanding Odoo and much time)

There is no big sense to duplicate OpenUpgrade features. The result might be not better, but costs would be significant.

How to use OpenUpgrade

Follow the steps stated in the 'Manual migration': https://doc.therp.nl/openupgrade/migration_details.html. If to simplify: 

  1. Clone OpenUpgrade of the version you want to migrate (e.g. 12.0)

  2. Make your database backup (e.g. of the version 11)

  3. Launch Odoo using OpenUpgrade code (as you launch it with just Odoo code) and with your database (-d [Your Database])

  4. Follow logs > fix errors and process warnings; re-launch if something is changed.

  5. If everything is fine, the updated database is a migrated one. Launch standard Odoo for this database (I recommend to do so with updating base or all modules)

3
Awatar
Odrzuć
Levi Bensley

At what point would you use the -d argument? my odoo servers have always started up automatically

Awatar
Era Group LTD. CO.
Najlepsza odpowiedź

Still, the instructors are not clear enough!

Would you please explain steps with example

thanks,

0
Awatar
Odrzuć
Awatar
Anatole
Autor Najlepsza odpowiedź

Hello Odoo tools,

I can't comment, so I'll answer you here.
Thank you for taking the time to respond.
You're right, the answer to the other question has been modified.

You're right again in the sense that I don't fully understand OpenUpgrade. I don't know how to use this code because i think the documentation doesn't seem precise enough to use it. The script allowed to do this simply but without it how to do it to migrate? It is necessary to execute the "end-migration.py" script for all modules? If so, is there a specific order? Are there any detailed explanations and instructions to follow to carry out such an operation?

Thank you in advance, have a good day.
Anatole

0
Awatar
Odrzuć
faOtools

Anatole, I updated my answer with basic hints how to use OpenUpgrade.

Anatole
Autor

Thank you for that answer, I'll look precisely into it later.

This is already helping.

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ść
Asset Management migration V12.0 to new versions
migration openupgrade
Awatar
0
maj 23
3088
How to set up 2 OpenUpgrade Servers Rozwiązane
migration openupgrade
Awatar
1
sie 19
5357
Migration Saas to On Promise ? Rozwiązane
migration migrate
Awatar
Awatar
2
lip 18
7100
Error openupgrade hr module
migration openupgrade
Awatar
Awatar
1
mar 15
6411
Detailed instruction for migrating Odoo (8->12) with OpenUpgrade Rozwiązane
migration migrate odooV8 openupgrade odoo12
Awatar
Awatar
Awatar
7
gru 23
21759
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