git clone https://github.com/ERPLibre/ERPLibre.git
Modify the file env_var.sh for production installation.
sudo ./script/odoo_install_production.sh
git clone https://github.com/ERPLibre/ERPLibre.git
sudo ./script/odoo_install_locally.sh
source ./venv/bin/activate
python odoo/odoo-bin -c config.conf --log-level debug
Great idea to run it when update Odoo, update database of each modules.
python odoo/odoo-bin -c config.conf -d [DATABASE] -u all --log-level debug
python odoo/odoo-bin -c config.conf -d [DATABASE] -u [module] --log-level debug
python odoo/odoo-bin -c config.conf -d [DATABASE] -i [module to test] --test-enable --stop-after-init --log-level=test --test-tags [module_name][tags]
python odoo/odoo-bin -c config.conf -d [DATABASE] --no-database-list
Thanks Yenthe Van Ginneken for your guides.