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

Set Responsible User for a Part during creation or API (#4326)

* update dev reqs (#117)

* Fix/docker build (#118)

* update dev reqs

* install git?

* add responsible user to ui

* add responsible to serializer

* adapt helptexts

* Revert "Fix/docker build (#118)"

This reverts commit a91742842c.

* add responsible user to UI
This commit is contained in:
Matthias Mair
2023-02-12 12:38:59 +01:00
committed by GitHub
parent 75c82f4db4
commit 2fbbce1550
7 changed files with 54 additions and 2 deletions

View File

@ -621,6 +621,7 @@ class PartSerializer(RemoteImageMixin, InvenTreeModelSerializer):
'virtual',
'pricing_min',
'pricing_max',
'responsible',
# Fields only used for Part creation
'duplicate',