Skip ke Konten
Odoo Menu
  • Login
  • Uji coba gratis
  • Aplikasi
    Keuangan
    • Akuntansi
    • Faktur
    • Pengeluaran
    • Spreadsheet (BI)
    • Dokumen
    • Tanda Tangan
    Sales
    • CRM
    • Sales
    • POS Toko
    • POS Restoran
    • Langganan
    • Rental
    Website
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Rantai Pasokan
    • Inventaris
    • Manufaktur
    • PLM
    • Purchase
    • Maintenance
    • Kualitas
    Sumber Daya Manusia
    • Karyawan
    • Rekrutmen
    • Cuti
    • Appraisal
    • Referensi
    • Armada
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Acara
    • Otomatisasi Marketing
    • Survei
    Layanan
    • Project
    • Timesheet
    • Layanan Lapangan
    • Meja Bantuan
    • Planning
    • Appointment
    Produktivitas
    • Diskusi
    • Approval
    • IoT
    • VoIP
    • Pengetahuan
    • WhatsApp
    Aplikasi pihak ketiga Odoo Studio Platform Odoo Cloud
  • Industri-Industri
    Retail
    • Toko Buku
    • Toko Baju
    • Toko Furnitur
    • Toko Kelontong
    • Toko Hardware
    • Toko Mainan
    Makanan & Hospitality
    • Bar dan Pub
    • Restoran
    • Fast Food
    • Rumah Tamu
    • Distributor Minuman
    • Hotel
    Real Estate
    • Agensi Real Estate
    • Firma Arsitektur
    • Konstruksi
    • Estate Management
    • Perkebunan
    • Asosiasi Pemilik Properti
    Konsultansi
    • Firma Akuntansi
    • Mitra Odoo
    • Agensi Marketing
    • Firma huku
    • Talent Acquisition
    • Audit & Sertifikasi
    Manufaktur
    • Tekstil
    • Logam
    • Perabotan
    • Makanan
    • Brewery
    • Corporate Gift
    Kesehatan & Fitness
    • Sports Club
    • Toko Kacamata
    • Fitness Center
    • Wellness Practitioners
    • Farmasi
    • Salon Rambut
    Perdagangan
    • Handyman
    • IT Hardware & Support
    • Sistem-Sistem Energi Surya
    • Pembuat Sepatu
    • Cleaning Service
    • Layanan HVAC
    Lainnya
    • Organisasi Nirlaba
    • Agen Lingkungan
    • Rental Billboard
    • Fotografi
    • Penyewaan Sepeda
    • Reseller Software
    Browse semua Industri
  • Komunitas
    Belajar
    • Tutorial-tutorial
    • Dokumentasi
    • Sertifikasi
    • Pelatihan
    • Blog
    • Podcast
    Empower Education
    • Program Edukasi
    • Game Bisnis 'Scale Up!'
    • Kunjungi Odoo
    Dapatkan Softwarenya
    • Download
    • Bandingkan Edisi
    • Daftar Rilis
    Kolaborasi
    • Github
    • Forum
    • Acara
    • Terjemahan
    • Menjadi Partner
    • Layanan untuk Partner
    • Daftarkan perusahaan Akuntansi Anda.
    Dapatkan Layanan
    • Temukan Mitra
    • Temukan Akuntan
    • Temui penasihat
    • Layanan Implementasi
    • Referensi Pelanggan
    • Bantuan
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dapatkan demo
  • Harga
  • Bantuan

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

  • CRM
  • e-Commerce
  • Akuntansi
  • Inventaris
  • PoS
  • Project
  • MRP
All apps
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Help

Is Odoo Enterprise on GitHub organized differently than Odoo Enterprise downloaded from the Odoo/download page?

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
enterpriseupgradeodoo9
5 Replies
23501 Tampilan
Avatar
Nicholas DeMarco

I have Odoo Enterprise cloned via a partner's GitHub account. I no longer work with that partner, but I have an Odoo Enterprise subscription. I have access to download Odoo Enterprise from odoo.com/downloads. The resulting tar.gz file's directory structure is substantially different. Enterprise addons are mixed right in the openerp directory.

What is the recommended way for me (not managed by a partner) to keep Odoo up to date? The current method is unreasonable, given the ability of modern tools like git.

3
Avatar
Buang
Avatar
Fabrice Henrion (fhe)
Jawaban Terbai

Github access is for official partners, not for Enterprise end-users.

The advantage of a github access is to work on top of it (eg. when developing new modules on top of evolving Enterprise modules) and to follow evolution of those Enterprise branches (eg. for updating local branches when working with many of them like integrators do with their several clients).

We do not have the intention to give github access to Enterprise end-users for the following reasons:

  • It gives a competitive advantage (in the form of a convenience) to official partners over integrators who would buy Odoo Enterprise in order to get the code without being a partner.

  • End-users don't need it. If your Odoo Enterprise doesn't have issue, don't fix (ie. update) something that works. If your Odoo Enterprise has an issue that has not been fixed yet, report to help@odoo.com (a github access wouldn't help you). If your Odoo Enterprise has an issue that has already been fixed in a later commit on your branch, you can either report to help@odoo.com who will provide you with the patch or you can download the latest version from the download page and apply a diff.
    Since you are working, as an end-user, only on 1 instance, it is reasonable to apply updates (when needed) or other maintenance actions more 'manually' than through github as the number of those actions will be much more limited compared to a partner who would have several dozens of customers.



0
Avatar
Buang
Nicholas DeMarco
Penulis

My question asked if the directory structures for Odoo Enterprise on GitHub and Odoo downloaded as a package via Odoo's download page are different. If yes, why?

Fabrice Henrion (fhe)

Odoo Enterprise = Odoo Community + Enterprise modules. The Enterprise github branch only contains the Enterprise modules. The Enterprise download contains Odoo Community + Enterprise modules, so that it represents an installable package. So yes, it's not a 1:1 copy because they serve different purposes.

Nicholas DeMarco
Penulis

You want each person experiencing a problem to report the problem, then get a patch? This is sooooo Microsoft. Lame.

Avatar
Ray Carnes
Jawaban Terbai

Contact Odoo and ask them.

I don't know of an easy way, and it is an interesting question, given only partners are normally given access to the repository - please post back what you find out.

https://www.odoo.com/page/contactus

At the bottom of the page you will see the San Francisco office details.  

1
Avatar
Buang
Avatar
Pete Charalampopoulos
Jawaban Terbai

Same issue here. in ubuntu at the moment and if i run an upgrade in the ubuntu server it just uninstalls the enterprise. and the database breaks.

This is a bit ridiculous 

0
Avatar
Buang
Avatar
James White
Jawaban Terbai

As I review my install options and find this thread, I am getting a sense that I should NOT let a partner do the installation.  Once you choose a partner - you need to do a complete reinstall in order to "divorce" them and fly solo?

This sounds a bit like a housewife in the '50's being told "don't you worry your pretty little head about finances..."  and so she is stuck with the drunken misogynist for the rest of her life.  

Am I misunderstanding?

edit:  

After going back to "Installing Odoo" I have found this phrase now leaps out at me:

Odoo provides packaged installers for Windows, deb-based distributions (Debian, Ubuntu, …) and RPM-based distributions (Fedora, CentOS, RHEL, …) for both the Community and Enterprise versions.
These packages automatically set up all dependencies (for the Community version), but may be difficult to keep up-to-date.

Let me get this straight - Odoo is predicting that it is going to be "difficult to keep up-do-date" unless I pay someone else thousands of dollars to install my software - and I am not ALLOWED to use the "won't be difficult to keep up-to-date" git repository? 

Why is this all sounding very ominous all-of-a-sudden?  How could S.A. fall so far from the core principles of open-source?

I mean - I will PAY YOU.  But why sabotage my ERP if I don't WANT a partner?  Seriously, I am sitting here with cash in my hands TRYING to get Odoo Enterprise... and I am becoming afraid that it is a trap.  Maybe I will stick with Community just so I don't get trapped.


0
Avatar
Buang
Ray Carnes

A knowledgeable partner should be able to install Odoo in two hours or less. If you change partners, you don't need to switch repositories, you just need to have the new partner login with their new account when updating the software. If you want OPEN SOURCE, you need to stick with the Community Edition. The Enterprise Edition is not OPEN SOURCE.

James White

I suspect you miss my point: I do not WANT a partner - and I want Enterprise. I just don't want to fear that by purchasing Enterprise, my install will fall because I don't want a Partner.

FWIW, I did pay for Enterprise - and the .deb install has failed. Currently OK with that and presuming that the support community will have answers. If not, I will scream blue bloody murder. ;-)

James White

LOL, Forum says: 0 Posts Dependency is not satisfiable: python-pypdf

James White

@Ray, I understand your point - and agree fully. Thought I should clarify that now that my frustration has cooled a bit.

I think my concern is that somehow, perhaps, Odoo has orphaned Enterprise clients with the phrase: Pay a partner. You probably understand how an I.T. veteran would find that a bit insulting. All some folks will require are simple instructions such as - and this is how my install finally succeeded - "Do Not Use Jessie - Use Sid".

;-)

James White

OK. I have to post this., five years later. After no luck in finding a suitable Odoo Partner, I became one. I, like any partner, can install Odoo in a matter of hours and know that it will run beautifully.

If you want FREE (as in "Free Beer") and Open Source, then stick with Odoo CE.
If you want Odoo Enterprise but no partner, then use Odoo as a cloud service.
If you want Odoo Enterprise on premise, you absolutely must partner with a knowledgeable Odoo team.

I wish this were more publicly known as it would have saved me a lot of grief five years ago.

Odoo partners have a very large pool of resources to work with - including Odoo training, developers, support and project management staff. No matter what your problem is, your Odoo Partner will have the tools to address it.

As of 2022 and now in Odoo 15: I love this software and so do my clients - none of whom have experienced the pain I did as a "self installer".

Avatar
Nicholas DeMarco
Penulis Jawaban Terbai

According to Odoo USA, the downloadable Enterprise version is the standard way the files and directories are to be organized. Odoo recommends we revert our installation to one conforming to this standard installation format. Also according to Odoo USA, the Enterprise download is updated often, so it represents the latest code base.


So it is Odoo USA vs. Odoo SA, because I have two conflicting answers for each of two questions. We really want to just get on with our work.

0
Avatar
Buang
Menikmati diskusi? Jangan hanya membaca, ikuti!

Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!

Daftar
Post Terkait Replies Tampilan Aktivitas
Delivery with orders
enterprise odoo9
Avatar
0
Okt 16
1606
I'm looking for a github link where I can find Odoo 9 Enterprise Edition
enterprise odoo9
Avatar
Avatar
Avatar
2
Agu 16
6497
Hide emterprise options in settings (odoo 9)
enterprise odoo9
Avatar
Avatar
1
Mei 16
4619
purple outline around partner contact Diselesaikan
partner enterprise odoo9
Avatar
Avatar
1
Jul 17
3670
How to create Boot Script for ODOO 9 Enterprise version? Diselesaikan
service enterprise odoo9
Avatar
1
Nov 16
6130
Komunitas
  • Tutorial-tutorial
  • Dokumentasi
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Terjemahan
Layanan
  • Odoo.sh Hosting
  • Bantuan
  • Peningkatan
  • Custom Development
  • Pendidikan
  • Temukan Akuntan
  • Temukan Mitra
  • Menjadi Partner
Tentang Kami
  • Perusahaan kami
  • Aset Merek
  • Hubungi kami
  • Tugas
  • Acara
  • Podcast
  • Blog
  • Pelanggan
  • Hukum • Privasi
  • Keamanan
الْعَرَبيّة 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 adalah rangkaian aplikasi bisnis open source yang mencakup semua kebutuhan perusahaan Anda: CRM, eCommerce, akuntansi, inventaris, point of sale, manajemen project, dan seterusnya.

Mudah digunakan dan terintegrasi penuh pada saat yang sama adalah value proposition unik Odoo.

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