Odooers论坛

欢迎!

该社区面向专业人士和我们产品和服务的爱好者。
分享和讨论最好的内容和新的营销理念,建立您的专业形象,一起成为更好的营销人员。


0

command line install module

形象
odoo
形象
丢弃
2 答案
0
形象
odoo
最佳答案
cd /opt/odoo/
./odoo-bin -d DBNAME -r ROLE -w PASSWORD -u/-i module_name/all 
if peer authentication error appears, do as a postgres user. 
sudo su postgres
形象
丢弃
0
形象
odoo
最佳答案

thank you

this command is successful

./odoo-bin -c /etc/odoo-server.conf -d testDekoGardina -r root -w odoo -i mrp

additional question
do you have a good installation guide for Ubuntu 18.04



2 注释
形象
丢弃
形象
odoo
-

Hi Philip,

Refer the following blog for your additional question https://www.cybrosys.com/blog/install-odoo-13-on-ubuntu-18-04

形象
odoo
-

This worked,

If you want to install multiple modules in the command line in one time you can just separate the module name by comma, e.g:

./odoo-bin -c debian/odoo.conf -d odoo_test_database -r odoo_postgre_user -w odoo_postgre_user_password -i custom_module1,custom_module2,custom_module3

Hope that useful : )

Thanks,
Tri