Install¶
Hay varias maneras de instalar (o no instalar) Odoo según el caso de uso previsto.
- Online is the easiest way to use Odoo in production or to try it. 
- Packaged installers are suitable for testing Odoo and developing modules. They can be used for long-term production with additional deployment and maintenance work. 
- Source install provides greater flexibility, as it allows, for example, running multiple Odoo versions on the same system. It is adequate to develop modules and can be used as a base for production deployment. 
- También está disponible una imagen base de Docker para desarrollo o despliegue. 
Ediciones¶
Hay dos ediciones diferentes.
Odoo Community es la versión gratuita y de código abierto del software y cuenta con la licencia GNU LGPLv3. Es la base con la que construimos Odoo Enterprise.
Odoo Enterprise es la versión origen compartida del software que tiene acceso a más funciones, como soporte funcional, actualizaciones y alojamiento. Los precios dependen de la cantidad de usuarios.
Truco
Switch from Community to Enterprise at any time (except for the source install).