Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
8243 Переглядів

I'm trying to uninstall from the command line the github_connector_oca module on my odoo12
I am not a big connoisseur of the command line and I have not found documentation on the subject.
Where should I go and what command should I enter in order to uninstall the github_connector_oca module.
I tried :
root @ ns: ~ # echo "self.env ['ir.module.module']. search ([['name', '' ',' github'connector ')) button'immediate-uninstall ()" python odoo-bin shell -d mabase

./odoo.py -d "github_connector_odoo" --db_mabase "github_connector_odoo" --addons-path="/usr/lib/python3/dist-packages/odoo/addons"


Аватар
Відмінити
Автор

-bash: ./odoo.py: No such file or directory

in which directory, I have to go to run this command.

Найкраща відповідь

Remove it from your addons folder and then start Odoo again with -u all (./odoo.py -u all), then you should be fine.

Аватар
Відмінити
Автор

-bash: ./odoo.py: No such file or directory

in which directory, I have to go to run this command.

That depends on your installation method and your Odoo version. Look for odoo.py or odoo-bin.py. You can check your service configuration to find the proper command, when you have installed Odoo as a service.

Автор

ubuntu 18.04, command line installation. odoo 12 with a PostgreSQL database.

Автор

I can not find documents on the web. a computer scientist asked me 500 dollars to solve the problem. a little expensive no?

Related Posts Відповіді Переглядів Дія
2
груд. 18
8245
3
січ. 25
19688
1
лист. 19
4905
1
бер. 16
4823
1
бер. 15
8228