diff options
Diffstat (limited to 'ishtar_common/fixtures/initial_data-fr.json')
-rw-r--r-- | ishtar_common/fixtures/initial_data-fr.json | 46 |
1 files changed, 34 insertions, 12 deletions
diff --git a/ishtar_common/fixtures/initial_data-fr.json b/ishtar_common/fixtures/initial_data-fr.json index 9255c604e..b4447559e 100644 --- a/ishtar_common/fixtures/initial_data-fr.json +++ b/ishtar_common/fixtures/initial_data-fr.json @@ -212,6 +212,7 @@ 83, 84, 78, + 54, 58, 59, 60, @@ -337,26 +338,27 @@ "txt_idx": "head_scientist", "groups": [ 1, + 40, + 41, + 42, + 46, + 47, + 48, 50, + 54, + 58, + 59, + 60, + 63, 70, 71, 72, - 41, 74, 77, - 46, - 47, - 48, - 40, + 78, 82, 83, - 84, - 78, - 58, - 59, - 60, - 42, - 63 + 84 ], "label": "Responsable scientifique" } @@ -1155,5 +1157,25 @@ "txt_idx": "a6", "label": "A6" } + }, + { + "pk": 2, + "model": "ishtar_common.documenttemplate", + "fields": { + "associated_object_name": "archaeological_operations.models.AdministrativeAct", + "available": true, + "name": "Accus\u00e9 de r\u00e9ception d'un dossier", + "template": "upload/templates/ISHTAR_FILE_ACT_AR_Neutre_1.odt" + } + }, + { + "pk": 1, + "model": "ishtar_common.documenttemplate", + "fields": { + "associated_object_name": "archaeological_operations.models.AdministrativeAct", + "available": true, + "name": "Document de r\u00e9f\u00e9rence", + "template": "upload/templates/document_reference.odt" + } } ]
\ No newline at end of file |