Skip to content

Commit

Permalink
add another test template
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat committed Feb 7, 2024
1 parent 69911fd commit 09c1a7c
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions inventree_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -65409,6 +65409,20 @@
"requires_attachment": false
}
},
{
"model": "part.parttesttemplate",
"pk": 11,
"fields": {
"metadata": {},
"part": 87,
"test_name": "Color",
"key": "color",
"description": "Optionally, what color was this item painted?",
"required": false,
"requires_value": false,
"requires_attachment": false
}
},
{
"model": "part.partparametertemplate",
"pk": 1,
Expand Down Expand Up @@ -85786,6 +85800,40 @@
"date": "2024-02-07T12:21:52.654Z"
}
},
{
"model": "stock.stockitemtestresult",
"pk": 107,
"fields": {
"metadata": {},
"stock_item": 1195,
"template": 11,
"result": true,
"value": "Yellow",
"attachment": "",
"notes": "",
"user": [
"admin"
],
"date": "2024-02-07T12:25:35.419Z"
}
},
{
"model": "stock.stockitemtestresult",
"pk": 108,
"fields": {
"metadata": {},
"stock_item": 413,
"template": 11,
"result": false,
"value": "Green",
"attachment": "",
"notes": "The green paint was not applied very well",
"user": [
"admin"
],
"date": "2024-02-07T12:25:56.409Z"
}
},
{
"model": "stock.stockitemtracking",
"pk": 2,
Expand Down

0 comments on commit 09c1a7c

Please sign in to comment.