Allow bulk-delete for products grid
This commit is contained in:
parent
efb8f8f315
commit
6ab3898f27
|
@ -79,6 +79,7 @@ class ProductView(MasterView):
|
|||
has_versions = True
|
||||
results_downloadable_xlsx = True
|
||||
supports_autocomplete = True
|
||||
bulk_deletable = True
|
||||
mergeable = True
|
||||
configurable = True
|
||||
|
||||
|
|
Loading…
Reference in a new issue