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:
@ -87,7 +87,6 @@ class PartSerializer(serializers.ModelSerializer):
|
||||
'IPN',
|
||||
'is_template',
|
||||
'variant_of',
|
||||
'variant',
|
||||
'description',
|
||||
'keywords',
|
||||
'URL',
|
||||
|
Reference in New Issue
Block a user