3 Star 2 Fork 2

ivan/odoo12-cookbook

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
contribute
Sync branch
alan- alan PostgreSQL fix d68964b 6 years ago
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README

Odoo 12.0 Install Script

With standardized structure for production

This script is based on Chapter 2 of Odoo 12 Development Cookbook Third Edition

Installation procedure

1. Download the script:
wget https://raw.githubusercontent.com/alanhou/odoo12-cookbook/master/Chapter02/odoo-install.sh

2. Make the script executable & Execute the script:

sudo chmod +x odoo-install.sh && bash odoo-install.sh
3. Start Odoo(you may need to change projectname & dbname):
~/odoo-dev/projectname/bin/odoo -d dbname start Odoo

Start Odoo manually

1. Activate virtualenv:
source  ~/odoo-dev/projectname/env/bin/activate
2. Go to the Odoo source directory:
cd ~/odoo-dev/${projectname}/src/odoo
3. Start odoo:
./odoo-bin --addons-path=addons,../../local -d test-12 -i account,sale,purchase --log-level=debug"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/ivan_wh/odoo12-cookbook.git
git@gitee.com:ivan_wh/odoo12-cookbook.git
ivan_wh
odoo12-cookbook
odoo12-cookbook
master

Search