Uninstall ODOO module using terminal
How to Uninstall Module from commend line:
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';
Great Article!!!!
ReplyDeleteThank you so much for sharing such an wonderful piece of information with us regarding uninstall odoo module using terminal. Keep sharing
Thanks for your support! Keep sharing my blog...
ReplyDelete