calebasse / calebasse / fixtures / office.json @ 76974b6f
1 |
[
|
---|---|
2 |
{ |
3 |
"fields": { |
4 |
"address": "66-68 rue Marengo", |
5 |
"address_complement": "", |
6 |
"city": "Saint-Etienne", |
7 |
"description": "CAMSP - CMPP - SESSAD (dysphasie) - SESSAD TED", |
8 |
"email": "", |
9 |
"fax": "0477211299", |
10 |
"name": "Association Pr\u00e9vention Soins", |
11 |
"phone": "0477920570", |
12 |
"zip_code": "42000" |
13 |
}, |
14 |
"model": "ressources.office", |
15 |
"pk": 1 |
16 |
} |
17 |
]
|