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 9 Enterprise Installation from Sources file

Zaprenumeruj

Otrzymaj powiadomienie o aktywności w tym poście

To pytanie dostało ostrzeżenie
installationenterprisesourcesodooV9v14
3 Odpowiedzi
14573 Widoki
Awatar
Brad

Can anybody tell me how to install/upgrade to Odoo 9 Enterprise from the sources file on Ubuntu 14.04?  I've currently got a clean Odoo 9 installation from GitHub which is functioning correctly (no database created yet).  However I do not have access to the enterprise GitHub fork, only the download page.  I've downloaded the Odoo 9 Enterprise sources file, however there is no instruction on which subdirectory of the .tar file to extract or where to.  If I had access to the enterprise GitHub fork I would be running the following:

sudo git clone --depth=1 --branch=9.0 https://github.com/odoo/enterprise /opt/enterprise_addons

Then obviously I would modify my .conf file and that would be it.

Any assistance would be appreciated.

2
Awatar
Odrzuć
Tim Drinkwater

I've been investigating the exact same thing. So far I haven't come up with an answer either. I have an active subscription now I just need to figure out the best way to deploy it.

Tim Drinkwater

I've done a bit more digging and the long and short of it seems to be that your GitHub account needs to be granted access to the private repository. I'm not sure who I need to contact to get access.

Brad
Autor

Glad to hear I'm not the only one having this issue! From what I understand only Odoo Partners get access to the Enterprise GitHub fork which basically leaves any Enterprise customer who isn't using a partner high and dry. The Odoo documentation really isn't sufficient at all.

Awatar
Luigi Sison
Najlepsza odpowiedź

The enterprise modules need an authorized user name and password in GitHub. Since I am an Odoo partner, I got authorization through my Odoo account manager. To install, I used the statement:

sudo git clone --depth 1 --branch 9.0 https://github.com/odoo/enterprise /odoo/enterprise/addons

GitHub is free and very cool. You should open an account. With regards to getting authorization from Odoo, perhaps Odoo Support (Support@odoo.com) can help. Pls let me know what you find out.

0
Awatar
Odrzuć
Brad
Autor

Thanks Luigi. I'm not an Odoo partner though, just an Enterprise customer. Therein lies the issue. I have no access to GitHub and therefore need to work out how to either: a) get access to GitHub (which I don't think is possible without being a partner) b) install from the sources download.

OdooBot
GitHub is free and very cool. You should open an account. With regards to getting authorization from Odoo, perhaps Odoo Support (Support@odoo.com) can help. Pls let me know what you find out.

On Thursday, March 3, 2016, Brad <thesoxman@gmail.com> wrote:

Thanks Luigi. I'm not an Odoo partner though, just an Enterprise customer. Therein lies the issue. I have no access to GitHub and therefore need to work out how to either: a) get access to GitHub (which I don't think is possible without being a partner) b) install from the sources download.

--
Brad

Sent by Odoo S.A. using Odoo


--

Best regards,

Luigi Sison | Implementation Partner
moxylus
phone +1 612 281 2551
824 Phoenix Lane | Foster City, CA 94404 | USA
lsison@moxylus.com | Our Website | My LinkedIn Profile


Brad
Autor

I'll try to contact support again. I sent an email to that address a couple of days ago enquiring about what the process to either get GitHub account approved or install from source and haven't heard anything yet.

OdooBot

How about calling Sales? Sales people are usually more responsive. Good luck!

On Thursday, March 3, 2016, Brad <thesoxman@gmail.com> wrote:

I'll try to contact support again. I sent an email to that address a couple of days ago enquiring about what the process to either get GitHub account approved or install from source and haven't heard anything yet.

--
Brad

Sent by Odoo S.A. using Odoo


--

Best regards,

Luigi Sison | Implementation Partner
moxylus
phone +1 612 281 2551
824 Phoenix Lane | Foster City, CA 94404 | USA
lsison@moxylus.com | Our Website | My LinkedIn Profile


Tim Drinkwater

I did get in touch with sales and confirmed that _some_ Odoo partners are allowed access to the private repository. Enterprise customers however are not granted access.

"Customer on the other hand, get access to the code only through the link I sent you. On other words, the subscription does not give you access to the Github Odoo Enterprise Repository"

I think what I'm going to look into next is setting up my own private repository at Bitbucket and putting the source code there. I think that will work but I need to research the proper way of doing it.

Tim Drinkwater

He seems to have run into the same issue: http://stackoverflow.com/questions/33982436/how-to-install-activate-odoo9-enterprise-on-a-community-edititon

I'm not really sure what the web module is he is referring to or what exactly it's being used for.

Brad
Autor

Thanks for that link Tim. So from what I understand, I can just extract the 'addons' subdirectory of the sources file to my enterprise addons location, modify the .conf file and everything should work? Will try that today

Tim Drinkwater

That's my understanding. I haven't attempted it yet.

Brad
Autor

Yeah I'm trying to get clarification directly from Odoo if this is indeed the procedure. I might just try it and see how it goes if I can't get any clarity soon. All I've heard from Odoo thus far when asking about it is that "There is no documentation for source installs" which I find ridiculous.

Brad
Autor

Did it and it worked. Wasn't able to get any clarification from Odoo support which I've discovered is absolutely terrible. Anyway, to recap I extracted/unzipped the sources download from the downloads page to a temporary location. I then copied the contents of the addons folder within this (it's in a subdirectory /openerp/addons) to the enterprise addons folder I created in my odoo directory (I placed mine in my /opt/odoo folder). Finally I modified the .conf file to add the enterpise addons location and finally rebooted. Hope this helps!

Tim Drinkwater

Glad to hear you were able to get it sorted out! I'm still working on my attempt to use Bitbucket. I have some custom projects I want to use git for anyways so I figure now is a good time to sort the process out.

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 do you install Odoo 9 Enterprise? Rozwiązane
installation enterprise odooV9
Awatar
Awatar
1
sty 16
6582
How do you install Odoo 9 Enterprise?
installation enterprise odooV9
Awatar
Awatar
1
gru 15
4757
Error in odoo installation
installation odooV9 v14
Awatar
Awatar
Awatar
2
lis 15
7966
Error while installing E-Commerce module on Odoo14 EE
installation enterprise ecommerce v14
Awatar
Awatar
Awatar
Awatar
3
mar 24
4706
Help - Odoo Enterprise addons from source Rozwiązane
installation addons enterprise sources
Awatar
Awatar
Awatar
2
kwi 19
11341
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