diff --git a/odex25_base/simplify_access_management/models/hide_field.py b/odex25_base/simplify_access_management/models/hide_field.py index 71782d60b..628c49b26 100644 --- a/odex25_base/simplify_access_management/models/hide_field.py +++ b/odex25_base/simplify_access_management/models/hide_field.py @@ -15,5 +15,5 @@ class hide_field(models.Model): readonly = fields.Boolean('Read-Only', help="Selected Field will be Read only in selected model from the defined users.") required = fields.Boolean('Required', help="Selected Field will be set as required for selected model from the defined users.") external_link = fields.Boolean('Remove External Link',help="External Link will be hidden for relational fields in selected model from the defined users.") - # remove_from_custom_filter = fields.Boolean('Remove From Custom Filter', - # help="Hide this field from the filter/group-by dropdown in the search view.") + remove_from_custom_filter = fields.Boolean('Remove From Custom Filter', + help="Hide this field from the filter/group-by dropdown in the search view.") diff --git a/odex25_base/simplify_access_management/views/access_management_view.xml b/odex25_base/simplify_access_management/views/access_management_view.xml index 6edda2aea..e860c2347 100644 --- a/odex25_base/simplify_access_management/views/access_management_view.xml +++ b/odex25_base/simplify_access_management/views/access_management_view.xml @@ -144,7 +144,7 @@ attrs="{'column_invisible' : [('parent.readonly','=',True)]}"/> - +