Skip to content

Instantly share code, notes, and snippets.

@chrisdlr
Forked from ilyasProgrammer/odoo_shell.py
Created March 9, 2024 18:11
Show Gist options
  • Save chrisdlr/776b9f28575ffd52aa2b10e8af2bf01e to your computer and use it in GitHub Desktop.
Save chrisdlr/776b9f28575ffd52aa2b10e8af2bf01e 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()
@chrisdlr
Copy link
Author

chrisdlr commented Mar 9, 2024

🗡️

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