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

Add 'keywords' field to Part

- Shows up in search results
This commit is contained in:
Oliver Walters
2019-05-14 17:23:20 +10:00
parent 7447561f77
commit 02033c2157
6 changed files with 43 additions and 13 deletions

View File

@@ -92,9 +92,10 @@ class EditPartForm(HelperForm):
'confirm_creation',
'category',
'name',
'IPN',
'variant',
'description',
'IPN',
'keywords',
'URL',
'default_location',
'default_supplier',