i am trying to uninstall a module from pycharm terminal ,
"odoo-bin -c \server\odoo.conf -u my_module --stop-after-init"
this type of commands are not working .
can you help?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
1
회신
1818
화면
Hi,
Open the Terminal:
Go to View > Tool Windows > Terminal.
Activate Virtual Environment (if applicable):
If you're using a virtual environment, activate it using the appropriate command (e.g., venv\Scripts\activate).
Use pip to Uninstall:
Type the following command into the terminal, replacing module_name with the actual name of the module you want to uninstall:
Try this code: pip uninstall module_name
Hope it helps
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
1
8월 22
|
5020 | ||
|
0
12월 22
|
2177 | ||
|
1
11월 19
|
4915 | ||
|
1
3월 16
|
4825 | ||
|
1
3월 15
|
8237 |