diff options
Diffstat (limited to 'ishtar_common')
| -rw-r--r-- | ishtar_common/fixtures/groups_person_types-SRA-fr.json | 88 | 
1 files changed, 84 insertions, 4 deletions
| diff --git a/ishtar_common/fixtures/groups_person_types-SRA-fr.json b/ishtar_common/fixtures/groups_person_types-SRA-fr.json index ca7e5b5e1..ed48172ed 100644 --- a/ishtar_common/fixtures/groups_person_types-SRA-fr.json +++ b/ishtar_common/fixtures/groups_person_types-SRA-fr.json @@ -1332,6 +1332,15 @@          }      },      { +        "pk": 267, +        "model": "auth.permission", +        "fields": { +            "codename": "add_own_operationsource", +            "name": "Can add own Operation source", +            "content_type": 37 +        } +    }, +    {          "pk": 127,          "model": "auth.permission",          "fields": { @@ -1341,6 +1350,15 @@          }      },      { +        "pk": 268, +        "model": "auth.permission", +        "fields": { +            "codename": "change_own_operationsource", +            "name": "Can change own Operation source", +            "content_type": 37 +        } +    }, +    {          "pk": 128,          "model": "auth.permission",          "fields": { @@ -1350,6 +1368,33 @@          }      },      { +        "pk": 269, +        "model": "auth.permission", +        "fields": { +            "codename": "delete_own_operationsource", +            "name": "Can delete own Operation source", +            "content_type": 37 +        } +    }, +    { +        "pk": 265, +        "model": "auth.permission", +        "fields": { +            "codename": "view_operationsource", +            "name": "Can view all Operation source", +            "content_type": 37 +        } +    }, +    { +        "pk": 266, +        "model": "auth.permission", +        "fields": { +            "codename": "view_own_operationsource", +            "name": "Can view own Operation source", +            "content_type": 37 +        } +    }, +    {          "pk": 104,          "model": "auth.permission",          "fields": { @@ -2376,6 +2421,36 @@          }      },      { +        "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": { @@ -2708,13 +2783,13 @@              "available": true,              "txt_idx": "sra_agent",              "groups": [ -                2,                  1, -                4, +                2,                  3, +                4,                  5, -                7,                  6, +                7,                  8,                  9,                  10, @@ -2730,7 +2805,12 @@                  24,                  25,                  26, -                27 +                27, +                28, +                29, +                30, +                31, +                32              ],              "label": "Agent SRA (prescripteur)"          } | 
