diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-07-21 15:00:07 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-07-21 15:00:07 +0200 |
commit | 9a7c3c036e1ae743c7ccc00cdc4c9e8499b8578e (patch) | |
tree | d2df22dcdc7a19607b671327bc5a4a5fcd39b3db | |
parent | c37818005360690f0077000cdddb12f33936fc2b (diff) | |
download | Ishtar-9a7c3c036e1ae743c7ccc00cdc4c9e8499b8578e.tar.bz2 Ishtar-9a7c3c036e1ae743c7ccc00cdc4c9e8499b8578e.zip |
Fix fixture generation
-rw-r--r-- | Makefile.example | 6 | ||||
-rw-r--r-- | fixtures/initial_data-auth-fr.json | 6634 | ||||
-rw-r--r-- | ishtar_common/fixtures/initial_data-fr.json | 2824 |
3 files changed, 7939 insertions, 1525 deletions
diff --git a/Makefile.example b/Makefile.example index 9cb46929f..4e3d06173 100644 --- a/Makefile.example +++ b/Makefile.example @@ -145,12 +145,12 @@ generate_doc: fixtures: fixtures_auth fixtures_common fixtures_operations fixtures_context_records fixtures_finds fixtures_warehouse fixtures_files fixtures_auth: - cd $(project); $(PYTHON) ./manage.py dumpdata --indent 4 --natural-foreign \ - contenttypes.contenttype auth.permission auth.group \ + cd $(project); $(PYTHON) ./manage.py dumpdata --indent 4 --natural-primary --natural-foreign \ + auth.permission auth.group \ > '../fixtures/initial_data-auth-'$(default_data)'.json' fixtures_common: fixtures_common_importers fixtures_spatialrefsystem - cd $(project); $(PYTHON) ./manage.py dumpdata --indent 4 \ + cd $(project); $(PYTHON) ./manage.py dumpdata --indent 4 --natural-primary --natural-foreign \ ishtar_common.authortype \ ishtar_common.persontype \ ishtar_common.organizationtype \ diff --git a/fixtures/initial_data-auth-fr.json b/fixtures/initial_data-auth-fr.json index fb58cd390..447a9454d 100644 --- a/fixtures/initial_data-auth-fr.json +++ b/fixtures/initial_data-auth-fr.json @@ -1,366 +1,6272 @@ [ - { - "pk": 30, - "model": "auth.group", - "fields": { - "name": "Documents op\u00e9ration : voir", - "permissions": [ - 265 - ] - } - }, - { - "pk": 31, - "model": "auth.group", - "fields": { - "name": "Documents op\u00e9ration : modification/suppression", - "permissions": [ - 127 - ] - } - }, - { - "pk": 32, - "model": "auth.group", - "fields": { - "name": "Documents op\u00e9ration : ajout", - "permissions": [ - 126 - ] - } - }, - { - "pk": 2, - "model": "auth.group", - "fields": { - "name": "Dossiers : voir", - "permissions": [ - 241 - ] - } - }, - { - "pk": 1, - "model": "auth.group", - "fields": { - "name": "Op\u00e9rations : voir", - "permissions": [ - 245 - ] - } - }, - { - "pk": 4, - "model": "auth.group", - "fields": { - "name": "UEs : voir", - "permissions": [ - 243 - ] - } - }, - { - "pk": 3, - "model": "auth.group", - "fields": { - "name": "Utilisateurs : voir", - "permissions": [ - 56 - ] - } - }, - { - "pk": 5, - "model": "auth.group", - "fields": { - "name": "D\u00e9p\u00f4ts : voir", - "permissions": [ - 248 - ] - } - }, - { - "pk": 7, - "model": "auth.group", - "fields": { - "name": "Traitements : voir", - "permissions": [ - 247 - ] - } - }, - { - "pk": 6, - "model": "auth.group", - "fields": { - "name": "Mobilier : voir", - "permissions": [ - 242, - 244 - ] - } - }, - { - "pk": 8, - "model": "auth.group", - "fields": { - "name": "Actes administratifs : voir", - "permissions": [ - 240 - ] - } - }, - { - "pk": 9, - "model": "auth.group", - "fields": { - "name": "Actes administratifs : ajout", - "permissions": [ - 135 - ] - } - }, - { - "pk": 10, - "model": "auth.group", - "fields": { - "name": "Actes administratifs : modification/suppression", - "permissions": [ - 136, - 137 - ] - } - }, - { - "pk": 11, - "model": "auth.group", - "fields": { - "name": "D\u00e9p\u00f4ts : ajout", - "permissions": [ - 182 - ] - } - }, - { - "pk": 12, - "model": "auth.group", - "fields": { - "name": "D\u00e9p\u00f4ts : modification/suppression", - "permissions": [ - 183, - 184 - ] - } - }, - { - "pk": 13, - "model": "auth.group", - "fields": { - "name": "Dossiers : ajout", - "permissions": [ - 94 - ] - } - }, - { - "pk": 14, - "model": "auth.group", - "fields": { - "name": "Dossiers : modification/suppression", - "permissions": [ - 95, - 96 - ] - } - }, - { - "pk": 15, - "model": "auth.group", - "fields": { - "name": "Mobilier : ajout", - "permissions": [ - 201, - 211 - ] - } - }, - { - "pk": 16, - "model": "auth.group", - "fields": { - "name": "Mobilier : modification/suppression", - "permissions": [ - 202, - 203, - 212, - 213 - ] - } - }, - { - "pk": 17, - "model": "auth.group", - "fields": { - "name": "Op\u00e9rations : ajout", - "permissions": [ - 116 - ] - } - }, - { - "pk": 18, - "model": "auth.group", - "fields": { - "name": "Op\u00e9rations : modification/suppression", - "permissions": [ - 117, - 118 - ] - } - }, - { - "pk": 19, - "model": "auth.group", - "fields": { - "name": "Traitements : ajout", - "permissions": [ - 227 - ] - } - }, - { - "pk": 20, - "model": "auth.group", - "fields": { - "name": "Traitements : modification/suppression", - "permissions": [ - 228, - 229 - ] - } - }, - { - "pk": 21, - "model": "auth.group", - "fields": { - "name": "UEs : ajout", - "permissions": [ - 169 - ] - } - }, - { - "pk": 22, - "model": "auth.group", - "fields": { - "name": "UEs : modification/suppression", - "permissions": [ - 170, - 171 - ] - } - }, - { - "pk": 23, - "model": "auth.group", - "fields": { - "name": "Utilisateurs : ajout", - "permissions": [ - 53 - ] - } - }, - { - "pk": 24, - "model": "auth.group", - "fields": { - "name": "Utilisateurs : modification/suppression", - "permissions": [ - 54, - 55 - ] - } - }, - { - "pk": 25, - "model": "auth.group", - "fields": { - "name": "Organisations : voir", - "permissions": [ - 246 - ] - } - }, - { - "pk": 26, - "model": "auth.group", - "fields": { - "name": "Organisations : modification/suppression", - "permissions": [ - 44, - 45 - ] - } - }, - { - "pk": 27, - "model": "auth.group", - "fields": { - "name": "Organisations : ajout", - "permissions": [ - 43 - ] - } - }, - { - "pk": 28, - "model": "auth.group", - "fields": { - "name": "Op\u00e9rations : clore", - "permissions": [ - 263 - ] - } - }, - { - "pk": 29, - "model": "auth.group", - "fields": { - "name": "Dossiers : clore", - "permissions": [ - 264 - ] - } - }, - { - "pk": 33, - "model": "auth.group", - "fields": { - "name": "Entit\u00e9s arch\u00e9ologiques : ajout", - "permissions": [ - 255 - ] - } - }, - { - "pk": 34, - "model": "auth.group", - "fields": { - "name": "Entit\u00e9s arch\u00e9ologiques : modification/suppression", - "permissions": [ - 256, - 257 - ] - } - }, - { - "pk": 35, - "model": "auth.group", - "fields": { - "name": "Entit\u00e9s arch\u00e9ologiques : voir", - "permissions": [ - 258 - ] - } - } +{ + "fields": { + "codename": "add_permission", + "name": "Can add permission", + "content_type": [ + "auth", + "permission" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_permission", + "name": "Can change permission", + "content_type": [ + "auth", + "permission" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_permission", + "name": "Can delete permission", + "content_type": [ + "auth", + "permission" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_group", + "name": "Can add group", + "content_type": [ + "auth", + "group" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_group", + "name": "Can change group", + "content_type": [ + "auth", + "group" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_group", + "name": "Can delete group", + "content_type": [ + "auth", + "group" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_user", + "name": "Can add user", + "content_type": [ + "auth", + "user" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_user", + "name": "Can change user", + "content_type": [ + "auth", + "user" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_user", + "name": "Can delete user", + "content_type": [ + "auth", + "user" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_logentry", + "name": "Can add log entry", + "content_type": [ + "admin", + "logentry" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_logentry", + "name": "Can change log entry", + "content_type": [ + "admin", + "logentry" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_logentry", + "name": "Can delete log entry", + "content_type": [ + "admin", + "logentry" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_contenttype", + "name": "Can add content type", + "content_type": [ + "contenttypes", + "contenttype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_contenttype", + "name": "Can change content type", + "content_type": [ + "contenttypes", + "contenttype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_contenttype", + "name": "Can delete content type", + "content_type": [ + "contenttypes", + "contenttype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_session", + "name": "Can add session", + "content_type": [ + "sessions", + "session" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_session", + "name": "Can change session", + "content_type": [ + "sessions", + "session" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_session", + "name": "Can delete session", + "content_type": [ + "sessions", + "session" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_site", + "name": "Can add site", + "content_type": [ + "sites", + "site" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_site", + "name": "Can change site", + "content_type": [ + "sites", + "site" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_site", + "name": "Can delete site", + "content_type": [ + "sites", + "site" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_registrationprofile", + "name": "Can add registration profile", + "content_type": [ + "registration", + "registrationprofile" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_registrationprofile", + "name": "Can change registration profile", + "content_type": [ + "registration", + "registrationprofile" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_registrationprofile", + "name": "Can delete registration profile", + "content_type": [ + "registration", + "registrationprofile" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_itemkey", + "name": "Can add item key", + "content_type": [ + "ishtar_common", + "itemkey" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_itemkey", + "name": "Can change item key", + "content_type": [ + "ishtar_common", + "itemkey" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_itemkey", + "name": "Can delete item key", + "content_type": [ + "ishtar_common", + "itemkey" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_ishtarsiteprofile", + "name": "Can add Ishtar site profile", + "content_type": [ + "ishtar_common", + "ishtarsiteprofile" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_ishtarsiteprofile", + "name": "Can change Ishtar site profile", + "content_type": [ + "ishtar_common", + "ishtarsiteprofile" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_ishtarsiteprofile", + "name": "Can delete Ishtar site profile", + "content_type": [ + "ishtar_common", + "ishtarsiteprofile" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_globalvar", + "name": "Can add Global variable", + "content_type": [ + "ishtar_common", + "globalvar" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_globalvar", + "name": "Can change Global variable", + "content_type": [ + "ishtar_common", + "globalvar" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_globalvar", + "name": "Can delete Global variable", + "content_type": [ + "ishtar_common", + "globalvar" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_documenttemplate", + "name": "Can add Document template", + "content_type": [ + "ishtar_common", + "documenttemplate" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_documenttemplate", + "name": "Can change Document template", + "content_type": [ + "ishtar_common", + "documenttemplate" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_documenttemplate", + "name": "Can delete Document template", + "content_type": [ + "ishtar_common", + "documenttemplate" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_state", + "name": "Can add State", + "content_type": [ + "ishtar_common", + "state" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_state", + "name": "Can change State", + "content_type": [ + "ishtar_common", + "state" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_state", + "name": "Can delete State", + "content_type": [ + "ishtar_common", + "state" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_department", + "name": "Can add Department", + "content_type": [ + "ishtar_common", + "department" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_department", + "name": "Can change Department", + "content_type": [ + "ishtar_common", + "department" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_department", + "name": "Can delete Department", + "content_type": [ + "ishtar_common", + "department" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_organizationtype", + "name": "Can add Organization type", + "content_type": [ + "ishtar_common", + "organizationtype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_organizationtype", + "name": "Can change Organization type", + "content_type": [ + "ishtar_common", + "organizationtype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_organizationtype", + "name": "Can delete Organization type", + "content_type": [ + "ishtar_common", + "organizationtype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_importertype", + "name": "Can add Importer - Type", + "content_type": [ + "ishtar_common", + "importertype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_importertype", + "name": "Can change Importer - Type", + "content_type": [ + "ishtar_common", + "importertype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_importertype", + "name": "Can delete Importer - Type", + "content_type": [ + "ishtar_common", + "importertype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_importerdefault", + "name": "Can add Importer - Default", + "content_type": [ + "ishtar_common", + "importerdefault" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_importerdefault", + "name": "Can change Importer - Default", + "content_type": [ + "ishtar_common", + "importerdefault" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_importerdefault", + "name": "Can delete Importer - Default", + "content_type": [ + "ishtar_common", + "importerdefault" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_importerdefaultvalues", + "name": "Can add Importer - Default value", + "content_type": [ + "ishtar_common", + "importerdefaultvalues" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_importerdefaultvalues", + "name": "Can change Importer - Default value", + "content_type": [ + "ishtar_common", + "importerdefaultvalues" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_importerdefaultvalues", + "name": "Can delete Importer - Default value", + "content_type": [ + "ishtar_common", + "importerdefaultvalues" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_importercolumn", + "name": "Can add Importer - Column", + "content_type": [ + "ishtar_common", + "importercolumn" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_importercolumn", + "name": "Can change Importer - Column", + "content_type": [ + "ishtar_common", + "importercolumn" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_importercolumn", + "name": "Can delete Importer - Column", + "content_type": [ + "ishtar_common", + "importercolumn" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_importerduplicatefield", + "name": "Can add Importer - Duplicate field", + "content_type": [ + "ishtar_common", + "importerduplicatefield" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_importerduplicatefield", + "name": "Can change Importer - Duplicate field", + "content_type": [ + "ishtar_common", + "importerduplicatefield" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_importerduplicatefield", + "name": "Can delete Importer - Duplicate field", + "content_type": [ + "ishtar_common", + "importerduplicatefield" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_regexp", + "name": "Can add Importer - Regular expression", + "content_type": [ + "ishtar_common", + "regexp" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_regexp", + "name": "Can change Importer - Regular expression", + "content_type": [ + "ishtar_common", + "regexp" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_regexp", + "name": "Can delete Importer - Regular expression", + "content_type": [ + "ishtar_common", + "regexp" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_importtarget", + "name": "Can add Importer - Target", + "content_type": [ + "ishtar_common", + "importtarget" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_importtarget", + "name": "Can change Importer - Target", + "content_type": [ + "ishtar_common", + "importtarget" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_importtarget", + "name": "Can delete Importer - Target", + "content_type": [ + "ishtar_common", + "importtarget" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_targetkey", + "name": "Can add Importer - Target key", + "content_type": [ + "ishtar_common", + "targetkey" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_targetkey", + "name": "Can change Importer - Target key", + "content_type": [ + "ishtar_common", + "targetkey" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_targetkey", + "name": "Can delete Importer - Target key", + "content_type": [ + "ishtar_common", + "targetkey" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_formatertype", + "name": "Can add Importer - Formater type", + "content_type": [ + "ishtar_common", + "formatertype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_formatertype", + "name": "Can change Importer - Formater type", + "content_type": [ + "ishtar_common", + "formatertype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_formatertype", + "name": "Can delete Importer - Formater type", + "content_type": [ + "ishtar_common", + "formatertype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_import", + "name": "Can add Import", + "content_type": [ + "ishtar_common", + "import" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_import", + "name": "Can change Import", + "content_type": [ + "ishtar_common", + "import" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_import", + "name": "Can delete Import", + "content_type": [ + "ishtar_common", + "import" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_historicalorganization", + "name": "Can add historical organization", + "content_type": [ + "ishtar_common", + "historicalorganization" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_historicalorganization", + "name": "Can change historical organization", + "content_type": [ + "ishtar_common", + "historicalorganization" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_historicalorganization", + "name": "Can delete historical organization", + "content_type": [ + "ishtar_common", + "historicalorganization" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_organization", + "name": "Can add Organization", + "content_type": [ + "ishtar_common", + "organization" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_organization", + "name": "Can change Organization", + "content_type": [ + "ishtar_common", + "organization" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_organization", + "name": "Can delete Organization", + "content_type": [ + "ishtar_common", + "organization" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "view_organization", + "name": "Can view all Organizations", + "content_type": [ + "ishtar_common", + "organization" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "view_own_organization", + "name": "Can view own Organization", + "content_type": [ + "ishtar_common", + "organization" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_own_organization", + "name": "Can add own Organization", + "content_type": [ + "ishtar_common", + "organization" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_own_organization", + "name": "Can change own Organization", + "content_type": [ + "ishtar_common", + "organization" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_own_organization", + "name": "Can delete own Organization", + "content_type": [ + "ishtar_common", + "organization" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_persontype", + "name": "Can add Person type", + "content_type": [ + "ishtar_common", + "persontype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_persontype", + "name": "Can change Person type", + "content_type": [ + "ishtar_common", + "persontype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_persontype", + "name": "Can delete Person type", + "content_type": [ + "ishtar_common", + "persontype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_person", + "name": "Can add Person", + "content_type": [ + "ishtar_common", + "person" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_person", + "name": "Can change Person", + "content_type": [ + "ishtar_common", + "person" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_person", + "name": "Can delete Person", + "content_type": [ + "ishtar_common", + "person" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "view_person", + "name": "Can view all Persons", + "content_type": [ + "ishtar_common", + "person" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "view_own_person", + "name": "Can view own Person", + "content_type": [ + "ishtar_common", + "person" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_own_person", + "name": "Can add own Person", + "content_type": [ + "ishtar_common", + "person" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_own_person", + "name": "Can change own Person", + "content_type": [ + "ishtar_common", + "person" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_own_person", + "name": "Can delete own Person", + "content_type": [ + "ishtar_common", + "person" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_ishtaruser", + "name": "Can add Ishtar user", + "content_type": [ + "ishtar_common", + "ishtaruser" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_ishtaruser", + "name": "Can change Ishtar user", + "content_type": [ + "ishtar_common", + "ishtaruser" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_ishtaruser", + "name": "Can delete Ishtar user", + "content_type": [ + "ishtar_common", + "ishtaruser" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_authortype", + "name": "Can add Author type", + "content_type": [ + "ishtar_common", + "authortype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_authortype", + "name": "Can change Author type", + "content_type": [ + "ishtar_common", + "authortype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_authortype", + "name": "Can delete Author type", + "content_type": [ + "ishtar_common", + "authortype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_author", + "name": "Can add Author", + "content_type": [ + "ishtar_common", + "author" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_author", + "name": "Can change Author", + "content_type": [ + "ishtar_common", + "author" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_author", + "name": "Can delete Author", + "content_type": [ + "ishtar_common", + "author" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_sourcetype", + "name": "Can add Source type", + "content_type": [ + "ishtar_common", + "sourcetype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_sourcetype", + "name": "Can change Source type", + "content_type": [ + "ishtar_common", + "sourcetype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_sourcetype", + "name": "Can delete Source type", + "content_type": [ + "ishtar_common", + "sourcetype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_supporttype", + "name": "Can add Support type", + "content_type": [ + "ishtar_common", + "supporttype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_supporttype", + "name": "Can change Support type", + "content_type": [ + "ishtar_common", + "supporttype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_supporttype", + "name": "Can delete Support type", + "content_type": [ + "ishtar_common", + "supporttype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_format", + "name": "Can add Format", + "content_type": [ + "ishtar_common", + "format" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_format", + "name": "Can change Format", + "content_type": [ + "ishtar_common", + "format" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_format", + "name": "Can delete Format", + "content_type": [ + "ishtar_common", + "format" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_arrondissement", + "name": "Can add arrondissement", + "content_type": [ + "ishtar_common", + "arrondissement" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_arrondissement", + "name": "Can change arrondissement", + "content_type": [ + "ishtar_common", + "arrondissement" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_arrondissement", + "name": "Can delete arrondissement", + "content_type": [ + "ishtar_common", + "arrondissement" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_canton", + "name": "Can add canton", + "content_type": [ + "ishtar_common", + "canton" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_canton", + "name": "Can change canton", + "content_type": [ + "ishtar_common", + "canton" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_canton", + "name": "Can delete canton", + "content_type": [ + "ishtar_common", + "canton" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_town", + "name": "Can add Town", + "content_type": [ + "ishtar_common", + "town" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_town", + "name": "Can change Town", + "content_type": [ + "ishtar_common", + "town" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_town", + "name": "Can delete Town", + "content_type": [ + "ishtar_common", + "town" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_operationtype", + "name": "Can add Operation type", + "content_type": [ + "ishtar_common", + "operationtype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_operationtype", + "name": "Can change Operation type", + "content_type": [ + "ishtar_common", + "operationtype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_operationtype", + "name": "Can delete Operation type", + "content_type": [ + "ishtar_common", + "operationtype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_filetype", + "name": "Can add Archaeological file type", + "content_type": [ + "archaeological_files", + "filetype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_filetype", + "name": "Can change Archaeological file type", + "content_type": [ + "archaeological_files", + "filetype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_filetype", + "name": "Can delete Archaeological file type", + "content_type": [ + "archaeological_files", + "filetype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_permittype", + "name": "Can add Permit type", + "content_type": [ + "archaeological_files", + "permittype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_permittype", + "name": "Can change Permit type", + "content_type": [ + "archaeological_files", + "permittype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_permittype", + "name": "Can delete Permit type", + "content_type": [ + "archaeological_files", + "permittype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_saisinetype", + "name": "Can add Type Saisine", + "content_type": [ + "archaeological_files", + "saisinetype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_saisinetype", + "name": "Can change Type Saisine", + "content_type": [ + "archaeological_files", + "saisinetype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_saisinetype", + "name": "Can delete Type Saisine", + "content_type": [ + "archaeological_files", + "saisinetype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_historicalfile", + "name": "Can add historical file", + "content_type": [ + "archaeological_files", + "historicalfile" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_historicalfile", + "name": "Can change historical file", + "content_type": [ + "archaeological_files", + "historicalfile" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_historicalfile", + "name": "Can delete historical file", + "content_type": [ + "archaeological_files", + "historicalfile" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_file", + "name": "Can add Archaeological file", + "content_type": [ + "archaeological_files", + "file" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_file", + "name": "Can change Archaeological file", + "content_type": [ + "archaeological_files", + "file" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_file", + "name": "Can delete Archaeological file", + "content_type": [ + "archaeological_files", + "file" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "view_file", + "name": "Can view all Archaelogical files", + "content_type": [ + "archaeological_files", + "file" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "view_own_file", + "name": "Can view own Archaelogical file", + "content_type": [ + "archaeological_files", + "file" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_own_file", + "name": "Can add own Archaelogical file", + "content_type": [ + "archaeological_files", + "file" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_own_file", + "name": "Can change own Archaelogical file", + "content_type": [ + "archaeological_files", + "file" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_own_file", + "name": "Can delete own Archaelogical file", + "content_type": [ + "archaeological_files", + "file" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "close_file", + "name": "Can close File", + "content_type": [ + "archaeological_files", + "file" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_filebydepartment", + "name": "Can add file by department", + "content_type": [ + "archaeological_files", + "filebydepartment" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_filebydepartment", + "name": "Can change file by department", + "content_type": [ + "archaeological_files", + "filebydepartment" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_filebydepartment", + "name": "Can delete file by department", + "content_type": [ + "archaeological_files", + "filebydepartment" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_remaintype", + "name": "Can add Remain type", + "content_type": [ + "archaeological_operations", + "remaintype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_remaintype", + "name": "Can change Remain type", + "content_type": [ + "archaeological_operations", + "remaintype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_remaintype", + "name": "Can delete Remain type", + "content_type": [ + "archaeological_operations", + "remaintype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_period", + "name": "Can add Type Period", + "content_type": [ + "archaeological_operations", + "period" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_period", + "name": "Can change Type Period", + "content_type": [ + "archaeological_operations", + "period" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_period", + "name": "Can delete Type Period", + "content_type": [ + "archaeological_operations", + "period" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_reportstate", + "name": "Can add Report state", + "content_type": [ + "archaeological_operations", + "reportstate" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_reportstate", + "name": "Can change Report state", + "content_type": [ + "archaeological_operations", + "reportstate" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_reportstate", + "name": "Can delete Report state", + "content_type": [ + "archaeological_operations", + "reportstate" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_archaeologicalsite", + "name": "Can add Archaeological site", + "content_type": [ + "archaeological_operations", + "archaeologicalsite" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_archaeologicalsite", + "name": "Can change Archaeological site", + "content_type": [ + "archaeological_operations", + "archaeologicalsite" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_archaeologicalsite", + "name": "Can delete Archaeological site", + "content_type": [ + "archaeological_operations", + "archaeologicalsite" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "view_archaeologicalsite", + "name": "Can view all Archaeological sites", + "content_type": [ + "archaeological_operations", + "archaeologicalsite" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "view_own_archaeologicalsite", + "name": "Can view own Archaeological site", + "content_type": [ + "archaeological_operations", + "archaeologicalsite" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_own_archaeologicalsite", + "name": "Can add own Archaeological site", + "content_type": [ + "archaeological_operations", + "archaeologicalsite" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_own_archaeologicalsite", + "name": "Can change own Archaeological site", + "content_type": [ + "archaeological_operations", + "archaeologicalsite" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_own_archaeologicalsite", + "name": "Can delete own Archaeological site", + "content_type": [ + "archaeological_operations", + "archaeologicalsite" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_historicaloperation", + "name": "Can add historical operation", + "content_type": [ + "archaeological_operations", + "historicaloperation" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_historicaloperation", + "name": "Can change historical operation", + "content_type": [ + "archaeological_operations", + "historicaloperation" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_historicaloperation", + "name": "Can delete historical operation", + "content_type": [ + "archaeological_operations", + "historicaloperation" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_operation", + "name": "Can add Operation", + "content_type": [ + "archaeological_operations", + "operation" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_operation", + "name": "Can change Operation", + "content_type": [ + "archaeological_operations", + "operation" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_operation", + "name": "Can delete Operation", + "content_type": [ + "archaeological_operations", + "operation" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "view_operation", + "name": "Can view all Operations", + "content_type": [ + "archaeological_operations", + "operation" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "view_own_operation", + "name": "Can view own Operation", + "content_type": [ + "archaeological_operations", + "operation" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_own_operation", + "name": "Can add own Operation", + "content_type": [ + "archaeological_operations", + "operation" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_own_operation", + "name": "Can change own Operation", + "content_type": [ + "archaeological_operations", + "operation" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_own_operation", + "name": "Can delete own Operation", + "content_type": [ + "archaeological_operations", + "operation" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "close_operation", + "name": "Can close Operation", + "content_type": [ + "archaeological_operations", + "operation" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_relationtype", + "name": "Can add Operation relation type", + "content_type": [ + "archaeological_operations", + "relationtype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_relationtype", + "name": "Can change Operation relation type", + "content_type": [ + "archaeological_operations", + "relationtype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_relationtype", + "name": "Can delete Operation relation type", + "content_type": [ + "archaeological_operations", + "relationtype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_recordrelations", + "name": "Can add Operation record relation", + "content_type": [ + "archaeological_operations", + "recordrelations" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_recordrelations", + "name": "Can change Operation record relation", + "content_type": [ + "archaeological_operations", + "recordrelations" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_recordrelations", + "name": "Can delete Operation record relation", + "content_type": [ + "archaeological_operations", + "recordrelations" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_operationbydepartment", + "name": "Can add operation by department", + "content_type": [ + "archaeological_operations", + "operationbydepartment" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_operationbydepartment", + "name": "Can change operation by department", + "content_type": [ + "archaeological_operations", + "operationbydepartment" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_operationbydepartment", + "name": "Can delete operation by department", + "content_type": [ + "archaeological_operations", + "operationbydepartment" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_operationsource", + "name": "Can add Operation documentation", + "content_type": [ + "archaeological_operations", + "operationsource" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_operationsource", + "name": "Can change Operation documentation", + "content_type": [ + "archaeological_operations", + "operationsource" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_operationsource", + "name": "Can delete Operation documentation", + "content_type": [ + "archaeological_operations", + "operationsource" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "view_operationsource", + "name": "Can view all Operation sources", + "content_type": [ + "archaeological_operations", + "operationsource" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "view_own_operationsource", + "name": "Can view own Operation source", + "content_type": [ + "archaeological_operations", + "operationsource" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_own_operationsource", + "name": "Can add own Operation source", + "content_type": [ + "archaeological_operations", + "operationsource" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_own_operationsource", + "name": "Can change own Operation source", + "content_type": [ + "archaeological_operations", + "operationsource" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_own_operationsource", + "name": "Can delete own Operation source", + "content_type": [ + "archaeological_operations", + "operationsource" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_acttype", + "name": "Can add Act type", + "content_type": [ + "archaeological_operations", + "acttype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_acttype", + "name": "Can change Act type", + "content_type": [ + "archaeological_operations", + "acttype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_acttype", + "name": "Can delete Act type", + "content_type": [ + "archaeological_operations", + "acttype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_historicaladministrativeact", + "name": "Can add historical administrative act", + "content_type": [ + "archaeological_operations", + "historicaladministrativeact" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_historicaladministrativeact", + "name": "Can change historical administrative act", + "content_type": [ + "archaeological_operations", + "historicaladministrativeact" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_historicaladministrativeact", + "name": "Can delete historical administrative act", + "content_type": [ + "archaeological_operations", + "historicaladministrativeact" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_administrativeact", + "name": "Can add Administrative act", + "content_type": [ + "archaeological_operations", + "administrativeact" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_administrativeact", + "name": "Can change Administrative act", + "content_type": [ + "archaeological_operations", + "administrativeact" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_administrativeact", + "name": "Can delete Administrative act", + "content_type": [ + "archaeological_operations", + "administrativeact" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "view_administrativeact", + "name": "Can view all Administrative acts", + "content_type": [ + "archaeological_operations", + "administrativeact" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "view_own_administrativeact", + "name": "Can view own Administrative act", + "content_type": [ + "archaeological_operations", + "administrativeact" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_own_administrativeact", + "name": "Can add own Administrative act", + "content_type": [ + "archaeological_operations", + "administrativeact" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_own_administrativeact", + "name": "Can change own Administrative act", + "content_type": [ + "archaeological_operations", + "administrativeact" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_own_administrativeact", + "name": "Can delete own Administrative act", + "content_type": [ + "archaeological_operations", + "administrativeact" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_parcel", + "name": "Can add Parcel", + "content_type": [ + "archaeological_operations", + "parcel" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_parcel", + "name": "Can change Parcel", + "content_type": [ + "archaeological_operations", + "parcel" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_parcel", + "name": "Can delete Parcel", + "content_type": [ + "archaeological_operations", + "parcel" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_parcelowner", + "name": "Can add Parcel owner", + "content_type": [ + "archaeological_operations", + "parcelowner" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_parcelowner", + "name": "Can change Parcel owner", + "content_type": [ + "archaeological_operations", + "parcelowner" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_parcelowner", + "name": "Can delete Parcel owner", + "content_type": [ + "archaeological_operations", + "parcelowner" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_operationtypeold", + "name": "Can add Operation type old", + "content_type": [ + "archaeological_operations", + "operationtypeold" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_operationtypeold", + "name": "Can change Operation type old", + "content_type": [ + "archaeological_operations", + "operationtypeold" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_operationtypeold", + "name": "Can delete Operation type old", + "content_type": [ + "archaeological_operations", + "operationtypeold" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_datingtype", + "name": "Can add Dating type", + "content_type": [ + "archaeological_context_records", + "datingtype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_datingtype", + "name": "Can change Dating type", + "content_type": [ + "archaeological_context_records", + "datingtype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_datingtype", + "name": "Can delete Dating type", + "content_type": [ + "archaeological_context_records", + "datingtype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_datingquality", + "name": "Can add Dating quality", + "content_type": [ + "archaeological_context_records", + "datingquality" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_datingquality", + "name": "Can change Dating quality", + "content_type": [ + "archaeological_context_records", + "datingquality" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_datingquality", + "name": "Can delete Dating quality", + "content_type": [ + "archaeological_context_records", + "datingquality" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_dating", + "name": "Can add Dating", + "content_type": [ + "archaeological_context_records", + "dating" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_dating", + "name": "Can change Dating", + "content_type": [ + "archaeological_context_records", + "dating" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_dating", + "name": "Can delete Dating", + "content_type": [ + "archaeological_context_records", + "dating" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_unit", + "name": "Can add Unit Type", + "content_type": [ + "archaeological_context_records", + "unit" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_unit", + "name": "Can change Unit Type", + "content_type": [ + "archaeological_context_records", + "unit" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_unit", + "name": "Can delete Unit Type", + "content_type": [ + "archaeological_context_records", + "unit" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_activitytype", + "name": "Can add Activity Type", + "content_type": [ + "archaeological_context_records", + "activitytype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_activitytype", + "name": "Can change Activity Type", + "content_type": [ + "archaeological_context_records", + "activitytype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_activitytype", + "name": "Can delete Activity Type", + "content_type": [ + "archaeological_context_records", + "activitytype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_identificationtype", + "name": "Can add Identification Type", + "content_type": [ + "archaeological_context_records", + "identificationtype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_identificationtype", + "name": "Can change Identification Type", + "content_type": [ + "archaeological_context_records", + "identificationtype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_identificationtype", + "name": "Can delete Identification Type", + "content_type": [ + "archaeological_context_records", + "identificationtype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_historicalcontextrecord", + "name": "Can add historical context record", + "content_type": [ + "archaeological_context_records", + "historicalcontextrecord" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_historicalcontextrecord", + "name": "Can change historical context record", + "content_type": [ + "archaeological_context_records", + "historicalcontextrecord" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_historicalcontextrecord", + "name": "Can delete historical context record", + "content_type": [ + "archaeological_context_records", + "historicalcontextrecord" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_contextrecord", + "name": "Can add Context Record", + "content_type": [ + "archaeological_context_records", + "contextrecord" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_contextrecord", + "name": "Can change Context Record", + "content_type": [ + "archaeological_context_records", + "contextrecord" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_contextrecord", + "name": "Can delete Context Record", + "content_type": [ + "archaeological_context_records", + "contextrecord" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "view_contextrecord", + "name": "Can view all Context Records", + "content_type": [ + "archaeological_context_records", + "contextrecord" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "view_own_contextrecord", + "name": "Can view own Context Record", + "content_type": [ + "archaeological_context_records", + "contextrecord" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_own_contextrecord", + "name": "Can add own Context Record", + "content_type": [ + "archaeological_context_records", + "contextrecord" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_own_contextrecord", + "name": "Can change own Context Record", + "content_type": [ + "archaeological_context_records", + "contextrecord" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_own_contextrecord", + "name": "Can delete own Context Record", + "content_type": [ + "archaeological_context_records", + "contextrecord" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_relationtype", + "name": "Can add Relation type", + "content_type": [ + "archaeological_context_records", + "relationtype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_relationtype", + "name": "Can change Relation type", + "content_type": [ + "archaeological_context_records", + "relationtype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_relationtype", + "name": "Can delete Relation type", + "content_type": [ + "archaeological_context_records", + "relationtype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_recordrelations", + "name": "Can add Record relation", + "content_type": [ + "archaeological_context_records", + "recordrelations" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_recordrelations", + "name": "Can change Record relation", + "content_type": [ + "archaeological_context_records", + "recordrelations" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_recordrelations", + "name": "Can delete Record relation", + "content_type": [ + "archaeological_context_records", + "recordrelations" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_contextrecordsource", + "name": "Can add Context record documentation", + "content_type": [ + "archaeological_context_records", + "contextrecordsource" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_contextrecordsource", + "name": "Can change Context record documentation", + "content_type": [ + "archaeological_context_records", + "contextrecordsource" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_contextrecordsource", + "name": "Can delete Context record documentation", + "content_type": [ + "archaeological_context_records", + "contextrecordsource" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_warehousetype", + "name": "Can add Warehouse type", + "content_type": [ + "archaeological_warehouse", + "warehousetype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_warehousetype", + "name": "Can change Warehouse type", + "content_type": [ + "archaeological_warehouse", + "warehousetype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_warehousetype", + "name": "Can delete Warehouse type", + "content_type": [ + "archaeological_warehouse", + "warehousetype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_warehouse", + "name": "Can add Warehouse", + "content_type": [ + "archaeological_warehouse", + "warehouse" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_warehouse", + "name": "Can change Warehouse", + "content_type": [ + "archaeological_warehouse", + "warehouse" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_warehouse", + "name": "Can delete Warehouse", + "content_type": [ + "archaeological_warehouse", + "warehouse" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "view_warehouse", + "name": "Can view all Warehouses", + "content_type": [ + "archaeological_warehouse", + "warehouse" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "view_own_warehouse", + "name": "Can view own Warehouse", + "content_type": [ + "archaeological_warehouse", + "warehouse" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_own_warehouse", + "name": "Can add own Warehouse", + "content_type": [ + "archaeological_warehouse", + "warehouse" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_own_warehouse", + "name": "Can change own Warehouse", + "content_type": [ + "archaeological_warehouse", + "warehouse" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_own_warehouse", + "name": "Can delete own Warehouse", + "content_type": [ + "archaeological_warehouse", + "warehouse" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_containertype", + "name": "Can add Container type", + "content_type": [ + "archaeological_warehouse", + "containertype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_containertype", + "name": "Can change Container type", + "content_type": [ + "archaeological_warehouse", + "containertype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_containertype", + "name": "Can delete Container type", + "content_type": [ + "archaeological_warehouse", + "containertype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_container", + "name": "Can add Container", + "content_type": [ + "archaeological_warehouse", + "container" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_container", + "name": "Can change Container", + "content_type": [ + "archaeological_warehouse", + "container" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_container", + "name": "Can delete Container", + "content_type": [ + "archaeological_warehouse", + "container" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_materialtype", + "name": "Can add Material type", + "content_type": [ + "archaeological_finds", + "materialtype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_materialtype", + "name": "Can change Material type", + "content_type": [ + "archaeological_finds", + "materialtype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_materialtype", + "name": "Can delete Material type", + "content_type": [ + "archaeological_finds", + "materialtype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_conservatorystate", + "name": "Can add Conservatory state", + "content_type": [ + "archaeological_finds", + "conservatorystate" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_conservatorystate", + "name": "Can change Conservatory state", + "content_type": [ + "archaeological_finds", + "conservatorystate" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_conservatorystate", + "name": "Can delete Conservatory state", + "content_type": [ + "archaeological_finds", + "conservatorystate" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_preservationtype", + "name": "Can add Preservation type", + "content_type": [ + "archaeological_finds", + "preservationtype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_preservationtype", + "name": "Can change Preservation type", + "content_type": [ + "archaeological_finds", + "preservationtype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_preservationtype", + "name": "Can delete Preservation type", + "content_type": [ + "archaeological_finds", + "preservationtype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_integritytype", + "name": "Can add Integrity type", + "content_type": [ + "archaeological_finds", + "integritytype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_integritytype", + "name": "Can change Integrity type", + "content_type": [ + "archaeological_finds", + "integritytype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_integritytype", + "name": "Can delete Integrity type", + "content_type": [ + "archaeological_finds", + "integritytype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_objecttype", + "name": "Can add Object type", + "content_type": [ + "archaeological_finds", + "objecttype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_objecttype", + "name": "Can change Object type", + "content_type": [ + "archaeological_finds", + "objecttype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_objecttype", + "name": "Can delete Object type", + "content_type": [ + "archaeological_finds", + "objecttype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_historicalbasefind", + "name": "Can add historical base find", + "content_type": [ + "archaeological_finds", + "historicalbasefind" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_historicalbasefind", + "name": "Can change historical base find", + "content_type": [ + "archaeological_finds", + "historicalbasefind" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_historicalbasefind", + "name": "Can delete historical base find", + "content_type": [ + "archaeological_finds", + "historicalbasefind" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_basefind", + "name": "Can add Base find", + "content_type": [ + "archaeological_finds", + "basefind" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_basefind", + "name": "Can change Base find", + "content_type": [ + "archaeological_finds", + "basefind" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_basefind", + "name": "Can delete Base find", + "content_type": [ + "archaeological_finds", + "basefind" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "view_basefind", + "name": "Can view all Base finds", + "content_type": [ + "archaeological_finds", + "basefind" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "view_own_basefind", + "name": "Can view own Base find", + "content_type": [ + "archaeological_finds", + "basefind" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_own_basefind", + "name": "Can add own Base find", + "content_type": [ + "archaeological_finds", + "basefind" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_own_basefind", + "name": "Can change own Base find", + "content_type": [ + "archaeological_finds", + "basefind" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_own_basefind", + "name": "Can delete own Base find", + "content_type": [ + "archaeological_finds", + "basefind" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_findbasket", + "name": "Can add find basket", + "content_type": [ + "archaeological_finds", + "findbasket" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_findbasket", + "name": "Can change find basket", + "content_type": [ + "archaeological_finds", + "findbasket" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_findbasket", + "name": "Can delete find basket", + "content_type": [ + "archaeological_finds", + "findbasket" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_historicalfind", + "name": "Can add historical find", + "content_type": [ + "archaeological_finds", + "historicalfind" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_historicalfind", + "name": "Can change historical find", + "content_type": [ + "archaeological_finds", + "historicalfind" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_historicalfind", + "name": "Can delete historical find", + "content_type": [ + "archaeological_finds", + "historicalfind" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_find", + "name": "Can add Find", + "content_type": [ + "archaeological_finds", + "find" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_find", + "name": "Can change Find", + "content_type": [ + "archaeological_finds", + "find" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_find", + "name": "Can delete Find", + "content_type": [ + "archaeological_finds", + "find" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "view_find", + "name": "Can view all Finds", + "content_type": [ + "archaeological_finds", + "find" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "view_own_find", + "name": "Can view own Find", + "content_type": [ + "archaeological_finds", + "find" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_own_find", + "name": "Can add own Find", + "content_type": [ + "archaeological_finds", + "find" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_own_find", + "name": "Can change own Find", + "content_type": [ + "archaeological_finds", + "find" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_own_find", + "name": "Can delete own Find", + "content_type": [ + "archaeological_finds", + "find" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_findsource", + "name": "Can add Find documentation", + "content_type": [ + "archaeological_finds", + "findsource" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_findsource", + "name": "Can change Find documentation", + "content_type": [ + "archaeological_finds", + "findsource" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_findsource", + "name": "Can delete Find documentation", + "content_type": [ + "archaeological_finds", + "findsource" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_treatmenttype", + "name": "Can add Treatment type", + "content_type": [ + "archaeological_finds", + "treatmenttype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_treatmenttype", + "name": "Can change Treatment type", + "content_type": [ + "archaeological_finds", + "treatmenttype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_treatmenttype", + "name": "Can delete Treatment type", + "content_type": [ + "archaeological_finds", + "treatmenttype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_historicaltreatment", + "name": "Can add historical treatment", + "content_type": [ + "archaeological_finds", + "historicaltreatment" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_historicaltreatment", + "name": "Can change historical treatment", + "content_type": [ + "archaeological_finds", + "historicaltreatment" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_historicaltreatment", + "name": "Can delete historical treatment", + "content_type": [ + "archaeological_finds", + "historicaltreatment" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_treatment", + "name": "Can add Treatment", + "content_type": [ + "archaeological_finds", + "treatment" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_treatment", + "name": "Can change Treatment", + "content_type": [ + "archaeological_finds", + "treatment" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_treatment", + "name": "Can delete Treatment", + "content_type": [ + "archaeological_finds", + "treatment" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "view_treatment", + "name": "Can view all Treatments", + "content_type": [ + "archaeological_finds", + "treatment" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "view_own_treatment", + "name": "Can view own Treatment", + "content_type": [ + "archaeological_finds", + "treatment" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_own_treatment", + "name": "Can add own Treatment", + "content_type": [ + "archaeological_finds", + "treatment" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_own_treatment", + "name": "Can change own Treatment", + "content_type": [ + "archaeological_finds", + "treatment" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_own_treatment", + "name": "Can delete own Treatment", + "content_type": [ + "archaeological_finds", + "treatment" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_treatmentsource", + "name": "Can add Treatment documentation", + "content_type": [ + "archaeological_finds", + "treatmentsource" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_treatmentsource", + "name": "Can change Treatment documentation", + "content_type": [ + "archaeological_finds", + "treatmentsource" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_treatmentsource", + "name": "Can delete Treatment documentation", + "content_type": [ + "archaeological_finds", + "treatmentsource" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_property", + "name": "Can add Property", + "content_type": [ + "archaeological_finds", + "property" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_property", + "name": "Can change Property", + "content_type": [ + "archaeological_finds", + "property" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_property", + "name": "Can delete Property", + "content_type": [ + "archaeological_finds", + "property" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_titletype", + "name": "Can add Title type", + "content_type": [ + "ishtar_common", + "titletype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_titletype", + "name": "Can change Title type", + "content_type": [ + "ishtar_common", + "titletype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_titletype", + "name": "Can delete Title type", + "content_type": [ + "ishtar_common", + "titletype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_historicalperson", + "name": "Can add historical person", + "content_type": [ + "ishtar_common", + "historicalperson" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_historicalperson", + "name": "Can change historical person", + "content_type": [ + "ishtar_common", + "historicalperson" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_historicalperson", + "name": "Can delete historical person", + "content_type": [ + "ishtar_common", + "historicalperson" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_remarkabilitytype", + "name": "Can add Remarkability type", + "content_type": [ + "archaeological_finds", + "remarkabilitytype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_remarkabilitytype", + "name": "Can change Remarkability type", + "content_type": [ + "archaeological_finds", + "remarkabilitytype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_remarkabilitytype", + "name": "Can delete Remarkability type", + "content_type": [ + "archaeological_finds", + "remarkabilitytype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_findupstreamtreatments", + "name": "Can add find upstream treatments", + "content_type": [ + "archaeological_finds", + "findupstreamtreatments" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_findupstreamtreatments", + "name": "Can change find upstream treatments", + "content_type": [ + "archaeological_finds", + "findupstreamtreatments" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_findupstreamtreatments", + "name": "Can delete find upstream treatments", + "content_type": [ + "archaeological_finds", + "findupstreamtreatments" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_finddownstreamtreatments", + "name": "Can add find downstream treatments", + "content_type": [ + "archaeological_finds", + "finddownstreamtreatments" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_finddownstreamtreatments", + "name": "Can change find downstream treatments", + "content_type": [ + "archaeological_finds", + "finddownstreamtreatments" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_finddownstreamtreatments", + "name": "Can delete find downstream treatments", + "content_type": [ + "archaeological_finds", + "finddownstreamtreatments" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_findtreatments", + "name": "Can add find treatments", + "content_type": [ + "archaeological_finds", + "findtreatments" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_findtreatments", + "name": "Can change find treatments", + "content_type": [ + "archaeological_finds", + "findtreatments" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_findtreatments", + "name": "Can delete find treatments", + "content_type": [ + "archaeological_finds", + "findtreatments" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_treatmentfiletype", + "name": "Can add Treatment file type", + "content_type": [ + "archaeological_finds", + "treatmentfiletype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_treatmentfiletype", + "name": "Can change Treatment file type", + "content_type": [ + "archaeological_finds", + "treatmentfiletype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_treatmentfiletype", + "name": "Can delete Treatment file type", + "content_type": [ + "archaeological_finds", + "treatmentfiletype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_historicaltreatmentfile", + "name": "Can add historical treatment file", + "content_type": [ + "archaeological_finds", + "historicaltreatmentfile" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_historicaltreatmentfile", + "name": "Can change historical treatment file", + "content_type": [ + "archaeological_finds", + "historicaltreatmentfile" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_historicaltreatmentfile", + "name": "Can delete historical treatment file", + "content_type": [ + "archaeological_finds", + "historicaltreatmentfile" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_treatmentfile", + "name": "Can add Treatment file", + "content_type": [ + "archaeological_finds", + "treatmentfile" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_treatmentfile", + "name": "Can change Treatment file", + "content_type": [ + "archaeological_finds", + "treatmentfile" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_treatmentfile", + "name": "Can delete Treatment file", + "content_type": [ + "archaeological_finds", + "treatmentfile" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_treatmentfilesource", + "name": "Can add Treatment file documentation", + "content_type": [ + "archaeological_finds", + "treatmentfilesource" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_treatmentfilesource", + "name": "Can change Treatment file documentation", + "content_type": [ + "archaeological_finds", + "treatmentfilesource" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_treatmentfilesource", + "name": "Can delete Treatment file documentation", + "content_type": [ + "archaeological_finds", + "treatmentfilesource" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_warehousedivision", + "name": "Can add Warehouse division", + "content_type": [ + "archaeological_warehouse", + "warehousedivision" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_warehousedivision", + "name": "Can change Warehouse division", + "content_type": [ + "archaeological_warehouse", + "warehousedivision" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_warehousedivision", + "name": "Can delete Warehouse division", + "content_type": [ + "archaeological_warehouse", + "warehousedivision" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_warehousedivisionlink", + "name": "Can add warehouse division link", + "content_type": [ + "archaeological_warehouse", + "warehousedivisionlink" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_warehousedivisionlink", + "name": "Can change warehouse division link", + "content_type": [ + "archaeological_warehouse", + "warehousedivisionlink" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_warehousedivisionlink", + "name": "Can delete warehouse division link", + "content_type": [ + "archaeological_warehouse", + "warehousedivisionlink" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_containerlocalisation", + "name": "Can add Container localisation", + "content_type": [ + "archaeological_warehouse", + "containerlocalisation" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_containerlocalisation", + "name": "Can change Container localisation", + "content_type": [ + "archaeological_warehouse", + "containerlocalisation" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_containerlocalisation", + "name": "Can delete Container localisation", + "content_type": [ + "archaeological_warehouse", + "containerlocalisation" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_collection", + "name": "Can add Collection", + "content_type": [ + "archaeological_warehouse", + "collection" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_collection", + "name": "Can change Collection", + "content_type": [ + "archaeological_warehouse", + "collection" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_collection", + "name": "Can delete Collection", + "content_type": [ + "archaeological_warehouse", + "collection" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_treatmentstate", + "name": "Can add Type of treatment state", + "content_type": [ + "archaeological_finds", + "treatmentstate" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_treatmentstate", + "name": "Can change Type of treatment state", + "content_type": [ + "archaeological_finds", + "treatmentstate" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_treatmentstate", + "name": "Can delete Type of treatment state", + "content_type": [ + "archaeological_finds", + "treatmentstate" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_spatialreferencesystem", + "name": "Can add Spatial reference system", + "content_type": [ + "ishtar_common", + "spatialreferencesystem" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_spatialreferencesystem", + "name": "Can change Spatial reference system", + "content_type": [ + "ishtar_common", + "spatialreferencesystem" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_spatialreferencesystem", + "name": "Can delete Spatial reference system", + "content_type": [ + "ishtar_common", + "spatialreferencesystem" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_batchtype", + "name": "Can add Batch type", + "content_type": [ + "archaeological_finds", + "batchtype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_batchtype", + "name": "Can change Batch type", + "content_type": [ + "archaeological_finds", + "batchtype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_batchtype", + "name": "Can delete Batch type", + "content_type": [ + "archaeological_finds", + "batchtype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "view_filetreatment", + "name": "Can view all Treatment requests", + "content_type": [ + "archaeological_finds", + "treatmentfile" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "view_own_filetreatment", + "name": "Can view own Treatment request", + "content_type": [ + "archaeological_finds", + "treatmentfile" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_own_filetreatment", + "name": "Can add own Treatment request", + "content_type": [ + "archaeological_finds", + "treatmentfile" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_own_filetreatment", + "name": "Can change own Treatment request", + "content_type": [ + "archaeological_finds", + "treatmentfile" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_own_filetreatment", + "name": "Can delete own Treatment request", + "content_type": [ + "archaeological_finds", + "treatmentfile" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_importermodel", + "name": "Can add Importer - Model", + "content_type": [ + "ishtar_common", + "importermodel" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_importermodel", + "name": "Can change Importer - Model", + "content_type": [ + "ishtar_common", + "importermodel" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_importermodel", + "name": "Can delete Importer - Model", + "content_type": [ + "ishtar_common", + "importermodel" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_excavationtechnictype", + "name": "Can add Excavation technic type", + "content_type": [ + "archaeological_context_records", + "excavationtechnictype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_excavationtechnictype", + "name": "Can change Excavation technic type", + "content_type": [ + "archaeological_context_records", + "excavationtechnictype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_excavationtechnictype", + "name": "Can delete Excavation technic type", + "content_type": [ + "archaeological_context_records", + "excavationtechnictype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_recordrelationview", + "name": "Can add record relation view", + "content_type": [ + "archaeological_context_records", + "recordrelationview" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_recordrelationview", + "name": "Can change record relation view", + "content_type": [ + "archaeological_context_records", + "recordrelationview" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_recordrelationview", + "name": "Can delete record relation view", + "content_type": [ + "archaeological_context_records", + "recordrelationview" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_documentationtype", + "name": "Can add Documentation type", + "content_type": [ + "archaeological_context_records", + "documentationtype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_documentationtype", + "name": "Can change Documentation type", + "content_type": [ + "archaeological_context_records", + "documentationtype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_documentationtype", + "name": "Can delete Documentation type", + "content_type": [ + "archaeological_context_records", + "documentationtype" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_filetreatment", + "name": "Can add Treatment request", + "content_type": [ + "archaeological_finds", + "treatmentfile" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_filetreatment", + "name": "Can change Treatment request", + "content_type": [ + "archaeological_finds", + "treatmentfile" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_filetreatment", + "name": "Can delete Treatment request", + "content_type": [ + "archaeological_finds", + "treatmentfile" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "view_author", + "name": "Can view all Authors", + "content_type": [ + "ishtar_common", + "author" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "view_own_author", + "name": "Can view own Author", + "content_type": [ + "ishtar_common", + "author" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_own_author", + "name": "Can add own Author", + "content_type": [ + "ishtar_common", + "author" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_own_author", + "name": "Can change own Author", + "content_type": [ + "ishtar_common", + "author" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_own_author", + "name": "Can delete own Author", + "content_type": [ + "ishtar_common", + "author" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "view_contextrecordsource", + "name": "Can view all Context record sources", + "content_type": [ + "archaeological_context_records", + "contextrecordsource" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "view_own_contextrecordsource", + "name": "Can view own Context record source", + "content_type": [ + "archaeological_context_records", + "contextrecordsource" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_own_contextrecordsource", + "name": "Can add own Context record source", + "content_type": [ + "archaeological_context_records", + "contextrecordsource" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_own_contextrecordsource", + "name": "Can change own Context record source", + "content_type": [ + "archaeological_context_records", + "contextrecordsource" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_own_contextrecordsource", + "name": "Can delete own Context record source", + "content_type": [ + "archaeological_context_records", + "contextrecordsource" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "view_findsource", + "name": "Can view all Find sources", + "content_type": [ + "archaeological_finds", + "findsource" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "view_own_findsource", + "name": "Can view own Find source", + "content_type": [ + "archaeological_finds", + "findsource" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_own_findsource", + "name": "Can add own Find source", + "content_type": [ + "archaeological_finds", + "findsource" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_own_findsource", + "name": "Can change own Find source", + "content_type": [ + "archaeological_finds", + "findsource" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_own_findsource", + "name": "Can delete own Find source", + "content_type": [ + "archaeological_finds", + "findsource" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "view_treatmentsource", + "name": "Can view all Treatment source", + "content_type": [ + "archaeological_finds", + "treatmentsource" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "view_own_treatmentsource", + "name": "Can view own Treatment source", + "content_type": [ + "archaeological_finds", + "treatmentsource" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_own_treatmentsource", + "name": "Can add own Treatment source", + "content_type": [ + "archaeological_finds", + "treatmentsource" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_own_treatmentsource", + "name": "Can change own Treatment source", + "content_type": [ + "archaeological_finds", + "treatmentsource" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_own_treatmentsource", + "name": "Can delete own Treatment source", + "content_type": [ + "archaeological_finds", + "treatmentsource" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "view_filetreatmentsource", + "name": "Can view all Treatment request source", + "content_type": [ + "archaeological_finds", + "treatmentfilesource" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "view_own_filetreatmentsource", + "name": "Can view own Treatment request source", + "content_type": [ + "archaeological_finds", + "treatmentfilesource" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_own_filetreatmentsource", + "name": "Can add own Treatment request source", + "content_type": [ + "archaeological_finds", + "treatmentfilesource" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_own_filetreatmentsource", + "name": "Can change own Treatment request source", + "content_type": [ + "archaeological_finds", + "treatmentfilesource" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_own_filetreatmentsource", + "name": "Can delete own Treatment request source", + "content_type": [ + "archaeological_finds", + "treatmentfilesource" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_administrationscript", + "name": "Can add Administration script", + "content_type": [ + "ishtar_common", + "administrationscript" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_administrationscript", + "name": "Can change Administration script", + "content_type": [ + "ishtar_common", + "administrationscript" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_administrationscript", + "name": "Can delete Administration script", + "content_type": [ + "ishtar_common", + "administrationscript" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "add_administrationtask", + "name": "Can add Administration task", + "content_type": [ + "ishtar_common", + "administrationtask" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "change_administrationtask", + "name": "Can change Administration task", + "content_type": [ + "ishtar_common", + "administrationtask" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "codename": "delete_administrationtask", + "name": "Can delete Administration task", + "content_type": [ + "ishtar_common", + "administrationtask" + ] + }, + "model": "auth.permission" +}, +{ + "fields": { + "name": "Op\u00e9rations : lecture", + "permissions": [ + [ + "view_operation", + "archaeological_operations", + "operation" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Dossiers : lecture", + "permissions": [ + [ + "view_file", + "archaeological_files", + "file" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "UE : lecture", + "permissions": [ + [ + "view_contextrecord", + "archaeological_context_records", + "contextrecord" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "D\u00e9p\u00f4ts : lecture", + "permissions": [ + [ + "view_warehouse", + "archaeological_warehouse", + "warehouse" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Mobilier : lecture", + "permissions": [ + [ + "view_basefind", + "archaeological_finds", + "basefind" + ], + [ + "view_find", + "archaeological_finds", + "find" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Traitements : lecture", + "permissions": [ + [ + "view_treatment", + "archaeological_finds", + "treatment" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Actes administratifs : lecture", + "permissions": [ + [ + "view_administrativeact", + "archaeological_operations", + "administrativeact" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Actes administratifs : ajout", + "permissions": [ + [ + "add_administrativeact", + "archaeological_operations", + "administrativeact" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Actes administratifs : modification/suppression", + "permissions": [ + [ + "change_administrativeact", + "archaeological_operations", + "administrativeact" + ], + [ + "delete_administrativeact", + "archaeological_operations", + "administrativeact" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "D\u00e9p\u00f4ts : ajout", + "permissions": [ + [ + "add_warehouse", + "archaeological_warehouse", + "warehouse" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "D\u00e9p\u00f4ts : modification/suppression", + "permissions": [ + [ + "change_warehouse", + "archaeological_warehouse", + "warehouse" + ], + [ + "delete_warehouse", + "archaeological_warehouse", + "warehouse" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Dossiers : ajout", + "permissions": [ + [ + "add_file", + "archaeological_files", + "file" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Dossiers : modification/suppression", + "permissions": [ + [ + "change_file", + "archaeological_files", + "file" + ], + [ + "delete_file", + "archaeological_files", + "file" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Mobilier : ajout", + "permissions": [ + [ + "add_basefind", + "archaeological_finds", + "basefind" + ], + [ + "add_find", + "archaeological_finds", + "find" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Mobilier : modification/suppression", + "permissions": [ + [ + "change_basefind", + "archaeological_finds", + "basefind" + ], + [ + "delete_basefind", + "archaeological_finds", + "basefind" + ], + [ + "change_find", + "archaeological_finds", + "find" + ], + [ + "delete_find", + "archaeological_finds", + "find" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Op\u00e9rations : ajout", + "permissions": [ + [ + "add_operation", + "archaeological_operations", + "operation" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Op\u00e9rations : modification/suppression", + "permissions": [ + [ + "change_operation", + "archaeological_operations", + "operation" + ], + [ + "delete_operation", + "archaeological_operations", + "operation" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Traitements : ajout", + "permissions": [ + [ + "add_treatment", + "archaeological_finds", + "treatment" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Traitements : modification/suppression", + "permissions": [ + [ + "change_treatment", + "archaeological_finds", + "treatment" + ], + [ + "delete_treatment", + "archaeological_finds", + "treatment" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "UE : ajout", + "permissions": [ + [ + "add_contextrecord", + "archaeological_context_records", + "contextrecord" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "UE : modification/suppression", + "permissions": [ + [ + "change_contextrecord", + "archaeological_context_records", + "contextrecord" + ], + [ + "delete_contextrecord", + "archaeological_context_records", + "contextrecord" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Personnes : ajout", + "permissions": [ + [ + "add_person", + "ishtar_common", + "person" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Personnes : modification/suppression", + "permissions": [ + [ + "change_person", + "ishtar_common", + "person" + ], + [ + "delete_person", + "ishtar_common", + "person" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Organisations : lecture", + "permissions": [ + [ + "view_organization", + "ishtar_common", + "organization" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Organisations : modification/suppression", + "permissions": [ + [ + "change_organization", + "ishtar_common", + "organization" + ], + [ + "delete_organization", + "ishtar_common", + "organization" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Organisations : ajout", + "permissions": [ + [ + "add_organization", + "ishtar_common", + "organization" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Op\u00e9rations : cl\u00f4ture", + "permissions": [ + [ + "close_operation", + "archaeological_operations", + "operation" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Dossiers : cl\u00f4ture", + "permissions": [ + [ + "close_file", + "archaeological_files", + "file" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Documents op\u00e9ration : lecture", + "permissions": [ + [ + "view_operationsource", + "archaeological_operations", + "operationsource" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Documents op\u00e9ration : modification/suppression", + "permissions": [ + [ + "change_operation", + "archaeological_operations", + "operation" + ], + [ + "delete_operation", + "archaeological_operations", + "operation" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Documents op\u00e9ration : ajout", + "permissions": [ + [ + "add_operation", + "archaeological_operations", + "operation" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Personnes : lecture", + "permissions": [ + [ + "view_person", + "ishtar_common", + "person" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Actes administratifs rattach\u00e9s : ajout", + "permissions": [ + [ + "add_own_administrativeact", + "archaeological_operations", + "administrativeact" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Actes administratifs rattach\u00e9s : modification/suppression", + "permissions": [ + [ + "change_own_administrativeact", + "archaeological_operations", + "administrativeact" + ], + [ + "delete_own_administrativeact", + "archaeological_operations", + "administrativeact" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Actes administratifs rattach\u00e9s : lecture", + "permissions": [ + [ + "view_own_administrativeact", + "archaeological_operations", + "administrativeact" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "D\u00e9p\u00f4ts rattach\u00e9s : ajout", + "permissions": [ + [ + "add_own_warehouse", + "archaeological_warehouse", + "warehouse" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "D\u00e9p\u00f4ts rattach\u00e9s : modification/suppression", + "permissions": [ + [ + "change_own_warehouse", + "archaeological_warehouse", + "warehouse" + ], + [ + "delete_own_warehouse", + "archaeological_warehouse", + "warehouse" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "D\u00e9p\u00f4ts rattach\u00e9s : lecture", + "permissions": [ + [ + "view_own_warehouse", + "archaeological_warehouse", + "warehouse" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Documents op\u00e9ration rattach\u00e9s : ajout", + "permissions": [ + [ + "add_own_operation", + "archaeological_operations", + "operation" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Documents op\u00e9ration rattach\u00e9s : modification/suppression", + "permissions": [ + [ + "change_own_operation", + "archaeological_operations", + "operation" + ], + [ + "delete_own_operation", + "archaeological_operations", + "operation" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Documents op\u00e9ration rattach\u00e9s : lecture", + "permissions": [ + [ + "view_own_operationsource", + "archaeological_operations", + "operationsource" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Dossiers rattach\u00e9s : ajout", + "permissions": [ + [ + "add_own_file", + "archaeological_files", + "file" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Dossiers rattach\u00e9s : modification/suppression", + "permissions": [ + [ + "change_own_file", + "archaeological_files", + "file" + ], + [ + "delete_own_file", + "archaeological_files", + "file" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Dossiers rattach\u00e9s : lecture", + "permissions": [ + [ + "view_own_file", + "archaeological_files", + "file" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Mobilier rattach\u00e9 : ajout", + "permissions": [ + [ + "add_own_basefind", + "archaeological_finds", + "basefind" + ], + [ + "add_own_find", + "archaeological_finds", + "find" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Mobilier rattach\u00e9 : modification/suppression", + "permissions": [ + [ + "change_own_basefind", + "archaeological_finds", + "basefind" + ], + [ + "delete_own_basefind", + "archaeological_finds", + "basefind" + ], + [ + "change_own_find", + "archaeological_finds", + "find" + ], + [ + "delete_own_find", + "archaeological_finds", + "find" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Mobilier rattach\u00e9 : lecture", + "permissions": [ + [ + "view_own_basefind", + "archaeological_finds", + "basefind" + ], + [ + "view_own_find", + "archaeological_finds", + "find" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Op\u00e9rations rattach\u00e9es : ajout", + "permissions": [ + [ + "add_own_operation", + "archaeological_operations", + "operation" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Op\u00e9rations rattach\u00e9es : modification/suppression", + "permissions": [ + [ + "change_own_operation", + "archaeological_operations", + "operation" + ], + [ + "delete_own_operation", + "archaeological_operations", + "operation" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Op\u00e9rations rattach\u00e9es : lecture", + "permissions": [ + [ + "view_own_operation", + "archaeological_operations", + "operation" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Organisations rattach\u00e9es : ajout", + "permissions": [ + [ + "add_own_organization", + "ishtar_common", + "organization" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Organisations rattach\u00e9es : modification/suppression", + "permissions": [ + [ + "change_own_organization", + "ishtar_common", + "organization" + ], + [ + "delete_own_organization", + "ishtar_common", + "organization" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Organisations rattach\u00e9es : lecture", + "permissions": [ + [ + "view_own_organization", + "ishtar_common", + "organization" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Traitements rattach\u00e9s : ajout", + "permissions": [ + [ + "add_own_treatment", + "archaeological_finds", + "treatment" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Traitements rattach\u00e9s : modification/suppression", + "permissions": [ + [ + "change_own_treatment", + "archaeological_finds", + "treatment" + ], + [ + "delete_own_treatment", + "archaeological_finds", + "treatment" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Traitements rattach\u00e9s : lecture", + "permissions": [ + [ + "view_own_treatment", + "archaeological_finds", + "treatment" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "UE rattach\u00e9es : ajout", + "permissions": [ + [ + "add_own_contextrecord", + "archaeological_context_records", + "contextrecord" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "UE rattach\u00e9es : modification/suppression", + "permissions": [ + [ + "change_own_contextrecord", + "archaeological_context_records", + "contextrecord" + ], + [ + "delete_own_contextrecord", + "archaeological_context_records", + "contextrecord" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "UE rattach\u00e9es : lecture", + "permissions": [ + [ + "view_own_contextrecord", + "archaeological_context_records", + "contextrecord" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Personnes rattach\u00e9es : ajout", + "permissions": [ + [ + "add_own_person", + "ishtar_common", + "person" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Personnes rattach\u00e9es : modification/suppression", + "permissions": [ + [ + "change_own_person", + "ishtar_common", + "person" + ], + [ + "delete_own_person", + "ishtar_common", + "person" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Personnes rattach\u00e9es : lecture", + "permissions": [ + [ + "view_own_person", + "ishtar_common", + "person" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Demandes de traitement : ajout", + "permissions": [ + [ + "add_filetreatment", + "archaeological_finds", + "treatmentfile" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Demandes de traitement : modification/suppression", + "permissions": [ + [ + "change_filetreatment", + "archaeological_finds", + "treatmentfile" + ], + [ + "delete_filetreatment", + "archaeological_finds", + "treatmentfile" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Demandes de traitement : lecture", + "permissions": [ + [ + "view_filetreatment", + "archaeological_finds", + "treatmentfile" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Demandes de traitement rattach\u00e9es : ajout", + "permissions": [ + [ + "add_own_filetreatment", + "archaeological_finds", + "treatmentfile" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Demandes de traitement rattach\u00e9es : lecture", + "permissions": [ + [ + "view_own_filetreatment", + "archaeological_finds", + "treatmentfile" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Demandes de traitement rattach\u00e9es : modification/suppression", + "permissions": [ + [ + "change_own_filetreatment", + "archaeological_finds", + "treatmentfile" + ], + [ + "delete_own_filetreatment", + "archaeological_finds", + "treatmentfile" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Auteurs : ajout", + "permissions": [ + [ + "add_author", + "ishtar_common", + "author" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Auteurs : modification/suppression", + "permissions": [ + [ + "change_author", + "ishtar_common", + "author" + ], + [ + "delete_author", + "ishtar_common", + "author" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Auteurs : lecture", + "permissions": [ + [ + "view_author", + "ishtar_common", + "author" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Documents UE : lecture", + "permissions": [ + [ + "view_contextrecordsource", + "archaeological_context_records", + "contextrecordsource" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Documents UE rattach\u00e9s : lecture", + "permissions": [ + [ + "view_own_contextrecordsource", + "archaeological_context_records", + "contextrecordsource" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Documents UE : ajout", + "permissions": [ + [ + "add_contextrecordsource", + "archaeological_context_records", + "contextrecordsource" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Documents UE : modification/suppression", + "permissions": [ + [ + "change_contextrecordsource", + "archaeological_context_records", + "contextrecordsource" + ], + [ + "delete_contextrecordsource", + "archaeological_context_records", + "contextrecordsource" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Documents UE rattach\u00e9s : modification/suppression", + "permissions": [ + [ + "change_own_contextrecordsource", + "archaeological_context_records", + "contextrecordsource" + ], + [ + "delete_own_contextrecordsource", + "archaeological_context_records", + "contextrecordsource" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Documents UE rattach\u00e9s : ajout", + "permissions": [ + [ + "add_own_contextrecordsource", + "archaeological_context_records", + "contextrecordsource" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Documents mobilier : lecture", + "permissions": [ + [ + "view_findsource", + "archaeological_finds", + "findsource" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Documents mobilier : ajout", + "permissions": [ + [ + "add_findsource", + "archaeological_finds", + "findsource" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Documents mobilier : modification/suppression", + "permissions": [ + [ + "change_findsource", + "archaeological_finds", + "findsource" + ], + [ + "delete_findsource", + "archaeological_finds", + "findsource" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Documents mobilier rattach\u00e9s : ajout", + "permissions": [ + [ + "add_own_findsource", + "archaeological_finds", + "findsource" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Documents mobilier rattach\u00e9s : lecture", + "permissions": [ + [ + "view_own_findsource", + "archaeological_finds", + "findsource" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Documents mobilier rattach\u00e9s : modification/suppression", + "permissions": [ + [ + "change_own_findsource", + "archaeological_finds", + "findsource" + ], + [ + "delete_own_findsource", + "archaeological_finds", + "findsource" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Documents de traitement : lecture", + "permissions": [ + [ + "view_treatmentsource", + "archaeological_finds", + "treatmentsource" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Documents de traitement : ajout", + "permissions": [ + [ + "add_treatmentsource", + "archaeological_finds", + "treatmentsource" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Documents de traitement : modification/suppression", + "permissions": [ + [ + "change_treatmentsource", + "archaeological_finds", + "treatmentsource" + ], + [ + "delete_treatmentsource", + "archaeological_finds", + "treatmentsource" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Documents de traitement rattach\u00e9s : lecture", + "permissions": [ + [ + "view_own_treatmentsource", + "archaeological_finds", + "treatmentsource" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Documents de traitement rattach\u00e9s : ajout", + "permissions": [ + [ + "add_own_treatmentsource", + "archaeological_finds", + "treatmentsource" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Documents de traitement rattach\u00e9s : modification/suppression", + "permissions": [ + [ + "change_own_treatmentsource", + "archaeological_finds", + "treatmentsource" + ], + [ + "delete_own_treatmentsource", + "archaeological_finds", + "treatmentsource" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Documents de demande de traitement : lecture", + "permissions": [ + [ + "view_filetreatmentsource", + "archaeological_finds", + "treatmentfilesource" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Documents de demande de traitement : ajout", + "permissions": [ + [ + "add_treatmentfilesource", + "archaeological_finds", + "treatmentfilesource" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Documents de demande de traitement : modification/suppression", + "permissions": [ + [ + "change_treatmentfilesource", + "archaeological_finds", + "treatmentfilesource" + ], + [ + "delete_treatmentfilesource", + "archaeological_finds", + "treatmentfilesource" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Documents de demande de traitement rattach\u00e9s : lecture", + "permissions": [ + [ + "view_own_filetreatmentsource", + "archaeological_finds", + "treatmentfilesource" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Documents de demande de traitement rattach\u00e9s : ajout", + "permissions": [ + [ + "add_own_filetreatmentsource", + "archaeological_finds", + "treatmentfilesource" + ] + ] + }, + "model": "auth.group" +}, +{ + "fields": { + "name": "Documents de demande de traitement rattach\u00e9s : modification/suppression", + "permissions": [ + [ + "change_own_filetreatmentsource", + "archaeological_finds", + "treatmentfilesource" + ], + [ + "delete_own_filetreatmentsource", + "archaeological_finds", + "treatmentfilesource" + ] + ] + }, + "model": "auth.group" +} ] diff --git a/ishtar_common/fixtures/initial_data-fr.json b/ishtar_common/fixtures/initial_data-fr.json index 9255c604e..6fc1b0526 100644 --- a/ishtar_common/fixtures/initial_data-fr.json +++ b/ishtar_common/fixtures/initial_data-fr.json @@ -1,1159 +1,1667 @@ [ - { - "pk": 3, - "model": "ishtar_common.authortype", - "fields": { - "comment": "Cette personne est l'auteur principal de la source. Les autres auteurs sont des collaborateurs.", - "available": true, - "txt_idx": "main_author", - "order": 1, - "label": "Auteur principal" - } - }, - { - "pk": 2, - "model": "ishtar_common.authortype", - "fields": { - "comment": "Il y a plusieurs auteurs pour une m\u00eame source. Au m\u00eame niveau de responsabilit\u00e9.", - "available": true, - "txt_idx": "co_author", - "order": 1, - "label": "Co-auteur " - } - }, - { - "pk": 4, - "model": "ishtar_common.authortype", - "fields": { - "comment": "Cet auteur n'est pas l'auteur principal de la source mais un collaborateur. Il n'est pas auteur au m\u00eame niveau que l'auteur principal.", - "available": true, - "txt_idx": "associate_author", - "order": 1, - "label": "Collaborateur" - } - }, - { - "pk": 7, - "model": "ishtar_common.persontype", - "fields": { - "comment": "Un acc\u00e8s limit\u00e9 - uniquement en lecture - \u00e0 la totalit\u00e9 de la base, apr\u00e8s enregistrement.", - "available": true, - "txt_idx": "reader_access", - "groups": [ - 1, - 66, - 4, - 5, - 6, - 33, - 8, - 73, - 7, - 2, - 79, - 72, - 85, - 25, - 93, - 30 - ], - "label": "Acc\u00e8s en lecture" - } - }, - { - "pk": 1, - "model": "ishtar_common.persontype", - "fields": { - "comment": "", - "available": true, - "txt_idx": "administrator", - "groups": [ - 1, - 2, - 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, - 63, - 64, - 65, - 66, - 67, - 68, - 69, - 70, - 71, - 72, - 73, - 74, - 75, - 76, - 77, - 78, - 79, - 80, - 81, - 82, - 83, - 84, - 85, - 86, - 87, - 88, - 89, - 90, - 93, - 94, - 95, - 96, - 97, - 98 - ], - "label": "Administrateur" - } - }, - { - "pk": 6, - "model": "ishtar_common.persontype", - "fields": { - "comment": "Responsable de l'am\u00e9nagement (pr\u00e9ventif).", - "available": true, - "txt_idx": "general_contractor", - "groups": [], - "label": "Am\u00e9nageur" - } - }, - { - "pk": 8, - "model": "ishtar_common.persontype", - "fields": { - "comment": "", - "available": true, - "txt_idx": "responsible_planning_service", - "groups": [], - "label": "Chef de service instructeur" - } - }, - { - "pk": 9, - "model": "ishtar_common.persontype", - "fields": { - "comment": "Peut intervenir sur les donn\u00e9es d'une op\u00e9ration sans en \u00eatre responsable.", - "available": true, - "txt_idx": "collaborator", - "groups": [ - 51, - 70, - 71, - 72, - 41, - 74, - 77, - 46, - 47, - 48, - 40, - 82, - 83, - 84, - 78, - 58, - 59, - 60, - 42, - 63 - ], - "label": "Collaborateur scientifique" - } - }, - { - "pk": 10, - "model": "ishtar_common.persontype", - "fields": { - "comment": "Personne demandant une action sur le mobilier (traitements).", - "available": true, - "txt_idx": "applicant", - "groups": [], - "label": "Demandeur" - } - }, - { - "pk": 5, - "model": "ishtar_common.persontype", - "fields": { - "comment": "Peut g\u00e9rer du mobilier qu'il n'a pas cr\u00e9\u00e9.\r\n\r\n", - "available": true, - "txt_idx": "warehouse_manager", - "groups": [ - 1, - 2, - 4, - 5, - 6, - 7, - 8, - 11, - 12, - 15, - 16, - 19, - 20, - 25, - 30, - 33, - 64, - 65, - 66, - 70, - 71, - 72, - 73, - 79, - 80, - 81, - 85, - 86, - 87, - 93, - 94, - 95 - ], - "label": "Gestionnaire de d\u00e9p\u00f4t" - } - }, - { - "pk": 3, - "model": "ishtar_common.persontype", - "fields": { - "comment": "", - "available": true, - "txt_idx": "sra_agent", - "groups": [ - 1, - 2, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 13, - 14, - 15, - 16, - 17, - 18, - 21, - 22, - 23, - 24, - 25, - 26, - 27, - 28, - 29, - 30, - 31, - 32, - 33, - 66, - 70, - 71, - 72, - 73, - 75, - 76, - 79, - 80, - 81, - 85, - 93 - ], - "label": "Responsable de suivi scientifique" - } - }, - { - "pk": 2, - "model": "ishtar_common.persontype", - "fields": { - "comment": "Responsable d'op\u00e9ration arch\u00e9ologique.", - "available": true, - "txt_idx": "head_scientist", - "groups": [ - 1, - 50, - 70, - 71, - 72, - 41, - 74, - 77, - 46, - 47, - 48, - 40, - 82, - 83, - 84, - 78, - 58, - 59, - 60, - 42, - 63 - ], - "label": "Responsable scientifique" - } - }, - { - "pk": 4, - "model": "ishtar_common.persontype", - "fields": { - "comment": "Peut utiliser toutes les fonctionnalit\u00e9s du module Administratif.", - "available": true, - "txt_idx": "secretarial_dept", - "groups": [ - 1, - 2, - 4, - 6, - 8, - 9, - 10, - 13, - 14, - 17, - 18, - 23, - 24, - 25, - 26, - 27, - 28, - 29, - 30, - 31, - 32, - 33, - 70, - 71, - 72, - 73, - 79 - ], - "label": "Secr\u00e9tariat" - } - }, - { - "pk": 5, - "model": "ishtar_common.organizationtype", - "fields": { - "comment": "Pour des entreprises, collectivit\u00e9s territoriales ou autres organisations.", - "available": true, - "txt_idx": "general_contractor", - "label": "Am\u00e9nageur" - } - }, - { - "pk": 7, - "model": "ishtar_common.organizationtype", - "fields": { - "comment": "Cette organisation et ses membres travaillent b\u00e9n\u00e9volement.", - "available": true, - "txt_idx": "volunteer", - "label": "Association de b\u00e9n\u00e9voles" - } - }, - { - "pk": 6, - "model": "ishtar_common.organizationtype", - "fields": { - "comment": "Laboratoire de recherche public (CNRS). Peut \u00eatre une UMR et donc int\u00e9grer des chercheurs de l'universit\u00e9. ", - "available": true, - "txt_idx": "research_laboratory", - "label": "Laboratoire de recherche" - } - }, - { - "pk": 4, - "model": "ishtar_common.organizationtype", - "fields": { - "comment": "Laboratoire ayant sous sa responsabilit\u00e9 du mobilier arch\u00e9ologique de mani\u00e8re temporaire. C'est un type de d\u00e9p\u00f4t. C'est un lieu de traitement.", - "available": true, - "txt_idx": "restoration_laboratory", - "label": "Laboratoire de restauration" - } - }, - { - "pk": 9, - "model": "ishtar_common.organizationtype", - "fields": { - "comment": "", - "available": true, - "txt_idx": "museum", - "label": "Mus\u00e9e" - } - }, - { - "pk": 10, - "model": "ishtar_common.organizationtype", - "fields": { - "comment": "", - "available": true, - "txt_idx": "undefined", - "label": "Non pr\u00e9cis\u00e9" - } - }, - { - "pk": 2, - "model": "ishtar_common.organizationtype", - "fields": { - "comment": "Selon le d\u00e9cret n\u00b0 2004-490 qui d\u00e9nomme \u00ab Op\u00e9rateurs \u00bb les personnes qui r\u00e9alisent les op\u00e9rations arch\u00e9ologiques.", - "available": true, - "txt_idx": "operator", - "label": "Op\u00e9rateur d'arch\u00e9ologie pr\u00e9ventive" - } - }, - { - "pk": 8, - "model": "ishtar_common.organizationtype", - "fields": { - "comment": "Les services qui d\u00e9livrent les autorisations requises pour les diff\u00e9rents projets (DDE, services\r\nurbanisme des collectivit\u00e9s, pr\u00e9fectures, Drire, etc.).", - "available": true, - "txt_idx": "planning_service", - "label": "Service instructeur" - } - }, - { - "pk": 1, - "model": "ishtar_common.organizationtype", - "fields": { - "comment": "", - "available": true, - "txt_idx": "sra", - "label": "Service R\u00e9gional d'Arch\u00e9ologie" - } - }, - { - "pk": 11, - "model": "ishtar_common.organizationtype", - "fields": { - "comment": "Par exemple une mairie portant un projet de fouille programm\u00e9e.", - "available": true, - "txt_idx": "public_struct", - "label": "Structure publique porteuse de projet programm\u00e9" - } - }, - { - "pk": 18, - "model": "ishtar_common.sourcetype", - "fields": { - "comment": "", - "available": true, - "txt_idx": "waterpaint", - "label": "Aquarelle" - } - }, - { - "pk": 17, - "model": "ishtar_common.sourcetype", - "fields": { - "comment": "", - "available": true, - "txt_idx": "comics_book", - "label": "Bande dessin\u00e9e" - } - }, - { - "pk": 14, - "model": "ishtar_common.sourcetype", - "fields": { - "comment": "", - "available": true, - "txt_idx": "Mesh", - "label": "Mod\u00e8le 3D (mesh)" - } - }, - { - "pk": 15, - "model": "ishtar_common.sourcetype", - "fields": { - "comment": "", - "available": true, - "txt_idx": "point_cloud", - "label": "Mod\u00e8le 3D (nuage de points)" - } - }, - { - "pk": 10, - "model": "ishtar_common.sourcetype", - "fields": { - "comment": "", - "available": true, - "txt_idx": "undefined", - "label": "Non pr\u00e9cis\u00e9" - } - }, - { - "pk": 21, - "model": "ishtar_common.sourcetype", - "fields": { - "comment": "", - "available": true, - "txt_idx": "photo_negative", - "label": "Photographie argentique (n\u00e9gatif)" - } - }, - { - "pk": 1, - "model": "ishtar_common.sourcetype", - "fields": { - "comment": "Tirage de photographie argentique.", - "available": true, - "txt_idx": "photo_print", - "label": "Photographie argentique (tirage)" - } - }, - { - "pk": 5, - "model": "ishtar_common.sourcetype", - "fields": { - "comment": "Source photographique num\u00e9rique.", - "available": true, - "txt_idx": "digital_photo", - "label": "Photographie num\u00e9rique" - } - }, - { - "pk": 13, - "model": "ishtar_common.sourcetype", - "fields": { - "comment": "", - "available": true, - "txt_idx": "x_ray", - "label": "Radiographie argentique" - } - }, - { - "pk": 20, - "model": "ishtar_common.sourcetype", - "fields": { - "comment": "", - "available": true, - "txt_idx": "digital_x_ray", - "label": "Radiographie num\u00e9rique" - } - }, - { - "pk": 6, - "model": "ishtar_common.sourcetype", - "fields": { - "comment": "Rapport de laboratoire d'analyse.", - "available": true, - "txt_idx": "lab_report", - "label": "Rapport d'analyse" - } - }, - { - "pk": 4, - "model": "ishtar_common.sourcetype", - "fields": { - "comment": "Rapport li\u00e9 \u00e0 un arr\u00eat\u00e9 de prescription de diagnostic arch\u00e9ologique.", - "available": true, - "txt_idx": "diagnostic_report", - "label": "Rapport de diagnostic" - } - }, - { - "pk": 19, - "model": "ishtar_common.sourcetype", - "fields": { - "comment": "", - "available": true, - "txt_idx": "stange_report", - "label": "Rapport de nature ind\u00e9termin\u00e9e" - } - }, - { - "pk": 8, - "model": "ishtar_common.sourcetype", - "fields": { - "comment": "Rapport li\u00e9 \u00e0 une autorisation de prospection inventaire.", - "available": true, - "txt_idx": "general_survey_report", - "label": "Rapport de prospection inventaire" - } - }, - { - "pk": 9, - "model": "ishtar_common.sourcetype", - "fields": { - "comment": "Rapport li\u00e9 \u00e0 une autorisation de prospection th\u00e9matique. Ce type de rapport passe d'ordinaire en CIRA.", - "available": true, - "txt_idx": "thematic_survey_report", - "label": "Rapport de prospection th\u00e9matique" - } - }, - { - "pk": 7, - "model": "ishtar_common.sourcetype", - "fields": { - "comment": "Rapport li\u00e9 \u00e0 la restauration ou la stabilisation d'un lot de mobilier ou d'un objet isol\u00e9.", - "available": true, - "txt_idx": "restoration_report", - "label": "Rapport de restauration" - } - }, - { - "pk": 3, - "model": "ishtar_common.sourcetype", - "fields": { - "comment": "Rapport li\u00e9 \u00e0 une autorisation de sondage.", - "available": true, - "txt_idx": "survey_report", - "label": "Rapport de sondage" - } - }, - { - "pk": 2, - "model": "ishtar_common.sourcetype", - "fields": { - "comment": "Rapport de fouille arch\u00e9ologique.", - "available": true, - "txt_idx": "final_archaeological_report", - "label": "Rapport final d'op\u00e9ration (fouille)" - } - }, - { - "pk": 115, - "model": "ishtar_common.operationtype", - "fields": { - "comment": "", - "available": true, - "label": "Autre \u00e9tude", - "preventive": true, - "order": 1, - "txt_idx": "other_study" - } - }, - { - "pk": 1, - "model": "ishtar_common.operationtype", - "fields": { - "comment": "Une op\u00e9ration arch\u00e9ologique visant \u00e0 qualifier et quantifier la pr\u00e9sence de vestiges sur une surface donn\u00e9e.", - "available": true, - "label": "Diagnostic arch\u00e9ologique", - "preventive": true, - "order": 1, - "txt_idx": "arch_diagnostic" - } - }, - { - "pk": 7, - "model": "ishtar_common.operationtype", - "fields": { - "comment": "", - "available": true, - "label": "\u00c9tude de b\u00e2ti (pr\u00e9ventif)", - "preventive": true, - "order": 1, - "txt_idx": "building_study" - } - }, - { - "pk": 10, - "model": "ishtar_common.operationtype", - "fields": { - "comment": "", - "available": true, - "label": "\u00c9tude documentaire (pr\u00e9ventif)", - "preventive": true, - "order": 1, - "txt_idx": "documents_study" - } - }, - { - "pk": 12, - "model": "ishtar_common.operationtype", - "fields": { - "comment": "", - "available": true, - "label": "\u00c9valuation", - "preventive": true, - "order": 1, - "txt_idx": "evaluation" - } - }, - { - "pk": 113, - "model": "ishtar_common.operationtype", - "fields": { - "comment": null, - "available": true, - "label": "Fouille ancienne", - "preventive": true, - "order": 1, - "txt_idx": "ancient_excavation" - } - }, - { - "pk": 2, - "model": "ishtar_common.operationtype", - "fields": { - "comment": "A pr\u00e9ciser", - "available": true, - "label": "Fouille arch\u00e9ologique pr\u00e9ventive", - "preventive": true, - "order": 1, - "txt_idx": "prev_excavation" - } - }, - { - "pk": 22, - "model": "ishtar_common.operationtype", - "fields": { - "comment": null, - "available": true, - "label": "Sauvetage urgent", - "preventive": true, - "order": 1, - "txt_idx": "emergency_excavation" - } - }, - { - "pk": 133, - "model": "ishtar_common.operationtype", - "fields": { - "comment": "", - "available": true, - "label": "\u00c0 d\u00e9terminer", - "preventive": false, - "order": 1, - "txt_idx": "unknown" - } - }, - { - "pk": 118, - "model": "ishtar_common.operationtype", - "fields": { - "comment": "", - "available": true, - "label": "Aide \u00e0 la pr\u00e9paration de publication", - "preventive": false, - "order": 1, - "txt_idx": "assistance_preparation_help" - } - }, - { - "pk": 130, - "model": "ishtar_common.operationtype", - "fields": { - "comment": "", - "available": true, - "label": "Aide \u00e0 l'\u00e9dition", - "preventive": false, - "order": 1, - "txt_idx": "AE" - } - }, - { - "pk": 132, - "model": "ishtar_common.operationtype", - "fields": { - "comment": null, - "available": true, - "label": "Diagnostic arch\u00e9ologique (programm\u00e9)", - "preventive": false, - "order": 1, - "txt_idx": "arch_diagnostic_research" - } - }, - { - "pk": 131, - "model": "ishtar_common.operationtype", - "fields": { - "comment": "", - "available": true, - "label": "Diffusion (pour les colloques, expo, s\u00e9minaires...)", - "preventive": false, - "order": 1, - "txt_idx": "communication" - } - }, - { - "pk": 8, - "model": "ishtar_common.operationtype", - "fields": { - "comment": "", - "available": true, - "label": "\u00c9tude de b\u00e2ti (programm\u00e9)", - "preventive": false, - "order": 1, - "txt_idx": "building_study_research" - } - }, - { - "pk": 11, - "model": "ishtar_common.operationtype", - "fields": { - "comment": "", - "available": true, - "label": "\u00c9tude documentaire (programm\u00e9)", - "preventive": false, - "order": 1, - "txt_idx": "documents_study_research" - } - }, - { - "pk": 3, - "model": "ishtar_common.operationtype", - "fields": { - "comment": "", - "available": true, - "label": "Fouille arch\u00e9ologique programm\u00e9e", - "preventive": false, - "order": 1, - "txt_idx": "prog_excavation" - } - }, - { - "pk": 13, - "model": "ishtar_common.operationtype", - "fields": { - "comment": "", - "available": true, - "label": "Fouille arch\u00e9ologique programm\u00e9e pluriannuelle", - "preventive": false, - "order": 1, - "txt_idx": "prog_excavation_multiyear" - } - }, - { - "pk": 122, - "model": "ishtar_common.operationtype", - "fields": { - "comment": "", - "available": true, - "label": "Programme d'analyses", - "preventive": false, - "order": 1, - "txt_idx": "analysis_program" - } - }, - { - "pk": 16, - "model": "ishtar_common.operationtype", - "fields": { - "comment": "", - "available": true, - "label": "Projet Collectif de Recherche", - "preventive": false, - "order": 1, - "txt_idx": "collective_research_project" - } - }, - { - "pk": 14, - "model": "ishtar_common.operationtype", - "fields": { - "comment": "", - "available": true, - "label": "Prospection a\u00e9rienne", - "preventive": false, - "order": 1, - "txt_idx": "aerial_survey_research" - } - }, - { - "pk": 117, - "model": "ishtar_common.operationtype", - "fields": { - "comment": "", - "available": true, - "label": "Prospection avec mat\u00e9riel sp\u00e9cialis\u00e9", - "preventive": false, - "order": 1, - "txt_idx": "specialized_eqp_prospection" - } - }, - { - "pk": 20, - "model": "ishtar_common.operationtype", - "fields": { - "comment": "", - "available": true, - "label": "Prospection avec relev\u00e9 d'art rupestre", - "preventive": false, - "order": 1, - "txt_idx": "rock_art_survey" - } - }, - { - "pk": 120, - "model": "ishtar_common.operationtype", - "fields": { - "comment": null, - "available": true, - "label": "Prospection d\u00e9tecteur de m\u00e9taux", - "preventive": false, - "order": 1, - "txt_idx": "metal_detector_prospection" - } - }, - { - "pk": 17, - "model": "ishtar_common.operationtype", - "fields": { - "comment": "", - "available": true, - "label": "Prospection inventaire", - "preventive": false, - "order": 1, - "txt_idx": "inventory_survey_research" - } - }, - { - "pk": 134, - "model": "ishtar_common.operationtype", - "fields": { - "comment": "", - "available": true, - "label": "Prospection sondage", - "preventive": false, - "order": 1, - "txt_idx": "survey_dig" - } - }, - { - "pk": 5, - "model": "ishtar_common.operationtype", - "fields": { - "comment": "Une campagne de prospection sur un th\u00e8me particulier", - "available": true, - "label": "Prospection th\u00e9matique", - "preventive": false, - "order": 1, - "txt_idx": "thematic_survey" - } - }, - { - "pk": 121, - "model": "ishtar_common.operationtype", - "fields": { - "comment": null, - "available": true, - "label": "Relev\u00e9 d'art rupestre", - "preventive": false, - "order": 1, - "txt_idx": "cave_art_record" - } - }, - { - "pk": 127, - "model": "ishtar_common.operationtype", - "fields": { - "comment": "", - "available": true, - "label": "Sondage (programm\u00e9)", - "preventive": false, - "order": 1, - "txt_idx": "sampling" - } - }, - { - "pk": 5, - "model": "ishtar_common.titletype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "dr", - "label": "Dr." - } - }, - { - "pk": 1, - "model": "ishtar_common.titletype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "mr", - "label": "M." - } - }, - { - "pk": 3, - "model": "ishtar_common.titletype", - "fields": { - "comment": "", - "available": true, - "txt_idx": "mr-and-mrs", - "label": "M. et Mme" - } - }, - { - "pk": 2, - "model": "ishtar_common.titletype", - "fields": { - "comment": "", - "available": true, - "txt_idx": "miss", - "label": "Mlle" - } - }, - { - "pk": 4, - "model": "ishtar_common.titletype", - "fields": { - "comment": "", - "available": true, - "txt_idx": "mrs", - "label": "Mme" - } - }, - { - "pk": 1, - "model": "ishtar_common.supporttype", - "fields": { - "comment": "", - "available": true, - "txt_idx": "tracing-paper", - "label": "Papier calque" - } - }, - { - "pk": 2, - "model": "ishtar_common.supporttype", - "fields": { - "comment": "", - "available": true, - "txt_idx": "graph-paper", - "label": "Papier millim\u00e9tr\u00e9" - } - }, - { - "pk": 3, - "model": "ishtar_common.format", - "fields": { - "comment": "841 \u00d7 1189 mm", - "available": true, - "txt_idx": "a0", - "label": "A0" - } - }, - { - "pk": 4, - "model": "ishtar_common.format", - "fields": { - "comment": "594 \u00d7 841 mm", - "available": true, - "txt_idx": "a1", - "label": "A1" - } - }, - { - "pk": 5, - "model": "ishtar_common.format", - "fields": { - "comment": "420 \u00d7 594 mm", - "available": true, - "txt_idx": "a2", - "label": "A2" - } - }, - { - "pk": 2, - "model": "ishtar_common.format", - "fields": { - "comment": "297 \u00d7 420 mm", - "available": true, - "txt_idx": "a3", - "label": "A3" - } - }, - { - "pk": 1, - "model": "ishtar_common.format", - "fields": { - "comment": "210 \u00d7 297 mm\r\n", - "available": true, - "txt_idx": "a4", - "label": "A4" - } - }, - { - "pk": 6, - "model": "ishtar_common.format", - "fields": { - "comment": "148 \u00d7 210 mm\r\n", - "available": true, - "txt_idx": "a5", - "label": "A5" - } - }, - { - "pk": 7, - "model": "ishtar_common.format", - "fields": { - "comment": "105 \u00d7 148 mm", - "available": true, - "txt_idx": "a6", - "label": "A6" - } - } -]
\ No newline at end of file +{ + "fields": { + "comment": "Il y a plusieurs auteurs pour une m\u00eame source. Au m\u00eame niveau de responsabilit\u00e9.", + "available": true, + "txt_idx": "co_author", + "order": 1, + "label": "Co-auteur " + }, + "model": "ishtar_common.authortype", + "pk": 2 +}, +{ + "fields": { + "comment": "Cette personne est l'auteur principal de la source. Les autres auteurs sont des collaborateurs.", + "available": true, + "txt_idx": "main_author", + "order": 1, + "label": "Auteur principal" + }, + "model": "ishtar_common.authortype", + "pk": 3 +}, +{ + "fields": { + "comment": "Cet auteur n'est pas l'auteur principal de la source mais un collaborateur. Il n'est pas auteur au m\u00eame niveau que l'auteur principal.", + "available": true, + "txt_idx": "associate_author", + "order": 1, + "label": "Collaborateur" + }, + "model": "ishtar_common.authortype", + "pk": 4 +}, +{ + "fields": { + "comment": "", + "available": true, + "txt_idx": "administrator", + "groups": [ + [ + "Op\u00e9rations : lecture" + ], + [ + "Dossiers : lecture" + ], + [ + "UE : lecture" + ], + [ + "D\u00e9p\u00f4ts : lecture" + ], + [ + "Mobilier : lecture" + ], + [ + "Traitements : lecture" + ], + [ + "Actes administratifs : lecture" + ], + [ + "Actes administratifs : ajout" + ], + [ + "Actes administratifs : modification/suppression" + ], + [ + "D\u00e9p\u00f4ts : ajout" + ], + [ + "D\u00e9p\u00f4ts : modification/suppression" + ], + [ + "Dossiers : ajout" + ], + [ + "Dossiers : modification/suppression" + ], + [ + "Mobilier : ajout" + ], + [ + "Mobilier : modification/suppression" + ], + [ + "Op\u00e9rations : ajout" + ], + [ + "Op\u00e9rations : modification/suppression" + ], + [ + "Traitements : ajout" + ], + [ + "Traitements : modification/suppression" + ], + [ + "UE : ajout" + ], + [ + "UE : modification/suppression" + ], + [ + "Personnes : ajout" + ], + [ + "Personnes : modification/suppression" + ], + [ + "Organisations : lecture" + ], + [ + "Organisations : modification/suppression" + ], + [ + "Organisations : ajout" + ], + [ + "Op\u00e9rations : cl\u00f4ture" + ], + [ + "Dossiers : cl\u00f4ture" + ], + [ + "Documents op\u00e9ration : lecture" + ], + [ + "Documents op\u00e9ration : modification/suppression" + ], + [ + "Documents op\u00e9ration : ajout" + ], + [ + "Personnes : lecture" + ], + [ + "Actes administratifs rattach\u00e9s : ajout" + ], + [ + "Actes administratifs rattach\u00e9s : modification/suppression" + ], + [ + "Actes administratifs rattach\u00e9s : lecture" + ], + [ + "D\u00e9p\u00f4ts rattach\u00e9s : ajout" + ], + [ + "D\u00e9p\u00f4ts rattach\u00e9s : modification/suppression" + ], + [ + "D\u00e9p\u00f4ts rattach\u00e9s : lecture" + ], + [ + "Documents op\u00e9ration rattach\u00e9s : ajout" + ], + [ + "Documents op\u00e9ration rattach\u00e9s : modification/suppression" + ], + [ + "Documents op\u00e9ration rattach\u00e9s : lecture" + ], + [ + "Dossiers rattach\u00e9s : ajout" + ], + [ + "Dossiers rattach\u00e9s : modification/suppression" + ], + [ + "Dossiers rattach\u00e9s : lecture" + ], + [ + "Mobilier rattach\u00e9 : ajout" + ], + [ + "Mobilier rattach\u00e9 : modification/suppression" + ], + [ + "Mobilier rattach\u00e9 : lecture" + ], + [ + "Op\u00e9rations rattach\u00e9es : ajout" + ], + [ + "Op\u00e9rations rattach\u00e9es : modification/suppression" + ], + [ + "Op\u00e9rations rattach\u00e9es : lecture" + ], + [ + "Organisations rattach\u00e9es : ajout" + ], + [ + "Organisations rattach\u00e9es : modification/suppression" + ], + [ + "Organisations rattach\u00e9es : lecture" + ], + [ + "Traitements rattach\u00e9s : ajout" + ], + [ + "Traitements rattach\u00e9s : modification/suppression" + ], + [ + "Traitements rattach\u00e9s : lecture" + ], + [ + "UE rattach\u00e9es : ajout" + ], + [ + "UE rattach\u00e9es : modification/suppression" + ], + [ + "UE rattach\u00e9es : lecture" + ], + [ + "Personnes rattach\u00e9es : ajout" + ], + [ + "Personnes rattach\u00e9es : modification/suppression" + ], + [ + "Personnes rattach\u00e9es : lecture" + ], + [ + "Demandes de traitement : ajout" + ], + [ + "Demandes de traitement : modification/suppression" + ], + [ + "Demandes de traitement : lecture" + ], + [ + "Demandes de traitement rattach\u00e9es : ajout" + ], + [ + "Demandes de traitement rattach\u00e9es : lecture" + ], + [ + "Demandes de traitement rattach\u00e9es : modification/suppression" + ], + [ + "Auteurs : ajout" + ], + [ + "Auteurs : modification/suppression" + ], + [ + "Auteurs : lecture" + ], + [ + "Documents UE : lecture" + ], + [ + "Documents UE rattach\u00e9s : lecture" + ], + [ + "Documents UE : ajout" + ], + [ + "Documents UE : modification/suppression" + ], + [ + "Documents UE rattach\u00e9s : modification/suppression" + ], + [ + "Documents UE rattach\u00e9s : ajout" + ], + [ + "Documents mobilier : lecture" + ], + [ + "Documents mobilier : ajout" + ], + [ + "Documents mobilier : modification/suppression" + ], + [ + "Documents mobilier rattach\u00e9s : ajout" + ], + [ + "Documents mobilier rattach\u00e9s : lecture" + ], + [ + "Documents mobilier rattach\u00e9s : modification/suppression" + ], + [ + "Documents de traitement : lecture" + ], + [ + "Documents de traitement : ajout" + ], + [ + "Documents de traitement : modification/suppression" + ], + [ + "Documents de traitement rattach\u00e9s : lecture" + ], + [ + "Documents de traitement rattach\u00e9s : ajout" + ], + [ + "Documents de traitement rattach\u00e9s : modification/suppression" + ], + [ + "Documents de demande de traitement : lecture" + ], + [ + "Documents de demande de traitement : ajout" + ], + [ + "Documents de demande de traitement : modification/suppression" + ], + [ + "Documents de demande de traitement rattach\u00e9s : lecture" + ], + [ + "Documents de demande de traitement rattach\u00e9s : ajout" + ], + [ + "Documents de demande de traitement rattach\u00e9s : modification/suppression" + ] + ], + "label": "Administrateur" + }, + "model": "ishtar_common.persontype", + "pk": 1 +}, +{ + "fields": { + "comment": "Responsable d'op\u00e9ration arch\u00e9ologique.", + "available": true, + "txt_idx": "head_scientist", + "groups": [ + [ + "Op\u00e9rations : lecture" + ], + [ + "Documents op\u00e9ration rattach\u00e9s : ajout" + ], + [ + "Documents op\u00e9ration rattach\u00e9s : modification/suppression" + ], + [ + "Documents op\u00e9ration rattach\u00e9s : lecture" + ], + [ + "Mobilier rattach\u00e9 : ajout" + ], + [ + "Mobilier rattach\u00e9 : modification/suppression" + ], + [ + "Mobilier rattach\u00e9 : lecture" + ], + [ + "Op\u00e9rations rattach\u00e9es : modification/suppression" + ], + [ + "Organisations rattach\u00e9es : lecture" + ], + [ + "UE rattach\u00e9es : ajout" + ], + [ + "UE rattach\u00e9es : modification/suppression" + ], + [ + "UE rattach\u00e9es : lecture" + ], + [ + "Personnes rattach\u00e9es : lecture" + ], + [ + "Auteurs : ajout" + ], + [ + "Auteurs : modification/suppression" + ], + [ + "Auteurs : lecture" + ], + [ + "Documents UE rattach\u00e9s : lecture" + ], + [ + "Documents UE rattach\u00e9s : modification/suppression" + ], + [ + "Documents UE rattach\u00e9s : ajout" + ], + [ + "Documents mobilier rattach\u00e9s : ajout" + ], + [ + "Documents mobilier rattach\u00e9s : lecture" + ], + [ + "Documents mobilier rattach\u00e9s : modification/suppression" + ] + ], + "label": "Responsable scientifique" + }, + "model": "ishtar_common.persontype", + "pk": 2 +}, +{ + "fields": { + "comment": "", + "available": true, + "txt_idx": "sra_agent", + "groups": [ + [ + "Op\u00e9rations : lecture" + ], + [ + "Dossiers : lecture" + ], + [ + "UE : lecture" + ], + [ + "D\u00e9p\u00f4ts : lecture" + ], + [ + "Mobilier : lecture" + ], + [ + "Traitements : lecture" + ], + [ + "Actes administratifs : lecture" + ], + [ + "Actes administratifs : ajout" + ], + [ + "Actes administratifs : modification/suppression" + ], + [ + "Dossiers : ajout" + ], + [ + "Dossiers : modification/suppression" + ], + [ + "Mobilier : ajout" + ], + [ + "Mobilier : modification/suppression" + ], + [ + "Op\u00e9rations : ajout" + ], + [ + "Op\u00e9rations : modification/suppression" + ], + [ + "UE : ajout" + ], + [ + "UE : modification/suppression" + ], + [ + "Personnes : ajout" + ], + [ + "Personnes : modification/suppression" + ], + [ + "Organisations : lecture" + ], + [ + "Organisations : modification/suppression" + ], + [ + "Organisations : ajout" + ], + [ + "Op\u00e9rations : cl\u00f4ture" + ], + [ + "Dossiers : cl\u00f4ture" + ], + [ + "Documents op\u00e9ration : lecture" + ], + [ + "Documents op\u00e9ration : modification/suppression" + ], + [ + "Documents op\u00e9ration : ajout" + ], + [ + "Personnes : lecture" + ], + [ + "Demandes de traitement : lecture" + ], + [ + "Auteurs : ajout" + ], + [ + "Auteurs : modification/suppression" + ], + [ + "Auteurs : lecture" + ], + [ + "Documents UE : lecture" + ], + [ + "Documents UE : ajout" + ], + [ + "Documents UE : modification/suppression" + ], + [ + "Documents mobilier : lecture" + ], + [ + "Documents mobilier : ajout" + ], + [ + "Documents mobilier : modification/suppression" + ], + [ + "Documents de traitement : lecture" + ], + [ + "Documents de demande de traitement : lecture" + ] + ], + "label": "Responsable de suivi scientifique" + }, + "model": "ishtar_common.persontype", + "pk": 3 +}, +{ + "fields": { + "comment": "Peut utiliser toutes les fonctionnalit\u00e9s du module Administratif.", + "available": true, + "txt_idx": "secretarial_dept", + "groups": [ + [ + "Op\u00e9rations : lecture" + ], + [ + "Dossiers : lecture" + ], + [ + "UE : lecture" + ], + [ + "Mobilier : lecture" + ], + [ + "Actes administratifs : lecture" + ], + [ + "Actes administratifs : ajout" + ], + [ + "Actes administratifs : modification/suppression" + ], + [ + "Dossiers : ajout" + ], + [ + "Dossiers : modification/suppression" + ], + [ + "Op\u00e9rations : ajout" + ], + [ + "Op\u00e9rations : modification/suppression" + ], + [ + "Personnes : ajout" + ], + [ + "Personnes : modification/suppression" + ], + [ + "Organisations : lecture" + ], + [ + "Organisations : modification/suppression" + ], + [ + "Organisations : ajout" + ], + [ + "Op\u00e9rations : cl\u00f4ture" + ], + [ + "Dossiers : cl\u00f4ture" + ], + [ + "Documents op\u00e9ration : lecture" + ], + [ + "Documents op\u00e9ration : modification/suppression" + ], + [ + "Documents op\u00e9ration : ajout" + ], + [ + "Personnes : lecture" + ], + [ + "Auteurs : ajout" + ], + [ + "Auteurs : modification/suppression" + ], + [ + "Auteurs : lecture" + ], + [ + "Documents UE : lecture" + ], + [ + "Documents mobilier : lecture" + ] + ], + "label": "Secr\u00e9tariat" + }, + "model": "ishtar_common.persontype", + "pk": 4 +}, +{ + "fields": { + "comment": "Peut g\u00e9rer du mobilier qu'il n'a pas cr\u00e9\u00e9.\r\n\r\n", + "available": true, + "txt_idx": "warehouse_manager", + "groups": [ + [ + "Op\u00e9rations : lecture" + ], + [ + "Dossiers : lecture" + ], + [ + "UE : lecture" + ], + [ + "D\u00e9p\u00f4ts : lecture" + ], + [ + "Mobilier : lecture" + ], + [ + "Traitements : lecture" + ], + [ + "Actes administratifs : lecture" + ], + [ + "D\u00e9p\u00f4ts : ajout" + ], + [ + "D\u00e9p\u00f4ts : modification/suppression" + ], + [ + "Mobilier : ajout" + ], + [ + "Mobilier : modification/suppression" + ], + [ + "Traitements : ajout" + ], + [ + "Traitements : modification/suppression" + ], + [ + "Organisations : lecture" + ], + [ + "Documents op\u00e9ration : lecture" + ], + [ + "Personnes : lecture" + ], + [ + "Demandes de traitement : ajout" + ], + [ + "Demandes de traitement : modification/suppression" + ], + [ + "Demandes de traitement : lecture" + ], + [ + "Auteurs : ajout" + ], + [ + "Auteurs : modification/suppression" + ], + [ + "Auteurs : lecture" + ], + [ + "Documents UE : lecture" + ], + [ + "Documents mobilier : lecture" + ], + [ + "Documents mobilier : ajout" + ], + [ + "Documents mobilier : modification/suppression" + ], + [ + "Documents de traitement : lecture" + ], + [ + "Documents de traitement : ajout" + ], + [ + "Documents de traitement : modification/suppression" + ], + [ + "Documents de demande de traitement : lecture" + ], + [ + "Documents de demande de traitement : ajout" + ], + [ + "Documents de demande de traitement : modification/suppression" + ] + ], + "label": "Gestionnaire de d\u00e9p\u00f4t" + }, + "model": "ishtar_common.persontype", + "pk": 5 +}, +{ + "fields": { + "comment": "Responsable de l'am\u00e9nagement (pr\u00e9ventif).", + "available": true, + "txt_idx": "general_contractor", + "groups": [], + "label": "Am\u00e9nageur" + }, + "model": "ishtar_common.persontype", + "pk": 6 +}, +{ + "fields": { + "comment": "Un acc\u00e8s limit\u00e9 - uniquement en lecture - \u00e0 la totalit\u00e9 de la base, apr\u00e8s enregistrement.", + "available": true, + "txt_idx": "reader_access", + "groups": [ + [ + "Op\u00e9rations : lecture" + ], + [ + "Demandes de traitement : lecture" + ], + [ + "UE : lecture" + ], + [ + "D\u00e9p\u00f4ts : lecture" + ], + [ + "Mobilier : lecture" + ], + [ + "Personnes : lecture" + ], + [ + "Actes administratifs : lecture" + ], + [ + "Documents UE : lecture" + ], + [ + "Traitements : lecture" + ], + [ + "Dossiers : lecture" + ], + [ + "Documents mobilier : lecture" + ], + [ + "Auteurs : lecture" + ], + [ + "Documents de traitement : lecture" + ], + [ + "Organisations : lecture" + ], + [ + "Documents de demande de traitement : lecture" + ], + [ + "Documents op\u00e9ration : lecture" + ] + ], + "label": "Acc\u00e8s en lecture" + }, + "model": "ishtar_common.persontype", + "pk": 7 +}, +{ + "fields": { + "comment": "", + "available": true, + "txt_idx": "responsible_planning_service", + "groups": [], + "label": "Chef de service instructeur" + }, + "model": "ishtar_common.persontype", + "pk": 8 +}, +{ + "fields": { + "comment": "Peut intervenir sur les donn\u00e9es d'une op\u00e9ration sans en \u00eatre responsable.", + "available": true, + "txt_idx": "collaborator", + "groups": [ + [ + "Op\u00e9rations rattach\u00e9es : lecture" + ], + [ + "Auteurs : ajout" + ], + [ + "Auteurs : modification/suppression" + ], + [ + "Auteurs : lecture" + ], + [ + "Documents op\u00e9ration rattach\u00e9s : modification/suppression" + ], + [ + "Documents UE rattach\u00e9s : lecture" + ], + [ + "Documents UE rattach\u00e9s : modification/suppression" + ], + [ + "Mobilier rattach\u00e9 : ajout" + ], + [ + "Mobilier rattach\u00e9 : modification/suppression" + ], + [ + "Mobilier rattach\u00e9 : lecture" + ], + [ + "Documents op\u00e9ration rattach\u00e9s : ajout" + ], + [ + "Documents mobilier rattach\u00e9s : ajout" + ], + [ + "Documents mobilier rattach\u00e9s : lecture" + ], + [ + "Documents mobilier rattach\u00e9s : modification/suppression" + ], + [ + "Documents UE rattach\u00e9s : ajout" + ], + [ + "Organisations rattach\u00e9es : lecture" + ], + [ + "UE rattach\u00e9es : ajout" + ], + [ + "UE rattach\u00e9es : modification/suppression" + ], + [ + "UE rattach\u00e9es : lecture" + ], + [ + "Documents op\u00e9ration rattach\u00e9s : lecture" + ], + [ + "Personnes rattach\u00e9es : lecture" + ] + ], + "label": "Collaborateur scientifique" + }, + "model": "ishtar_common.persontype", + "pk": 9 +}, +{ + "fields": { + "comment": "Personne demandant une action sur le mobilier (traitements).", + "available": true, + "txt_idx": "applicant", + "groups": [], + "label": "Demandeur" + }, + "model": "ishtar_common.persontype", + "pk": 10 +}, +{ + "fields": { + "comment": "", + "available": true, + "txt_idx": "sra", + "label": "Service R\u00e9gional d'Arch\u00e9ologie" + }, + "model": "ishtar_common.organizationtype", + "pk": 1 +}, +{ + "fields": { + "comment": "Selon le d\u00e9cret n\u00b0 2004-490 qui d\u00e9nomme \u00ab Op\u00e9rateurs \u00bb les personnes qui r\u00e9alisent les op\u00e9rations arch\u00e9ologiques.", + "available": true, + "txt_idx": "operator", + "label": "Op\u00e9rateur d'arch\u00e9ologie pr\u00e9ventive" + }, + "model": "ishtar_common.organizationtype", + "pk": 2 +}, +{ + "fields": { + "comment": "Laboratoire ayant sous sa responsabilit\u00e9 du mobilier arch\u00e9ologique de mani\u00e8re temporaire. C'est un type de d\u00e9p\u00f4t. C'est un lieu de traitement.", + "available": true, + "txt_idx": "restoration_laboratory", + "label": "Laboratoire de restauration" + }, + "model": "ishtar_common.organizationtype", + "pk": 4 +}, +{ + "fields": { + "comment": "Pour des entreprises, collectivit\u00e9s territoriales ou autres organisations.", + "available": true, + "txt_idx": "general_contractor", + "label": "Am\u00e9nageur" + }, + "model": "ishtar_common.organizationtype", + "pk": 5 +}, +{ + "fields": { + "comment": "Laboratoire de recherche public (CNRS). Peut \u00eatre une UMR et donc int\u00e9grer des chercheurs de l'universit\u00e9. ", + "available": true, + "txt_idx": "research_laboratory", + "label": "Laboratoire de recherche" + }, + "model": "ishtar_common.organizationtype", + "pk": 6 +}, +{ + "fields": { + "comment": "Cette organisation et ses membres travaillent b\u00e9n\u00e9volement.", + "available": true, + "txt_idx": "volunteer", + "label": "Association de b\u00e9n\u00e9voles" + }, + "model": "ishtar_common.organizationtype", + "pk": 7 +}, +{ + "fields": { + "comment": "Les services qui d\u00e9livrent les autorisations requises pour les diff\u00e9rents projets (DDE, services\r\nurbanisme des collectivit\u00e9s, pr\u00e9fectures, Drire, etc.).", + "available": true, + "txt_idx": "planning_service", + "label": "Service instructeur" + }, + "model": "ishtar_common.organizationtype", + "pk": 8 +}, +{ + "fields": { + "comment": "", + "available": true, + "txt_idx": "museum", + "label": "Mus\u00e9e" + }, + "model": "ishtar_common.organizationtype", + "pk": 9 +}, +{ + "fields": { + "comment": "", + "available": true, + "txt_idx": "undefined", + "label": "Non pr\u00e9cis\u00e9" + }, + "model": "ishtar_common.organizationtype", + "pk": 10 +}, +{ + "fields": { + "comment": "Par exemple une mairie portant un projet de fouille programm\u00e9e.", + "available": true, + "txt_idx": "public_struct", + "label": "Structure publique porteuse de projet programm\u00e9" + }, + "model": "ishtar_common.organizationtype", + "pk": 11 +}, +{ + "fields": { + "comment": "Tirage de photographie argentique.", + "available": true, + "txt_idx": "photo_print", + "label": "Photographie argentique (tirage)" + }, + "model": "ishtar_common.sourcetype", + "pk": 1 +}, +{ + "fields": { + "comment": "Rapport de fouille arch\u00e9ologique.", + "available": true, + "txt_idx": "final_archaeological_report", + "label": "Rapport final d'op\u00e9ration (fouille)" + }, + "model": "ishtar_common.sourcetype", + "pk": 2 +}, +{ + "fields": { + "comment": "Rapport li\u00e9 \u00e0 une autorisation de sondage.", + "available": true, + "txt_idx": "survey_report", + "label": "Rapport de sondage" + }, + "model": "ishtar_common.sourcetype", + "pk": 3 +}, +{ + "fields": { + "comment": "Rapport li\u00e9 \u00e0 un arr\u00eat\u00e9 de prescription de diagnostic arch\u00e9ologique.", + "available": true, + "txt_idx": "diagnostic_report", + "label": "Rapport de diagnostic" + }, + "model": "ishtar_common.sourcetype", + "pk": 4 +}, +{ + "fields": { + "comment": "Source photographique num\u00e9rique.", + "available": true, + "txt_idx": "digital_photo", + "label": "Photographie num\u00e9rique" + }, + "model": "ishtar_common.sourcetype", + "pk": 5 +}, +{ + "fields": { + "comment": "Rapport de laboratoire d'analyse.", + "available": true, + "txt_idx": "lab_report", + "label": "Rapport d'analyse" + }, + "model": "ishtar_common.sourcetype", + "pk": 6 +}, +{ + "fields": { + "comment": "Rapport li\u00e9 \u00e0 la restauration ou la stabilisation d'un lot de mobilier ou d'un objet isol\u00e9.", + "available": true, + "txt_idx": "restoration_report", + "label": "Rapport de restauration" + }, + "model": "ishtar_common.sourcetype", + "pk": 7 +}, +{ + "fields": { + "comment": "Rapport li\u00e9 \u00e0 une autorisation de prospection inventaire.", + "available": true, + "txt_idx": "general_survey_report", + "label": "Rapport de prospection inventaire" + }, + "model": "ishtar_common.sourcetype", + "pk": 8 +}, +{ + "fields": { + "comment": "Rapport li\u00e9 \u00e0 une autorisation de prospection th\u00e9matique. Ce type de rapport passe d'ordinaire en CIRA.", + "available": true, + "txt_idx": "thematic_survey_report", + "label": "Rapport de prospection th\u00e9matique" + }, + "model": "ishtar_common.sourcetype", + "pk": 9 +}, +{ + "fields": { + "comment": "", + "available": true, + "txt_idx": "undefined", + "label": "Non pr\u00e9cis\u00e9" + }, + "model": "ishtar_common.sourcetype", + "pk": 10 +}, +{ + "fields": { + "comment": "", + "available": true, + "txt_idx": "x_ray", + "label": "Radiographie argentique" + }, + "model": "ishtar_common.sourcetype", + "pk": 13 +}, +{ + "fields": { + "comment": "", + "available": true, + "txt_idx": "Mesh", + "label": "Mod\u00e8le 3D (mesh)" + }, + "model": "ishtar_common.sourcetype", + "pk": 14 +}, +{ + "fields": { + "comment": "", + "available": true, + "txt_idx": "point_cloud", + "label": "Mod\u00e8le 3D (nuage de points)" + }, + "model": "ishtar_common.sourcetype", + "pk": 15 +}, +{ + "fields": { + "comment": "", + "available": true, + "txt_idx": "comics_book", + "label": "Bande dessin\u00e9e" + }, + "model": "ishtar_common.sourcetype", + "pk": 17 +}, +{ + "fields": { + "comment": "", + "available": true, + "txt_idx": "waterpaint", + "label": "Aquarelle" + }, + "model": "ishtar_common.sourcetype", + "pk": 18 +}, +{ + "fields": { + "comment": "", + "available": true, + "txt_idx": "stange_report", + "label": "Rapport de nature ind\u00e9termin\u00e9e" + }, + "model": "ishtar_common.sourcetype", + "pk": 19 +}, +{ + "fields": { + "comment": "", + "available": true, + "txt_idx": "digital_x_ray", + "label": "Radiographie num\u00e9rique" + }, + "model": "ishtar_common.sourcetype", + "pk": 20 +}, +{ + "fields": { + "comment": "", + "available": true, + "txt_idx": "photo_negative", + "label": "Photographie argentique (n\u00e9gatif)" + }, + "model": "ishtar_common.sourcetype", + "pk": 21 +}, +{ + "fields": { + "comment": "Une op\u00e9ration arch\u00e9ologique visant \u00e0 qualifier et quantifier la pr\u00e9sence de vestiges sur une surface donn\u00e9e.", + "available": true, + "label": "Diagnostic arch\u00e9ologique", + "preventive": true, + "order": 1, + "txt_idx": "arch_diagnostic" + }, + "model": "ishtar_common.operationtype", + "pk": 1 +}, +{ + "fields": { + "comment": "A pr\u00e9ciser", + "available": true, + "label": "Fouille arch\u00e9ologique pr\u00e9ventive", + "preventive": true, + "order": 1, + "txt_idx": "prev_excavation" + }, + "model": "ishtar_common.operationtype", + "pk": 2 +}, +{ + "fields": { + "comment": "", + "available": true, + "label": "Fouille arch\u00e9ologique programm\u00e9e", + "preventive": false, + "order": 1, + "txt_idx": "prog_excavation" + }, + "model": "ishtar_common.operationtype", + "pk": 3 +}, +{ + "fields": { + "comment": "Une campagne de prospection sur un th\u00e8me particulier", + "available": true, + "label": "Prospection th\u00e9matique", + "preventive": false, + "order": 1, + "txt_idx": "thematic_survey" + }, + "model": "ishtar_common.operationtype", + "pk": 5 +}, +{ + "fields": { + "comment": "", + "available": true, + "label": "\u00c9tude de b\u00e2ti (pr\u00e9ventif)", + "preventive": true, + "order": 1, + "txt_idx": "building_study" + }, + "model": "ishtar_common.operationtype", + "pk": 7 +}, +{ + "fields": { + "comment": "", + "available": true, + "label": "\u00c9tude de b\u00e2ti (programm\u00e9)", + "preventive": false, + "order": 1, + "txt_idx": "building_study_research" + }, + "model": "ishtar_common.operationtype", + "pk": 8 +}, +{ + "fields": { + "comment": "", + "available": true, + "label": "\u00c9tude documentaire (pr\u00e9ventif)", + "preventive": true, + "order": 1, + "txt_idx": "documents_study" + }, + "model": "ishtar_common.operationtype", + "pk": 10 +}, +{ + "fields": { + "comment": "", + "available": true, + "label": "\u00c9tude documentaire (programm\u00e9)", + "preventive": false, + "order": 1, + "txt_idx": "documents_study_research" + }, + "model": "ishtar_common.operationtype", + "pk": 11 +}, +{ + "fields": { + "comment": "", + "available": true, + "label": "\u00c9valuation", + "preventive": true, + "order": 1, + "txt_idx": "evaluation" + }, + "model": "ishtar_common.operationtype", + "pk": 12 +}, +{ + "fields": { + "comment": "", + "available": true, + "label": "Fouille arch\u00e9ologique programm\u00e9e pluriannuelle", + "preventive": false, + "order": 1, + "txt_idx": "prog_excavation_multiyear" + }, + "model": "ishtar_common.operationtype", + "pk": 13 +}, +{ + "fields": { + "comment": "", + "available": true, + "label": "Prospection a\u00e9rienne", + "preventive": false, + "order": 1, + "txt_idx": "aerial_survey_research" + }, + "model": "ishtar_common.operationtype", + "pk": 14 +}, +{ + "fields": { + "comment": "", + "available": true, + "label": "Projet Collectif de Recherche", + "preventive": false, + "order": 1, + "txt_idx": "collective_research_project" + }, + "model": "ishtar_common.operationtype", + "pk": 16 +}, +{ + "fields": { + "comment": "", + "available": true, + "label": "Prospection inventaire", + "preventive": false, + "order": 1, + "txt_idx": "inventory_survey_research" + }, + "model": "ishtar_common.operationtype", + "pk": 17 +}, +{ + "fields": { + "comment": "", + "available": true, + "label": "Prospection avec relev\u00e9 d'art rupestre", + "preventive": false, + "order": 1, + "txt_idx": "rock_art_survey" + }, + "model": "ishtar_common.operationtype", + "pk": 20 +}, +{ + "fields": { + "comment": null, + "available": true, + "label": "Sauvetage urgent", + "preventive": true, + "order": 1, + "txt_idx": "emergency_excavation" + }, + "model": "ishtar_common.operationtype", + "pk": 22 +}, +{ + "fields": { + "comment": null, + "available": true, + "label": "Fouille ancienne", + "preventive": true, + "order": 1, + "txt_idx": "ancient_excavation" + }, + "model": "ishtar_common.operationtype", + "pk": 113 +}, +{ + "fields": { + "comment": "", + "available": true, + "label": "Autre \u00e9tude", + "preventive": true, + "order": 1, + "txt_idx": "other_study" + }, + "model": "ishtar_common.operationtype", + "pk": 115 +}, +{ + "fields": { + "comment": "", + "available": true, + "label": "Prospection avec mat\u00e9riel sp\u00e9cialis\u00e9", + "preventive": false, + "order": 1, + "txt_idx": "specialized_eqp_prospection" + }, + "model": "ishtar_common.operationtype", + "pk": 117 +}, +{ + "fields": { + "comment": "", + "available": true, + "label": "Aide \u00e0 la pr\u00e9paration de publication", + "preventive": false, + "order": 1, + "txt_idx": "assistance_preparation_help" + }, + "model": "ishtar_common.operationtype", + "pk": 118 +}, +{ + "fields": { + "comment": null, + "available": true, + "label": "Prospection d\u00e9tecteur de m\u00e9taux", + "preventive": false, + "order": 1, + "txt_idx": "metal_detector_prospection" + }, + "model": "ishtar_common.operationtype", + "pk": 120 +}, +{ + "fields": { + "comment": null, + "available": true, + "label": "Relev\u00e9 d'art rupestre", + "preventive": false, + "order": 1, + "txt_idx": "cave_art_record" + }, + "model": "ishtar_common.operationtype", + "pk": 121 +}, +{ + "fields": { + "comment": "", + "available": true, + "label": "Programme d'analyses", + "preventive": false, + "order": 1, + "txt_idx": "analysis_program" + }, + "model": "ishtar_common.operationtype", + "pk": 122 +}, +{ + "fields": { + "comment": "", + "available": true, + "label": "Sondage (programm\u00e9)", + "preventive": false, + "order": 1, + "txt_idx": "sampling" + }, + "model": "ishtar_common.operationtype", + "pk": 127 +}, +{ + "fields": { + "comment": "", + "available": true, + "label": "Aide \u00e0 l'\u00e9dition", + "preventive": false, + "order": 1, + "txt_idx": "AE" + }, + "model": "ishtar_common.operationtype", + "pk": 130 +}, +{ + "fields": { + "comment": "", + "available": true, + "label": "Diffusion (pour les colloques, expo, s\u00e9minaires...)", + "preventive": false, + "order": 1, + "txt_idx": "communication" + }, + "model": "ishtar_common.operationtype", + "pk": 131 +}, +{ + "fields": { + "comment": null, + "available": true, + "label": "Diagnostic arch\u00e9ologique (programm\u00e9)", + "preventive": false, + "order": 1, + "txt_idx": "arch_diagnostic_research" + }, + "model": "ishtar_common.operationtype", + "pk": 132 +}, +{ + "fields": { + "comment": "", + "available": true, + "label": "\u00c0 d\u00e9terminer", + "preventive": false, + "order": 1, + "txt_idx": "unknown" + }, + "model": "ishtar_common.operationtype", + "pk": 133 +}, +{ + "fields": { + "comment": "", + "available": true, + "label": "Prospection sondage", + "preventive": false, + "order": 1, + "txt_idx": "survey_dig" + }, + "model": "ishtar_common.operationtype", + "pk": 134 +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "mr", + "label": "M." + }, + "model": "ishtar_common.titletype", + "pk": 1 +}, +{ + "fields": { + "comment": "", + "available": true, + "txt_idx": "miss", + "label": "Mlle" + }, + "model": "ishtar_common.titletype", + "pk": 2 +}, +{ + "fields": { + "comment": "", + "available": true, + "txt_idx": "mr-and-mrs", + "label": "M. et Mme" + }, + "model": "ishtar_common.titletype", + "pk": 3 +}, +{ + "fields": { + "comment": "", + "available": true, + "txt_idx": "mrs", + "label": "Mme" + }, + "model": "ishtar_common.titletype", + "pk": 4 +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "dr", + "label": "Dr." + }, + "model": "ishtar_common.titletype", + "pk": 5 +}, +{ + "fields": { + "comment": "", + "available": true, + "txt_idx": "tracing-paper", + "label": "Papier calque" + }, + "model": "ishtar_common.supporttype", + "pk": 1 +}, +{ + "fields": { + "comment": "", + "available": true, + "txt_idx": "graph-paper", + "label": "Papier millim\u00e9tr\u00e9" + }, + "model": "ishtar_common.supporttype", + "pk": 2 +}, +{ + "fields": { + "comment": "210 \u00d7 297 mm\r\n", + "available": true, + "txt_idx": "a4", + "label": "A4" + }, + "model": "ishtar_common.format", + "pk": 1 +}, +{ + "fields": { + "comment": "297 \u00d7 420 mm", + "available": true, + "txt_idx": "a3", + "label": "A3" + }, + "model": "ishtar_common.format", + "pk": 2 +}, +{ + "fields": { + "comment": "841 \u00d7 1189 mm", + "available": true, + "txt_idx": "a0", + "label": "A0" + }, + "model": "ishtar_common.format", + "pk": 3 +}, +{ + "fields": { + "comment": "594 \u00d7 841 mm", + "available": true, + "txt_idx": "a1", + "label": "A1" + }, + "model": "ishtar_common.format", + "pk": 4 +}, +{ + "fields": { + "comment": "420 \u00d7 594 mm", + "available": true, + "txt_idx": "a2", + "label": "A2" + }, + "model": "ishtar_common.format", + "pk": 5 +}, +{ + "fields": { + "comment": "148 \u00d7 210 mm\r\n", + "available": true, + "txt_idx": "a5", + "label": "A5" + }, + "model": "ishtar_common.format", + "pk": 6 +}, +{ + "fields": { + "comment": "105 \u00d7 148 mm", + "available": true, + "txt_idx": "a6", + "label": "A6" + }, + "model": "ishtar_common.format", + "pk": 7 +} +] |