Allow bulk row delete for generic products batch
This commit is contained in:
parent
1fb121fb6d
commit
bbe2efa4b3
|
@ -62,6 +62,7 @@ class ProductBatchView(BatchMasterView):
|
|||
downloadable = True
|
||||
cloneable = True
|
||||
execution_options_schema = ExecutionOptions
|
||||
rows_bulk_deletable = True
|
||||
|
||||
form_fields = [
|
||||
'id',
|
||||
|
|
Loading…
Reference in a new issue