diff --git a/__manifest__.py b/__manifest__.py
index b3978130d9cc9712329077be5ea54b247cf0d339..8d1781d2b43152c393c715bd03aade3ee6fdad8e 100644
--- a/__manifest__.py
+++ b/__manifest__.py
@@ -1,12 +1,11 @@
 {
     "name": "CG SCOP - Gestion Contacts",
     "summary": "CG SCOP - Gestion des contacts",
-    "version": "12.0.1.1.0",
+    "version": "12.0.1.2.0",
     "development_status": "Production/Stable",
     "author": "Le Filament",
     "license": "AGPL-3",
     "application": False,
-    "installable": True,
     "depends": [
         "cgscop_base",
         "l10n_fr_base_location_geonames_import_cedex",
@@ -54,5 +53,7 @@
         "datas/scop_membership_reason_end_data.xml",
         "datas/scop_membership_type_data.xml",
         "datas/scop_questionnaire_type_data.xml",
-    ]
+    ],
+    "installable": True,
+    'auto_install': False,
 }