mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
ir_model does not have field tree visibility
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user