Answers for "how to delete modules from terminal"

4

how to delete modules from terminal

self.env['ir.module.module'].search([('name', '=', 'crm')]).button_immediate_uninstall()" | python3 odoo-bin shell -d mydb
Posted by: Guest on March-10-2021

Code answers related to "how to delete modules from terminal"

Browse Popular Code Answers by Language