Fix retrieval of models list

pull/106/head
Andrea 2017-09-29 16:27:39 +02:00
parent 473f946148
commit 8d730802cc
1 changed files with 0 additions and 1 deletions

View File

@ -69,7 +69,6 @@ class IrModel(models.Model):
def _check_contains(model_model):
if 'mail' in model_model or \
'_' in model_model or \
'report' in model_model or \
'edi.' in model_model:
return 1