I do i install Version 17 of Odoo community edition
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
Hi,
Please refer to our blogs to know how to install odoo 17
How to Setup Odoo 17 Development Environment Using Pycharm in Ubuntu 20.04
How to Install Odoo 17 on Ubuntu 20.04 LTS Server
Hope it helps
Hi,
You can install and set up odoo community as follows:
* In your machine either local or server
* clone the odoo source code from github
* install the python requirements and create a postgres user for odoo
* specify the needed details in conf file and create a service file to run odoo
If you need to automate the above process, you can use the installation script: https://github.com/Yenthe666/InstallScript/tree/17.0
Thanks