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