diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-04-29 11:12:07 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-06-17 13:21:27 +0200 |
| commit | 2adf65aad9a99158da6eef7468dde7badd434b1e (patch) | |
| tree | 239064507748fcde0dc8b1f6bdab7ebcbf2ed68e /ishtar_common/fixtures/initial_data-fr.json | |
| parent | aab04bcf162d1264f7612b729a0dfe3177f24d3f (diff) | |
| download | Ishtar-2adf65aad9a99158da6eef7468dde7badd434b1e.tar.bz2 Ishtar-2adf65aad9a99158da6eef7468dde7badd434b1e.zip | |
Document templates: adapt models to manage labels
Diffstat (limited to 'ishtar_common/fixtures/initial_data-fr.json')
| -rw-r--r-- | ishtar_common/fixtures/initial_data-fr.json | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/ishtar_common/fixtures/initial_data-fr.json b/ishtar_common/fixtures/initial_data-fr.json index f1ebe4c71..7e6b8446c 100644 --- a/ishtar_common/fixtures/initial_data-fr.json +++ b/ishtar_common/fixtures/initial_data-fr.json @@ -1541,25 +1541,5 @@ "comment": "105 \u00d7 148 mm", "available": true } -}, -{ - "model": "ishtar_common.documenttemplate", - "fields": { - "name": "Document de r\u00e9f\u00e9rence", - "slug": "document-de-reference", - "template": "upload/templates/document_reference.odt", - "associated_object_name": "archaeological_operations.models.AdministrativeAct", - "available": true - } -}, -{ - "model": "ishtar_common.documenttemplate", - "fields": { - "name": "Accus\u00e9 de r\u00e9ception d'un dossier", - "slug": "accuse-de-reception-dun-dossier", - "template": "upload/templates/ISHTAR_FILE_ACT_AR_Neutre_1.odt", - "associated_object_name": "archaeological_operations.models.AdministrativeAct", - "available": true - } } ] |
