2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 21:15:41 +00:00
This commit is contained in:
2021-07-18 02:20:56 +02:00
parent 5ce6dd325d
commit 210a4bccde
2 changed files with 9 additions and 1 deletions

View File

@ -233,6 +233,13 @@ class InvenTreeSetting(models.Model):
'validator': bool,
},
'PART_CREATE_INITIAL': {
'name': _('Create initial stock'),
'description': _('Create initial stock on part creation'),
'default': False,
'validator': bool,
},
'PART_INTERNAL_PRICE': {
'name': _('Internal Prices'),
'description': _('Enable internal prices for parts'),