[imp] improvement of label handling
[odoo/odoo.git] / addons / base_contact / __openerp__.py
index 77dabe2..10bbb46 100644 (file)
 #
 ##############################################################################
 
-
 {
     'name': 'Contacts Management',
     'version': '1.0',
     'category': 'Customer Relationship Management',
     'complexity': "expert",
     'description': """
-This module allows you to manage your contacts entirely.
-========================================================
+This module allows you to manage your contacts
+==============================================
 
 It lets you define:
     * contacts unrelated to a partner,
@@ -54,7 +53,7 @@ Pay attention that this module converts the existing addresses into "addresses +
         'test/base_contact00.yml',
     ],
     'installable': True,
-    'active': False,
+    'auto_install': False,
     'certificate': '0031287885469',
     'images': ['images/base_contact1.jpeg','images/base_contact2.jpeg','images/base_contact3.jpeg'],
 }