diff options
| -rw-r--r-- | archaeological_finds/migrations/0147_data_migration_statement_condition.json | 156 |
1 files changed, 148 insertions, 8 deletions
diff --git a/archaeological_finds/migrations/0147_data_migration_statement_condition.json b/archaeological_finds/migrations/0147_data_migration_statement_condition.json index 369099933..5ed095a35 100644 --- a/archaeological_finds/migrations/0147_data_migration_statement_condition.json +++ b/archaeological_finds/migrations/0147_data_migration_statement_condition.json @@ -1,5 +1,5 @@ [ -{ + { "model": "archaeological_finds.statementconditiontype", "fields": { "label": "Constat d'\u00e9tat", @@ -9,8 +9,8 @@ "order": 10, "parent": null } -}, -{ + }, + { "model": "archaeological_finds.statementconditiontype", "fields": { "label": "R\u00e9colement", @@ -20,8 +20,8 @@ "order": 20, "parent": null } -}, -{ + }, + { "model": "archaeological_finds.statementconditiontype", "fields": { "label": "Vu", @@ -31,8 +31,8 @@ "order": 10, "parent": ["recolement"] } -}, -{ + }, + { "model": "archaeological_finds.statementconditiontype", "fields": { "label": "Non vu", @@ -42,5 +42,145 @@ "order": 20, "parent": ["recolement"] } -} + }, + { + "model": "archaeological_finds.followupactiontype", + "fields": { + "label": "\u00c0 identifier dans l'inventaire", + "txt_idx": "a-identifier-dans-linventaire", + "comment": "", + "available": true, + "order": 10, + "parent": null + } + }, + { + "model": "archaeological_finds.followupactiontype", + "fields": { + "label": "\u00c0 inventorier", + "txt_idx": "a-inventorier", + "comment": "", + "available": true, + "order": 10, + "parent": null + } + }, + { + "model": "archaeological_finds.followupactiontype", + "fields": { + "label": "\u00c0 photographier", + "txt_idx": "a-photographier", + "comment": "", + "available": true, + "order": 10, + "parent": null + } + }, + { + "model": "archaeological_finds.followupactiontype", + "fields": { + "label": "\u00c0 radier", + "txt_idx": "a-radier", + "comment": "", + "available": true, + "order": 10, + "parent": null + } + }, + { + "model": "archaeological_finds.followupactiontype", + "fields": { + "label": "\u00c0 restituer", + "txt_idx": "a-restituer", + "comment": "", + "available": true, + "order": 10, + "parent": null + } + }, + { + "model": "archaeological_finds.followupactiontype", + "fields": { + "label": "\u00c0 traiter", + "txt_idx": "a-traiter", + "comment": "", + "available": true, + "order": 10, + "parent": null + } + }, + { + "model": "archaeological_finds.followupactiontype", + "fields": { + "label": "D\u00e9poser plainte (bien manquant)", + "txt_idx": "deposer-plainte-bien-manquant", + "comment": "", + "available": true, + "order": 10, + "parent": null + } + }, + { + "model": "archaeological_finds.followupactiontype", + "fields": { + "label": "Transfert de propri\u00e9t\u00e9", + "txt_idx": "transfert-de-propriete", + "comment": "", + "available": true, + "order": 10, + "parent": null + } + }, + { + "model": "archaeological_finds.followupactiontype", + "fields": { + "label": "D\u00e9classement", + "txt_idx": "declassement", + "comment": "", + "available": true, + "order": 10, + "parent": [ + "a-radier" + ] + } + }, + { + "model": "archaeological_finds.followupactiontype", + "fields": { + "label": "Destruction d\u00e9finitive", + "txt_idx": "destruction-definitive", + "comment": "", + "available": true, + "order": 10, + "parent": [ + "a-radier" + ] + } + }, + { + "model": "archaeological_finds.followupactiontype", + "fields": { + "label": "Inscription indue sur l'inventaire", + "txt_idx": "inscription-indue-sur-linventaire", + "comment": "", + "available": true, + "order": 10, + "parent": [ + "a-radier" + ] + } + }, + { + "model": "archaeological_finds.followupactiontype", + "fields": { + "label": "Modification d'affectation", + "txt_idx": "modification-daffectation", + "comment": "", + "available": true, + "order": 10, + "parent": [ + "a-radier" + ] + } + } ] |
