diff --git a/src/org/openbravo/erpCommon/security/Login.java b/src/org/openbravo/erpCommon/security/Login.java
--- a/src/org/openbravo/erpCommon/security/Login.java
+++ b/src/org/openbravo/erpCommon/security/Login.java
@@ -245,7 +245,7 @@
 
     Module module = OBDal.getInstance().get(Module.class, GOOGLE_INTEGRATION_MODULE_ID);
 
-    showGoogleIcon = (module != null && module.isActive());
+    showGoogleIcon = (module != null && module.isEnabled());
 
     if (sysInfo == null) {
       log4j.error("System information not found");
