How can i uinstall module from command line
i'm using odoo 11 in ubuntu 16.04
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
No, there is no command for uninstall module from the command line.
ref: https://github.com/odoo/odoo/pull/12373, https://github.com/odoo/odoo/issues/15687
Hi,
Can you try the following
step-1: Goto Terminal>Type sudo su postgres
step-2: Type "psql database_name"
step-3: update ir_module_module set state='to remove' where name='module_name' and state='installed';
self.env['ir.module.module'].search([('name','=','module_name')]).button_immediate_uninstall()
Hi,
There is no option in odoo to uninstall module through command line check
./odoo-bin --help for possible option in command line
found similar question link
Luo tili jo tänään nauttiaksesi yksinoikeusominaisuuksista ja osallistuaksesi mahtavaan yhteisöömme!
Rekisteröidy| Aiheeseen liittyviä artikkeleita | Vastaukset | Näkymät | Toimenpide | |
|---|---|---|---|---|
|
0
toukok. 22
|
4240 | |||
|
Odoo 11 Hide EDIT & DELETE
Ratkaistu
|
1
maalisk. 21
|
4006 | ||
|
0
tammik. 21
|
2472 | |||
|
Two views for one model - Odoo 11
Ratkaistu
|
1
elok. 20
|
7043 | ||
|
Odoo Date Total In Version 11
Ratkaistu
|
3
maalisk. 19
|
4294 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.