Allow "touch" for customer records
This commit is contained in:
parent
f81e4fac79
commit
2abe589ef6
|
@ -52,6 +52,7 @@ class CustomersView(MasterView):
|
|||
has_versions = True
|
||||
supports_mobile = True
|
||||
people_detachable = True
|
||||
touchable = True
|
||||
|
||||
labels = {
|
||||
'id': "ID",
|
||||
|
|
Loading…
Reference in a new issue