Skip to content

Commit

Permalink
Add "locked" attribute to some parts
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat committed Jul 7, 2024
1 parent e9e6eac commit 39ab31d
Showing 1 changed file with 72 additions and 19 deletions.
91 changes: 72 additions & 19 deletions inventree_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -6859,6 +6859,70 @@
"key": "SALESORDER_SHIP_COMPLETE"
}
},
{
"model": "common.inventreesetting",
"pk": 167,
"fields": {
"value": "False",
"key": "BARCODE_SHOW_TEXT"
}
},
{
"model": "common.inventreesetting",
"pk": 168,
"fields": {
"value": "False",
"key": "BUILDORDER_REQUIRE_LOCKED_PART"
}
},
{
"model": "common.inventreesetting",
"pk": 169,
"fields": {
"value": "False",
"key": "LOGIN_ENABLE_SSO_GROUP_SYNC"
}
},
{
"model": "common.inventreesetting",
"pk": 170,
"fields": {
"value": "False",
"key": "BUILDORDER_REQUIRE_VALID_BOM"
}
},
{
"model": "common.inventreesetting",
"pk": 171,
"fields": {
"value": "True",
"key": "SSO_REMOVE_GROUPS"
}
},
{
"model": "common.inventreesetting",
"pk": 172,
"fields": {
"value": "False",
"key": "BUILDORDER_REQUIRE_ACTIVE_PART"
}
},
{
"model": "common.inventreesetting",
"pk": 173,
"fields": {
"value": "groups",
"key": "SSO_GROUP_KEY"
}
},
{
"model": "common.inventreesetting",
"pk": 174,
"fields": {
"value": "{}",
"key": "SSO_GROUP_MAP"
}
},
{
"model": "common.newsfeedentry",
"pk": 1,
Expand Down Expand Up @@ -85166,7 +85230,7 @@
"pk": 1,
"fields": {
"password": "pbkdf2_sha256$600000$eW6hr1msXY3U1vkqy3K4wd$/egntyTaLBCUPnM1nM2LIbbDGjKfccvIOgexovlFKjo=",
"last_login": "2024-06-27T06:33:03.226Z",
"last_login": "2024-07-07T00:13:11.612Z",
"is_superuser": true,
"username": "admin",
"first_name": "",
Expand Down Expand Up @@ -85228,7 +85292,7 @@
"pk": 4,
"fields": {
"password": "pbkdf2_sha256$600000$D9HxLyJ59a7P0FftXtfQRZ$Z0S7UCUhNoh52DlzoQ8jgXL6hHZm0JnWvicpbEHhZFI=",
"last_login": "2024-02-28T06:21:45.995Z",
"last_login": "2024-07-07T00:11:46.232Z",
"is_superuser": false,
"username": "allaccess",
"first_name": "Ally",
Expand Down Expand Up @@ -163851,7 +163915,7 @@
"purchaseable": false,
"salable": true,
"active": true,
"locked": false,
"locked": true,
"virtual": false,
"bom_checksum": "b\"\\xd3\\x90\\xad\\x1b\\xcf<\\xe9\\xbf\\xa2o\\xee\\x85\\x00\\x1a\\x02'\"",
"bom_checked_by": [
Expand Down Expand Up @@ -164748,7 +164812,7 @@
"model": "part.part",
"pk": 100,
"fields": {
"metadata": null,
"metadata": {},
"notes": null,
"barcode_data": "",
"barcode_hash": "",
Expand All @@ -164773,7 +164837,7 @@
"purchaseable": false,
"salable": true,
"active": true,
"locked": false,
"locked": true,
"virtual": false,
"bom_checksum": "b'm\\xc2\\xa1\\x13\\xc2\"\\x04c\\xcb\\xc3\\xdb\\x8f\\xfd)\\xe8\\x91'",
"bom_checked_by": [
Expand Down Expand Up @@ -165273,7 +165337,7 @@
"purchaseable": false,
"salable": true,
"active": true,
"locked": false,
"locked": true,
"virtual": false,
"bom_checksum": "b'\\xf3\\x06\\xa9G\\xb8R6hp\\xd3 i\\xc6\\xc4\\x1c\\xc2'",
"bom_checked_by": [
Expand Down Expand Up @@ -165323,7 +165387,7 @@
"purchaseable": false,
"salable": true,
"active": true,
"locked": false,
"locked": true,
"virtual": false,
"bom_checksum": "b'6tr\\x8eC\\x0f\\x1f\\xa1vv\\x95\\xc5h?\\x9f\\x85'",
"bom_checked_by": [
Expand Down Expand Up @@ -165373,7 +165437,7 @@
"purchaseable": false,
"salable": true,
"active": true,
"locked": false,
"locked": true,
"virtual": false,
"bom_checksum": "b'\\x92\\x1d\\xfeTyp\\x9eC\\xda\\xb3<\\x06\\x83-\\x8e1'",
"bom_checked_by": [
Expand Down Expand Up @@ -181964,17 +182028,6 @@
]
}
},
{
"model": "common.inventreeusersetting",
"pk": 161,
"fields": {
"value": "",
"key": "DEFAULT_LINE_LABEL_TEMPLATE",
"user": [
"admin"
]
}
},
{
"model": "build.build",
"pk": 1,
Expand Down

0 comments on commit 39ab31d

Please sign in to comment.