Exclude field from stock-item import (#10333)

This commit is contained in:
Oliver 2025-09-17 09:25:49 +10:00 committed by GitHub
parent 7033e36fc3
commit a6e555708f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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."""