@ -103,7 +103,7 @@ class CleanupPurgeWizardColumn(orm.TransientModel):
def find(self, cr, uid, context=None):
"""
Search for columns that cannot be instanciated.
Search for columns that are not in the corresponding model.
res = []
model_pool = self.pool['ir.model']
@ -76,7 +76,7 @@ class CleanupPurgeWizardModel(orm.TransientModel):
Search for models that cannot be instanciated.
Search for models that cannot be instantiated.
cr.execute("SELECT model from ir_model")