2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-04 04:30:56 +00:00

initial implementation as described in #1463

This commit is contained in:
2021-04-15 14:51:11 +02:00
parent 623d0366fc
commit d49977bed3
4 changed files with 24 additions and 2 deletions

View File

@ -58,6 +58,13 @@ class InvenTreeSetting(models.Model):
'description': _('String descriptor for the server instance'),
},
'INVENTREE_INSTANCE_TITLE': {
'name': _('Use Instance Name'),
'description': _('Use the instance name in the Titel-Bar'),
'validator': bool,
'default': False,
},
'INVENTREE_COMPANY_NAME': {
'name': _('Company name'),
'description': _('Internal company name'),