2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 03:00:54 +00:00

Create an initial stockitem output when a new build is created

This commit is contained in:
Oliver Walters
2020-10-20 23:27:43 +11:00
parent 652c2dbcbe
commit 3bb247a135
6 changed files with 62 additions and 12 deletions

View File

@ -154,8 +154,9 @@ class StockItemSerializer(InvenTreeModelSerializer):
'allocated',
'batch',
'belongs_to',
'customer',
'build',
'build_order',
'customer',
'in_stock',
'is_building',
'link',