Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save quangbahoa/32ba465d1a9b370a721c5f4fa38dd7a0 to your computer and use it in GitHub Desktop.
Save quangbahoa/32ba465d1a9b370a721c5f4fa38dd7a0 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