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:
- ลูกค้าสัมพันธ์
- e-Commerce
- ระบบบัญชี
- สินค้าคงคลัง
- PoS
- โปรเจกต์
- MRP
คำถามนี้ถูกตั้งค่าสถานะ
1
ตอบกลับ
2748
มุมมอง
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
สนุกกับการพูดคุยนี้ใช่ไหม? เข้าร่วมเลย!
สร้างบัญชีวันนี้เพื่อเพลิดเพลินไปกับฟีเจอร์พิเศษและมีส่วนร่วมกับคอมมูนิตี้ที่ยอดเยี่ยมของเรา!
ลงชื่อ| Related Posts | ตอบกลับ | มุมมอง | กิจกรรม | |
|---|---|---|---|---|
|
|
1
ก.ค. 23
|
3945 | ||
|
What is the best way to start with odoo
แก้ไขแล้ว
|
|
1
ก.ค. 24
|
4764 | |
|
|
0
ก.พ. 22
|
2765 | ||
|
|
1
ส.ค. 18
|
4508 | ||
|
|
2
มิ.ย. 25
|
1711 |
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 to8050I don't know if this is a good approach but its working.
Thank you Niyas Raphy, I'll also try to do that too.