This commit is contained in:
ivan deng
2019-08-17 16:41:34 +08:00
parent 47f13f29d6
commit f2e547f444
7 changed files with 2 additions and 28 deletions

View File

@@ -6,7 +6,6 @@ from odoo import models, fields, api
class Module(models.Model):
_inherit = 'ir.module.module'
@api.multi
def module_multi_uninstall(self):
""" Perform the various steps required to uninstall a module completely
including the deletion of all database structures created by the module: