summaryrefslogtreecommitdiff
path: root/archaeological_finds/migrations/0137_data_migration_treatmentstatus.json
blob: 28f725d8aa4fdeb8eab259fb8ca9f4318fe91bf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[
{
    "model": "archaeological_finds.treatmentstatus",
    "fields": {
        "label": "Pr\u00e9vu",
        "txt_idx": "planned",
        "comment": "",
        "available": true,
        "order": 30
    }
},
{
    "model": "archaeological_finds.treatmentstatus",
    "fields": {
        "label": "En cours",
        "txt_idx": "in-progress",
        "comment": "",
        "available": true,
        "order": 10
    }
},
{
    "model": "archaeological_finds.treatmentstatus",
    "fields": {
        "label": "Achev\u00e9",
        "txt_idx": "completed",
        "comment": "",
        "available": true,
        "order": 20
    }
},
{
    "model": "archaeological_finds.treatmentstatus",
    "fields": {
        "label": "Inconnu",
        "txt_idx": "unknown",
        "comment": "",
        "available": true,
        "order": 60
    }
},
{
    "model": "archaeological_finds.treatmentstatus",
    "fields": {
        "label": "\u00c0 confirmer",
        "txt_idx": "to-be-confirmed",
        "comment": "",
        "available": true,
        "order": 40
    }
},
{
    "model": "archaeological_finds.treatmentstatus",
    "fields": {
        "label": "Abandonn\u00e9",
        "txt_idx": "cancelled",
        "comment": "",
        "available": true,
        "order": 50
    }
}
]