Ir al contenido
Odoo Menú
  • Iniciar sesión
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • PdV para tiendas
    • PdV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en vivo
    • eLearning
    Cadena de suministro
    • Inventario
    • Manufactura
    • PLM
    • Compras
    • Mantenimiento
    • Calidad
    Recursos humanos
    • Empleados
    • Reclutamiento
    • Vacaciones
    • Evaluaciones
    • Referencias
    • Flotilla
    Marketing
    • Redes sociales
    • Marketing por correo
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyectos
    • Registro de horas
    • Servicio externo
    • Soporte al cliente
    • Planeación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Artículos
    • WhatsApp
    Aplicaciones externas Studio de Odoo Plataforma de Odoo en la nube
  • Industrias
    Venta minorista
    • Librería
    • Tienda de ropa
    • Mueblería
    • Tienda de abarrotes
    • Ferretería
    • Juguetería
    Alimentos y hospitalidad
    • Bar y pub
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidora de bebidas
    • Hotel
    Bienes inmuebles
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión de bienes inmuebles
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Firma contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Manufactura
    • Textil
    • Metal
    • Muebles
    • Comida
    • Cervecería
    • Regalos corporativos
    Salud y ejercicio
    • Club deportivo
    • Óptica
    • Gimnasio
    • Especialistas en bienestar
    • Farmacia
    • Peluquería
    Trades
    • Personal de mantenimiento
    • Hardware y soporte de TI
    • Sistemas de energía solar
    • Zapateros y fabricantes de calzado
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin fines de lucro
    • Agencia para la protección del medio ambiente
    • Alquiler de anuncios publicitarios
    • Fotografía
    • Alquiler de bicicletas
    • Distribuidor de software
    Descubre todas las industrias
  • Odoo Community
    Aprende
    • Tutoriales
    • Documentación
    • Certificaciones
    • Capacitación
    • Blog
    • Podcast
    Fortalece la educación
    • Programa educativo
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtén el software
    • Descargar
    • Compara ediciones
    • Versiones
    Colabora
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Conviértete en partner
    • Servicios para partners
    • Registra tu firma contable
    Obtén servicios
    • Encuentra un partner
    • Encuentra un contador
    • Contacta a un consultor
    • Servicios de implementación
    • Referencias de clientes
    • Soporte
    • Actualizaciones
    GitHub YouTube Twitter LinkedIn Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicita una demostración
  • Precios
  • Ayuda

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

  • CRM
  • e-Commerce
  • Contabilidad
  • Inventario
  • PoS
  • Proyectos
  • MRP
All apps
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Ayuda

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

Suscribirse

Reciba una notificación cuando haya actividad en esta publicación

Se marcó esta pregunta
enterpriseupgradeodoo9
5 Respuestas
23518 Vistas
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
Descartar
Avatar
Fabrice Henrion (fhe)
Mejor respuesta

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
Descartar
Nicholas DeMarco
Autor

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
Autor

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

Avatar
Ray Carnes
Mejor respuesta

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
Descartar
Avatar
Pete Charalampopoulos
Mejor respuesta

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
Descartar
Avatar
James White
Mejor respuesta

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
Descartar
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
Autor Mejor respuesta

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
Descartar
¿Le interesa esta conversación? ¡Participe en ella!

Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.

Registrarse
Publicaciones relacionadas Respuestas Vistas Actividad
Delivery with orders
enterprise odoo9
Avatar
0
oct 16
1606
I'm looking for a github link where I can find Odoo 9 Enterprise Edition
enterprise odoo9
Avatar
Avatar
Avatar
2
ago 16
6509
Hide emterprise options in settings (odoo 9)
enterprise odoo9
Avatar
Avatar
1
may 16
4629
purple outline around partner contact Resuelto
partner enterprise odoo9
Avatar
Avatar
1
jul 17
3680
How to create Boot Script for ODOO 9 Enterprise version? Resuelto
service enterprise odoo9
Avatar
1
nov 16
6135
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento en Odoo.sh
  • Soporte
  • Actualizaciones del software
  • Desarrollos personalizados
  • Educación
  • Encuentra un contador
  • Encuentra un partner
  • Conviértete en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contáctanos
  • Empleos
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Legal • Privacidad
  • Seguridad
الْعَرَبيّة 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 es un conjunto de aplicaciones de código abierto que cubren todas las necesidades de tu empresa: CRM, comercio electrónico, contabilidad, inventario, punto de venta, gestión de proyectos, etc.

La propuesta única de valor de Odoo es ser muy fácil de usar y estar totalmente integrado.

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