Allow download results for Customers grid
This commit is contained in:
parent
0e8f383c14
commit
51aeb50d39
|
@ -47,6 +47,7 @@ class CustomerView(MasterView):
|
||||||
model_class = model.Customer
|
model_class = model.Customer
|
||||||
is_contact = True
|
is_contact = True
|
||||||
has_versions = True
|
has_versions = True
|
||||||
|
results_downloadable = True
|
||||||
people_detachable = True
|
people_detachable = True
|
||||||
touchable = True
|
touchable = True
|
||||||
supports_autocomplete = True
|
supports_autocomplete = True
|
||||||
|
|
Loading…
Reference in a new issue