how to delete modules from terminal code example
Example: how to delete modules from terminal
self.env['ir.module.module'].search([('name', '=', 'crm')]).button_immediate_uninstall()" | python3 odoo-bin shell -d mydb
self.env['ir.module.module'].search([('name', '=', 'crm')]).button_immediate_uninstall()" | python3 odoo-bin shell -d mydb