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

All modules installed after v7 downgrad to v6.1?

Zaprenumeruj

Otrzymaj powiadomienie o aktywności w tym poście

To pytanie dostało ostrzeżenie
v6.1v7downgrade
1 Odpowiedz
7808 Widoki
Awatar
Dale E. Moore

On one of my research machines I upgraded to OpenERP v7, did some research, then "apt-get remove openerp --purge", and "dpkg -i openerp_6.1-latest-1_all.deb".

Now I'm running version 6.1 but it thinks every module is installed. And I can't set Administrator to see Update Modules.

Do you have any ideas about how to downgrade from v7 and get a functional system?

0
Awatar
Odrzuć
Awatar
Cyril Gaspard (GEM)
Najlepsza odpowiedź

Hi,

downgrade will be very hard, because a lot of modules are differents between v6.1 and v7.0, see the release note of v7.0 for the list of new, removed, migrate to community modules :

here

The second thing is the difference in orm between v6.1 and v7.0.

The third is modification of essential modules in table architecture like res_partner, in v7.0 there is anymore res_partner_address like in v6.1.

Finally it exists possibility to migrate by contract openerp from v6.1 to v7.0 but the contrary seems not be available.

The solution could be to use an etl to do downgradde, but with a lot of work.

Sorry

Bye

2
Awatar
Odrzuć
Dale E. Moore
Autor

Hi again @GEM; Downgrade might be a poor choice of words. I uninstalled and purged v7 from my system. Then installed v6.1 and created a 6.1 db. When that produced such bad results, I wiped out the system and installed Ubuntu 12.10, posrgresql, OpenERP v6.1 and all works as expected.

Cyril Gaspard (GEM)

Hi good news. Try to not install openerp by not using setup.py in server directories, you will have less problems. In the case of multi versions,openerp, create one role postgresql by version, to define in each server config file for option lines db_user and db_password corresponding to your role, change naturally ports line options too . All options can be find in server/openerp/tools/config.py Bye

Dale E. Moore
Autor

You think that posrgresql was dirtied up by the v7 install. Good thought. I'll keep my eyes open for that next time I'm lost on that same road at night.

Cyril Gaspard (GEM)

no but if you try to read a database created in 7.0 with a 6.1 server version you will have an error, That's why it's better to have one role postgresql by openerp install, in this case each server see only databases created with its version ;) , and you will have no errordue to different versions openerp installed. Bye

Dale E. Moore
Autor

That wasn't the case. There were several v6 created databases present. Though they might have been opened by v7; they were created in v6.

Cyril Gaspard (GEM)

Try with a databse created with an openerp 6.0 ;) .Between 6.1 and 7.0 it is possible (strange), but the problem is that modules are different and postgresl tables too. The best way is finally to not mixed database versions by creating a role for each version as I wrote, but you can do as you want, we are living in a free opensource world ;) . Bye

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ść
ir.default
v6.1 v7
Awatar
Awatar
1
mar 15
8070
installation openerp
v6.1 server v7
Awatar
Awatar
1
mar 15
5183
How to retrieve the build number of an installed version?
v6.1 v7 build
Awatar
Awatar
1
mar 15
12680
Why does my Openerp export rubbish?
v6.1 export v7
Awatar
Awatar
1
mar 15
6393
How to generate po file? Rozwiązane
development v6.1 v7 translation
Awatar
Awatar
2
kwi 23
16847
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