進入shell
python odoo-bin shell -c odoo.conf -d odoo
刪除想要解除安裝的模組
self.env['ir.module.module'].search([('name', 'like', 'fdfs')]).button_immediate_uninstall()
python odoo-bin shell -c odoo.conf -d odoo
self.env['ir.module.module'].search([('name', 'like', 'fdfs')]).button_immediate_uninstall()