2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 02:25:38 +00:00

Provide form for user to select export options

This commit is contained in:
Oliver Walters
2020-02-11 21:43:17 +11:00
parent eecc435c02
commit 434d084371
7 changed files with 88 additions and 15 deletions

View File

@ -65,6 +65,8 @@ class PartBriefSerializer(InvenTreeModelSerializer):
'available_stock',
'image_url',
'active',
'assembly',
'virtual',
]