mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-08 12:50:55 +00:00
Add View/Form for creating a new PartParameterTemplate
This commit is contained in:
@@ -99,6 +99,17 @@ class EditPartForm(HelperForm):
|
||||
]
|
||||
|
||||
|
||||
class EditPartParameterTemplateForm(HelperForm):
|
||||
""" Form for editing a PartParameterTemplate object """
|
||||
|
||||
class Meta:
|
||||
model = PartParameterTemplate
|
||||
fields = [
|
||||
'name',
|
||||
'units'
|
||||
]
|
||||
|
||||
|
||||
class EditPartParameterForm(HelperForm):
|
||||
""" Form for editing a PartParameter object """
|
||||
|
||||
|
Reference in New Issue
Block a user