mirror of
https://github.com/inventree/InvenTree.git
synced 2025-09-18 00:21:31 +00:00
Exclude field from stock-item import (#10333)
This commit is contained in:
@@ -329,7 +329,7 @@ class StockItemSerializer(
|
||||
'supplier_part_detail.MPN',
|
||||
]
|
||||
|
||||
import_exclude_fields = ['use_pack_size', 'location_path']
|
||||
import_exclude_fields = ['location_path', 'serial_numbers', 'use_pack_size']
|
||||
|
||||
class Meta:
|
||||
"""Metaclass options."""
|
||||
|
Reference in New Issue
Block a user