diff options
Diffstat (limited to 'fixtures/initial_data-auth-fr.json')
-rw-r--r-- | fixtures/initial_data-auth-fr.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/fixtures/initial_data-auth-fr.json b/fixtures/initial_data-auth-fr.json index 2b158b7f4..073ef4012 100644 --- a/fixtures/initial_data-auth-fr.json +++ b/fixtures/initial_data-auth-fr.json @@ -7315,5 +7315,28 @@ ] ] } +}, +{ + "model": "auth.group", + "fields": { + "name": "Import : ajout/modification/suppression", + "permissions": [ + [ + "add_import", + "ishtar_common", + "import" + ], + [ + "change_import", + "ishtar_common", + "import" + ], + [ + "delete_import", + "ishtar_common", + "import" + ] + ] + } } ] |