Skip to content

Instantly share code, notes, and snippets.

@ilyasProgrammer
Last active March 9, 2024 18:11
Show Gist options
  • Save ilyasProgrammer/8611313c460cd40f1f3a7e4dcbb2719a to your computer and use it in GitHub Desktop.
Save ilyasProgrammer/8611313c460cd40f1f3a7e4dcbb2719a to your computer and use it in GitHub Desktop.
Uninstall Odoo module from shell
python3 /pd/odoo13ee/odoo-bin shell -d database_name
self.env['ir.module.module'].search([('name', '=', 'module_name')]).button_immediate_uninstall()
@ilyasProgrammer
Copy link
Author

or
button_immediate_upgrade()
button_immediate_install()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment