diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-08-03 17:53:55 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-07-08 09:58:48 +0200 |
commit | 6d307f63eab0b857e12605622d5a2be514543be9 (patch) | |
tree | 212c42601afb1658323c6609ea944cf1be5e361f /archaeological_files/fixtures | |
parent | f1ed669100d351b9b3751e16a159aacbf3a52895 (diff) | |
download | Ishtar-6d307f63eab0b857e12605622d5a2be514543be9.tar.bz2 Ishtar-6d307f63eab0b857e12605622d5a2be514543be9.zip |
Preventive file: add fields - remove dynamic add (too buggy for now)
Diffstat (limited to 'archaeological_files/fixtures')
-rw-r--r-- | archaeological_files/fixtures/initial_data-fr.json | 102 |
1 files changed, 102 insertions, 0 deletions
diff --git a/archaeological_files/fixtures/initial_data-fr.json b/archaeological_files/fixtures/initial_data-fr.json index 1bfd8d08c..4573e70ef 100644 --- a/archaeological_files/fixtures/initial_data-fr.json +++ b/archaeological_files/fixtures/initial_data-fr.json @@ -3000,5 +3000,107 @@ "cloture-mobile-de-chantier-par-panneaux-en-treilli" ] } +}, +{ + "model": "archaeological_files.operationtypeforroyalties", + "fields": { + "label": "Stratigraphie simple > sup\u00e9rieure \u00e0 15 ha", + "txt_idx": "superieure-15-ha", + "comment": "", + "available": true, + "increase_coefficient": 1.0, + "increased_final_value": 0.36, + "category": 1 + } +}, +{ + "model": "archaeological_files.operationtypeforroyalties", + "fields": { + "label": "Stratigraphie simple > comprise entre 3 et 15 ha", + "txt_idx": "comprise-entre-3-et-15-ha", + "comment": "", + "available": true, + "increase_coefficient": 1.5, + "increased_final_value": 0.54, + "category": 1 + } +}, +{ + "model": "archaeological_files.operationtypeforroyalties", + "fields": { + "label": "Stratigraphie simple > inf\u00e9rieure \u00e0 3 ha", + "txt_idx": "inferieure-3-ha", + "comment": "", + "available": true, + "increase_coefficient": 2.7, + "increased_final_value": 0.97, + "category": 1 + } +}, +{ + "model": "archaeological_files.operationtypeforroyalties", + "fields": { + "label": "Stratigraphie complexe > profondeur inf\u00e9rieure \u00e0 1,3 m", + "txt_idx": "profondeur-inferieure-13-m", + "comment": "", + "available": true, + "increase_coefficient": 2.7, + "increased_final_value": 0.97, + "category": 2 + } +}, +{ + "model": "archaeological_files.operationtypeforroyalties", + "fields": { + "label": "Stratigraphie complexe > profondeur sup\u00e9rieure \u00e0 1,3 m", + "txt_idx": "profondeur-superieure-13-m", + "comment": "", + "available": true, + "increase_coefficient": 5.4, + "increased_final_value": 1.94, + "category": 3 + } +}, +{ + "model": "archaeological_files.operationtypeforroyalties", + "fields": { + "label": "Stratigraphie complexe > occupations complexes Pal\u00e9o, N\u00e9o ou Proto", + "txt_idx": "occupations-complexes-paleo-neo-ou-proto", + "comment": "", + "available": true, + "increase_coefficient": 2.7, + "increased_final_value": 0.97, + "category": 4 + } +}, +{ + "model": "archaeological_files.operationtypeforroyalties", + "fields": { + "label": "Stratigraphie complexe > \u00e9tude de b\u00e2ti", + "txt_idx": "etude-de-bati", + "comment": "", + "available": true, + "increase_coefficient": 2.7, + "increased_final_value": 0.97, + "category": 5 + } +}, +{ + "model": "archaeological_files.agreementtype", + "fields": { + "label": "Demande anticip\u00e9e de r\u00e9alisation", + "txt_idx": "demande-anticipee-de-realisation", + "comment": "", + "available": true + } +}, +{ + "model": "archaeological_files.agreementtype", + "fields": { + "label": "Inscription normale du dossier", + "txt_idx": "inscription-normale-du-dossier", + "comment": "", + "available": true + } } ] |