Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
2045 Vues

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?


Avatar
Ignorer
Meilleure réponse

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

Avatar
Ignorer
Publications associées Réponses Vues Activité
1
août 22
5322
0
déc. 22
2393
1
nov. 19
5239
1
mars 16
5151
1
mars 15
8519