Hello, so I installed odoo on my localhost, and its saved on E:\Odoo\server, but the problem is I don't know how can I restart it even tho I close my VSCODE it still runs on my web browser
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
1
Trả lời
1945
Lượt xem
Hi,
Not used vs code editor much, but if you need to kill the running process, you can type ps aux||grep in your terminal and see all the running process and kill the odoo process by finding its PID.
It will be better if you can specify how you run the odoo using vs code, is it from terminal or.
Thanks
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
1
thg 7 23
|
2954 | ||
|
1
thg 7 24
|
3807 | ||
|
0
thg 2 22
|
1866 | ||
|
1
thg 8 18
|
3798 | ||
|
2
thg 6 25
|
977 |
Hello, Thanks @Niyas Raphy, I can't comment on your post because my Karma is not enough, anyway, what I did is change the
http_port
from8069
to8050
I don't know if this is a good approach but its working.
Thank you Niyas Raphy, I'll also try to do that too.