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