-
-
Save chrisdlr/776b9f28575ffd52aa2b10e8af2bf01e to your computer and use it in GitHub Desktop.
Uninstall Odoo module from shell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| python3 /pd/odoo13ee/odoo-bin shell -d database_name | |
| self.env['ir.module.module'].search([('name', '=', 'module_name')]).button_immediate_uninstall() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🗡️