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

Add UI hooks for displaying stocktake data for a particular part

This commit is contained in:
Oliver
2022-12-16 13:30:37 +11:00
parent 1699e5d6d1
commit e4306f090d
5 changed files with 35 additions and 0 deletions

View File

@ -1754,6 +1754,13 @@ class InvenTreeUserSetting(BaseInvenTreeSetting):
'validator': bool,
},
'DISPLAY_STOCKTAKE_TAB': {
'name': _('Part Stocktake'),
'description': _('Display part stocktake information'),
'default': True,
'validator': bool,
},
'TABLE_STRING_MAX_LENGTH': {
'name': _('Table String Length'),
'description': _('Maximimum length limit for strings displayed in table views'),