Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save aannganyelne/8eb90dc9532fa621b55da195f444eed5 to your computer and use it in GitHub Desktop.
Save aannganyelne/8eb90dc9532fa621b55da195f444eed5 to your computer and use it in GitHub Desktop.
Uninstall Odoo 12 Module From Command Line

Run from Terminal:

python3 odoo-bin shell -d mydb --addons-path=/your/addons/path

Run from python console:

self.env['ir.module.module'].search([('name', '=', 'crm')]).button_immediate_uninstall()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment