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

Add 'revision' field to part

- e.g. different versions of a product
- Can keep old versions in database and mark as inactive
This commit is contained in:
Oliver Walters
2019-06-20 21:46:16 +10:00
parent 8328e7e13c
commit a5306ec81b
6 changed files with 48 additions and 2 deletions

View File

@@ -93,6 +93,7 @@ class EditPartForm(HelperForm):
'name',
'IPN',
'description',
'revision',
'keywords',
'variant_of',
'is_template',