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

Expose some more stock item data over API

This commit is contained in:
Oliver Walters
2020-05-22 23:33:27 +10:00
parent 203062a67a
commit 4bd0872b2c
4 changed files with 17 additions and 15 deletions

View File

@ -105,9 +105,11 @@ class PartBriefSerializer(InvenTreeModelSerializer):
'thumbnail',
'active',
'assembly',
'is_template',
'purchaseable',
'salable',
'stock',
'trackable',
'virtual',
]