ir_model does not have field tree visibility

This commit is contained in:
aheficent
2017-08-10 19:10:55 +02:00
committed by Darshan Patel
parent d5a9cd7be7
commit db6ba9e9ee

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