fix: product records should be touchable
This commit is contained in:
parent
88e7d86087
commit
231ca0363a
|
@ -81,6 +81,7 @@ class ProductView(MasterView):
|
|||
supports_autocomplete = True
|
||||
bulk_deletable = True
|
||||
mergeable = True
|
||||
touchable = True
|
||||
configurable = True
|
||||
|
||||
labels = {
|
||||
|
|
Loading…
Reference in a new issue