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

Add action buttons to the sales order page

This commit is contained in:
Oliver Walters
2020-04-21 22:02:17 +10:00
parent 15166c7797
commit b75c343236
3 changed files with 42 additions and 1 deletions

View File

@ -65,6 +65,8 @@ class PartBriefSerializer(InvenTreeModelSerializer):
'thumbnail',
'active',
'assembly',
'purchaseable',
'salable',
'virtual',
]