[FIX]ir_model does not have field tree visibility

pull/148/head
aheficent 2017-08-10 19:10:55 +02:00 committed by Nicolas Mac Rouillon
parent 34014b3fbd
commit 03171633ba
1 changed files with 0 additions and 2 deletions

View File

@ -174,8 +174,6 @@ class BiSQLViewField(models.Model):
'selection': self.ttype == 'selection' and self.selection or False,
'relation': self.ttype == 'many2one' and
self.many2one_model_id.model or False,
'tree_visibility': self.field_description and
'available' or 'unavailable',
}
@api.multi