mirror of
https://github.com/inventree/InvenTree.git
synced 2025-09-24 03:20:17 +00:00
Add a 'full_name' field for Part
- Combines IPN | Name | Variant - Use this to display in most views
This commit is contained in:
@@ -9,7 +9,7 @@ from .models import BomItem
|
||||
|
||||
class PartAdmin(ImportExportModelAdmin):
|
||||
|
||||
list_display = ('long_name', 'IPN', 'description', 'total_stock', 'category')
|
||||
list_display = ('full_name', 'description', 'total_stock', 'category')
|
||||
|
||||
|
||||
class PartCategoryAdmin(ImportExportModelAdmin):
|
||||
|
Reference in New Issue
Block a user