Database management¶
这些指南提供有关如何安装,维护和升级Odoo数据库的指导。
安装¶
根据预期的用例,有多种方法可以安装Odoo,或者根本不安装。
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.
可提供用于开发或部署的 Docker 基础镜像。
版本¶
有两个不同的版本
**Odoo 社区版**是软件的免费开源版本,许可证为 GNU LGPLv3。它是构建 Odoo 企业版的核心。
Odoo 企业版 是软件的共享源代码版本,可使用更多功能,包括多模块功能支持、升级和托管。` 定价实惠,<https://www.odoo.com/pricing-plan>`_单一应用程序免费。
小技巧
Switch from Community to Enterprise at any time (except for the source install).