chg: revamped fistures !minor
This commit is contained in:
parent
ba91647cf1
commit
66b8c1bc53
8 changed files with 185 additions and 56 deletions
42
order/fixtures/lines.json
Normal file
42
order/fixtures/lines.json
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
[
|
||||
{
|
||||
"model": "order.saleorderline",
|
||||
"pk": 1,
|
||||
"fields": {
|
||||
"name": "sol 1",
|
||||
"product": 1,
|
||||
"order": 1,
|
||||
"quantity": 5
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "order.saleorderline",
|
||||
"pk": 2,
|
||||
"fields": {
|
||||
"name": "sol 2",
|
||||
"product": 2,
|
||||
"order": 1,
|
||||
"quantity": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "order.saleorderline",
|
||||
"pk": 3,
|
||||
"fields": {
|
||||
"name": "sol 3",
|
||||
"product": 3,
|
||||
"order": 2,
|
||||
"quantity": 3
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "order.saleorderline",
|
||||
"pk": 4,
|
||||
"fields": {
|
||||
"name": "sol 4",
|
||||
"product": 4,
|
||||
"order": 2,
|
||||
"quantity": 25
|
||||
}
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue