2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00

Added global setting and updated stock item templates

This commit is contained in:
eeintech
2020-12-01 15:54:05 -05:00
parent e1fb7e5d98
commit 2c38be2d13
5 changed files with 26 additions and 4 deletions

View File

@ -139,6 +139,13 @@ class InvenTreeSetting(models.Model):
'validator': bool,
},
'STOCK_OWNER': {
'name': _('Stock Owner Changes'),
'description': _('Allow only owner of stock location and item to make changes'),
'default': False,
'validator': bool,
},
'BUILDORDER_REFERENCE_PREFIX': {
'name': _('Build Order Reference Prefix'),
'description': _('Prefix value for build order reference'),