Add support for inactivity_months
field for delete product batch
This commit is contained in:
parent
059b24fac7
commit
7532dc5117
2 changed files with 49 additions and 19 deletions
|
@ -45,6 +45,19 @@ class DeleteProductBatchView(BatchMasterView):
|
|||
bulk_deletable = True
|
||||
rows_bulk_deletable = True
|
||||
|
||||
form_fields = [
|
||||
'id',
|
||||
'description',
|
||||
'notes',
|
||||
'inactivity_months',
|
||||
'created',
|
||||
'created_by',
|
||||
'rowcount',
|
||||
'status_code',
|
||||
'executed',
|
||||
'executed_by',
|
||||
]
|
||||
|
||||
row_grid_columns = [
|
||||
'sequence',
|
||||
'upc',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue