diff --git a/_install/dependencies.json b/_install/dependencies.json
index 47ac1dffd302c376031b224a4d7dbdc8ecc54b12..f96492d45810b6460010ed7c65b8c86f56bc5ed4 100644
--- a/_install/dependencies.json
+++ b/_install/dependencies.json
@@ -29,7 +29,7 @@
     ],
     "default_description": "# Bienvenue dans vMap ! \n\nPlus d'information sur [http:\/\/www.veremes.com](http:\/\/www.veremes.com)",
     "default_theme": "6",
-    "branch": "master",
+    "branch": "2023.03.00",
     "name": "vmap",
     "enable_custom_restrictions": false,
     "url": "git@gitlab.veremes.net:Development/vitis-2020/applications/vmap.git",
@@ -53,18 +53,18 @@
       }
     },
     "framework": {
-      "branch": "master",
+      "branch": "next_app_vmap",
       "name": "vitis",
       "url": "git@gitlab.veremes.net:Development/vitis-2020/sources/vitis.git"
     },
     "modules": [{
-      "branch": "master",
+      "branch": "next_version",
       "name": "module_vmap",
       "url": "git@gitlab.veremes.net:Development/vitis-2020/sources/module_vmap.git"
     }, {
-      "branch": "master",
+      "branch": "2023.04.00",
       "name": "module_cadastre",
       "url": "git@gitlab.veremes.net:Development/vitis-2020/sources/module-cadastre-2020.git"
     }]
   }
-}
\ No newline at end of file
+}
diff --git a/conf/app.struct.ts b/conf/app.struct.ts
index d8c16de0f5ada90578db8c106d31f0db3685c301..15687d83022a93960c36ac3ea68ef0d4fd6ce3ca 100755
--- a/conf/app.struct.ts
+++ b/conf/app.struct.ts
@@ -27,7 +27,8 @@ import {
   vmapUsersSection,
   vmapUsersGroupsSpecSection,
   vmapFluxMode,
-  vmapMapReportsMode
+  vmapMapReportsMode,
+  vmapAdminManageDataObject,
 } from '../modules/vmap/struct/vmap.struct';
 
 /**
@@ -67,6 +68,7 @@ export const appStruct: AppConfig = {
     'privilege': 'vmap_user'
   },
   vmapAdminCartoObject,
+  vmapAdminManageDataObject,
   {
     'type': 'separator',
     'label': 'TITLE_MODE_VMAP_ADMIN',