Skip to content

Commit

Permalink
forgot partner
Browse files Browse the repository at this point in the history
  • Loading branch information
specialunderwear committed Oct 20, 2023
1 parent 5aefdd3 commit e1ad2c4
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions oscar_odin/fixtures/oscar_odin/partner.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"model": "partner.partner",
"pk": 1,
"fields": {
"code": "sheep",
"name": "sheep",
"users": []
}
},
{
"model": "partner.stockrecord",
"pk": 1,
"fields": {
"product": 210,
"partner": 1,
"partner_sku": "blkshp1",
"price_currency": "GBP",
"price": "10.00",
"num_in_stock": 10,
"num_allocated": 4,
"low_stock_threshold": null,
"date_created": "2023-10-20T12:19:36.365Z",
"date_updated": "2023-10-20T12:19:36.365Z"
}
}
]

0 comments on commit e1ad2c4

Please sign in to comment.