calebasse / calebasse / fixtures / initial_price_per_act.json @ 05a6bb20
1 |
[
|
---|---|
2 |
{ |
3 |
"fields": { |
4 |
"end_date": null, |
5 |
"price": 100, |
6 |
"start_date": "1970-01-05" |
7 |
}, |
8 |
"model": "facturation.priceperact", |
9 |
"pk": 1 |
10 |
} |
11 |
]
|