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

How to update Addons Apps in Ubuntu 12.04 OpenERP v7?

Zaprenumeruj

Otrzymaj powiadomienie o aktywności w tym poście

To pytanie dostało ostrzeżenie
installaddonsupdate
2 Odpowiedzi
8676 Widoki
Awatar
Marko Happonen

Hello, I need to update couple of community modules directly at the server for my own v7 installation. This due to the 3 user limitation of the easy installation via the web client, I have 4 users... = (. So how to do this the easy way? I found "OpenERP Community Repositories Installer" but cannot judge whether that is the best option available even if it looks feasible. Are there other ways to get this done (with step-by-step instructions)?

Here the link: launchpad.net/openerp-community-repo-installer

Your support is highly appreciated.

1
Awatar
Odrzuć
Awatar
Med Said BARA
Najlepsza odpowiedź

Hi;

You can do the update for the community modules by this way, but don't miss to follow the instructions provided in the "README.rst" file, especially the following:

Edit /etc/openerp/openerp-server.conf and add this line::

    addons_path = OFFICIAL_PATH,/opt/openerp-community-repo-installer/addons

Remember to replace ``OFFICIAL_PATH`` with the path to your official addons
(Usually ``/usr/lib/pymodules/python2.7/openerp/addons``).

Foe marko: The answer above, is just to tell that this update method can be used ...

But personnaly, i find that the easy and recommended way for updating modules in OpenERP is by using "Bazaar Explorer", and to not update branches directly in the .../openerp/addons/... folder, but create a folder for each branch somewhere (eg. /home/your user/addons-update/your branche name/.

Copy (only) the needed modules to your ../openerp/addons/.... folder, Update Modules List and install the module you want.

Before any update (just in case ...), backup you addons folder (or at least the folder of the module you want to update).

1
Awatar
Odrzuć
Marko Happonen
Autor

Thanks for the reply. One more question related to the 'readme' file. At rows 84-128 you have lengthy explanation about repos and users, can that be ignored or if not what is that section for?

Awatar
Bart Criel
Najlepsza odpowiedź

If you have access to the server (e.g. FTP): you can try the following steps.

In a terminal on your server:

  1. Download the community modules
  2. Copy the module folders to the addon folder of the OpenERP folder
  3. If necessary, correct the owner and the authorizations for those module folders (chown and chmod commands)
  4. Restart openerp server with sudo service openerp-server restart

In a web browser:

  1. Log in to OpenERP as administrator
  2. Go to Settings - Modules - Update Module List and click on Update
  3. Go to Settings - Modules - Installed Modules
  4. Locate your module. If required, remove the filter 'Installed' in the topright corner.
  5. Open the module and click Upgrade
  6. Repeat step 4 and 5 for all modules that need updating

Good luck.

Bart

1
Awatar
Odrzuć
Marko Happonen
Autor

Thanks for the reply. Reg. steps 1-2, could you kindly instruct how exactly to carry out the these steps i.e. which commands to use. As you see, I'm Linux newbie...

Bart Criel

I am a Linux 'tourist' as well. This is my preferred way of working: (1) download the addons on your regular machine (2) transfer them (e.g. with Filezilla or another FTP app) to your Linux server, e.g. to the home directory of your Linux user. In my case, the files are put in /home/admin (3) open a terminal to your Linux server (4) use the command 'sudo cp /home/admin/<name_of_the_module_dir> <complete_path_to_your_addon_dir>. On my server, I have 'cp /home/admin/<example> /opt/openerp/server/openerp/addons' (5) restart OpenERP server 'sudo service openerp-server restart' (6) continue in web

Marko Happonen
Autor

Thanks Bart. Still some challenges to get there. How do you download e.g. module "tr_barcode" i.e. repository "lp:stock-logistic-barcode/7.0" to your own laptop/PC? I cannot find any 'download' option when checking from code.launchpad.net/stock-logistic-barcode. I have the step 2 Filezilla working so I would be able to transfer the files to my OpenERP server.

Bart Criel

Check this: https://www.openerp.com/apps/7.0/tr_barcode/. I get all addons from this source (regular download, no launchpad stuff)

Marko Happonen
Autor

Thanks again! Worked fine. Soon to the next steps...

Marko Happonen
Autor

Hello. Finally I had possibility to test above. And it worked out! Couple of things I had to do on top of above: 1) had to change the user rights via chmod -R 777 command 2) In the frontend application update the modules list before installing it. Again, thanks for the help!

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ść
How to remove addons from database ? Rozwiązane
install addons
Awatar
Awatar
Awatar
3
gru 22
15242
how to update module in a production environment? Rozwiązane
install update
Awatar
Awatar
Awatar
Awatar
3
sty 24
19530
Error al instalar módulos en OpenERP V7.0
module install addons v7 update
Awatar
0
mar 15
5591
Install Multiple Instances of Odoo on a single Linux Server
test install update
Awatar
Awatar
1
cze 24
12328
Error when installing "G.C.C - Arabic/English" 'l10n_gcc_invoice' or "K.S.A - Invoice" 'l10n_sa_invoice' Rozwiązane
error install addons
Awatar
Awatar
1
sie 24
4647
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