2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 12:35:46 +00:00

implementation for part import

This commit is contained in:
2021-05-16 15:57:57 +02:00
parent 90ae281387
commit 8168db8061
2 changed files with 22 additions and 0 deletions

View File

@ -118,6 +118,12 @@ class FileManager:
'Description',
]
self.OPTIONAL_MATCH_HEADERS = [
'Category',
'default_location',
'default_supplier',
]
self.OPTIONAL_HEADERS = [
'Keywords',
'IPN',