2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 01:55:39 +00:00

Simplify part model

- Remove 'varian't or ''revision' field
- Part name must be unique across database
This commit is contained in:
Oliver Walters
2019-05-26 12:16:57 +10:00
parent 1312148721
commit 91a5a7f051
7 changed files with 56 additions and 20 deletions

View File

@ -87,7 +87,6 @@ class PartSerializer(serializers.ModelSerializer):
'IPN',
'is_template',
'variant_of',
'variant',
'description',
'keywords',
'URL',