chg: revamped fistures !minor
This commit is contained in:
parent
ba91647cf1
commit
66b8c1bc53
8 changed files with 185 additions and 56 deletions
22
order/fixtures/orders.json
Normal file
22
order/fixtures/orders.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
[
|
||||
{
|
||||
"model": "order.saleorder",
|
||||
"pk": 1,
|
||||
"fields": {
|
||||
"name": "Laurentius' first quote",
|
||||
"sold_to": 5,
|
||||
"total": 2749.94,
|
||||
"sold_at": "2021-01-25T00:47:01Z"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "order.saleorder",
|
||||
"pk": 2,
|
||||
"fields": {
|
||||
"name": "Laurentius' second quote",
|
||||
"sold_to": 5,
|
||||
"total": 6499.72,
|
||||
"sold_at": "2021-01-25T13:49:02Z"
|
||||
}
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue