Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2 Trả lời
38878 Lượt xem

i will install module in the command line

/odoo/odoo-server/odoo-bin -c /etc/odoo-server.conf -d myDB -u crm,website

or 

/odoo/odoo-server/odoo-bin -c /etc/odoo-server.conf -d myDB -i crm,website

this command will start odoo, but no install the module

i teste whit root and odoo user


Ảnh đại diện
Huỷ bỏ
Tác giả Câu trả lời hay nhất

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



Ảnh đại diện
Huỷ bỏ

Hi Philip,

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

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

Câu trả lời hay nhất
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
Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
2
thg 11 15
3003
0
thg 3 15
5225
3
thg 6 24
1432
1
thg 11 23
38017
2
thg 3 22
9459