2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-08 12:50:55 +00:00

Implement global settings for assembly and template values of Part model

This commit is contained in:
Oliver Walters
2021-01-03 23:06:51 +11:00
parent 9fa37a9156
commit 6c7b648133
5 changed files with 160 additions and 27 deletions

View File

@@ -230,6 +230,9 @@ class EditPartForm(HelperForm):
'default_supplier',
'units',
'minimum_stock',
'component',
'assembly',
'is_template',
'trackable',
'purchaseable',
'salable',