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
|
downloadable = True
|
||||||
cloneable = True
|
cloneable = True
|
||||||
execution_options_schema = ExecutionOptions
|
execution_options_schema = ExecutionOptions
|
||||||
|
rows_bulk_deletable = True
|
||||||
|
|
||||||
form_fields = [
|
form_fields = [
|
||||||
'id',
|
'id',
|
||||||
|
|
Loading…
Reference in a new issue